0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00
PostfixAdmin - web based virtual user administration interface for Postfix mail servers
Go to file
Christian Boltz 4b8027e8e3
rename 'txtlarge' field type to 'txta'
... (think "textarea") to keep the field type name short.

This is a follow-up up https://github.com/postfixadmin/postfixadmin/pull/631#issuecomment-1188336564
2022-07-23 21:22:49 +02:00
.github/workflows Test against PHP 8.1 too 2022-07-15 11:24:41 +02:00
ADDITIONS PSR2 -> PSR12 formatting 2022-06-28 13:46:11 +01:00
configs Add Domain Key handling 2022-06-23 20:40:06 +02:00
debian refresh debian patch for master 2021-10-18 22:09:49 +01:00
DOCUMENTS see https://github.com/postfixadmin/postfixadmin/issues/640 - password expiration doc update 2022-07-22 20:37:04 +01:00
languages Update translations with DKIM texts 2022-07-18 23:06:41 +02:00
lib/smarty update smarty to 4.1.1 (php 8.1 support) 2022-06-28 14:01:13 +01:00
model rename 'txtlarge' field type to 'txta' 2022-07-23 21:22:49 +02:00
public Merge remote-tracking branch 'origin/master' into feature/dkim 2022-07-18 08:55:07 +01:00
scripts fix formatting 2022-06-28 14:06:33 +01:00
templates rename 'txtlarge' field type to 'txta' 2022-07-23 21:22:49 +02:00
tests Merge remote-tracking branch 'origin/master' into feature/dkim 2022-07-18 08:55:07 +01:00
VIRTUAL_VACATION improve documentation for smtp_ssl options 2021-10-17 15:21:54 +01:00
.gitignore Add Domain Key handling 2022-06-23 20:40:06 +02:00
.php-cs-fixer.dist.php PSR2 -> PSR12 formatting 2022-06-28 13:46:11 +01:00
.travis.yml try php8 via travis 2021-01-18 20:49:45 +00:00
CHANGELOG.TXT update CHANGELOG.TXT 2022-07-18 21:16:54 +01:00
common.php Automatic code style fixes 2022-07-15 11:29:55 +02:00
composer-update.sh I know people say not to add vendor/ to git, but this is the --no-dev variant, and it should handle autoloading too ... 2021-10-22 22:29:26 +01:00
composer.json license fix in composer.json 2022-06-28 14:02:18 +01:00
config.inc.php Whitespace fixes 2022-07-18 22:55:24 +02:00
functions.inc.php composer format 2022-07-17 21:16:47 +01:00
GPL-LICENSE.TXT Initial Import in SourceForge 2007-03-24 07:27:00 +00:00
index.php Add a index.php showing a note about the "public" directory 2018-04-26 21:33:11 +02:00
install.sh try and improve install.sh - PATH, check for php, better error/warning message etc 2021-10-24 11:24:45 +01:00
INSTALL.TXT update to latest stable version - see #570 2021-12-01 11:23:47 +00:00
LICENSE.TXT LICENSE.TXT: 2011-04-24 16:15:21 +00:00
password_expiration.sql rename sql fields to just have mailbox.password_expiry and domain.password_expiry 2018-08-28 21:19:56 +01:00
phpunit.xml fix path 2021-06-11 22:18:20 +01:00
postfixadmin.my.cnf Better (aka safer) way to deal with authentication 2018-08-17 22:15:02 +02:00
psalm.xml psalm improvements 2021-02-17 21:29:18 +00:00
README.md Update README.md 2022-01-03 14:15:46 +01:00
SECURITY.md Create SECURITY.md 2021-08-02 20:27:17 +01:00

GitHubBuild Gitter Coverage Status GitHub repo size IRC Chat - #postfixadmin

PostfixAdmin

An open source, web based interface for managing domains/mailboxes/aliases etc on a Postfix based mail server.

Integrates with :

  • Postfix
  • IMAP/POP3 server (e.g. Dovecot or Courier)
  • Database backend (choose one of: sqlite, mysql, postgresql)
  • Fetchmail (optional)

Features

  • Unlimited domains/aliases/mailboxes
  • Optional storage quota support
  • Optional password expiry (beta)
  • Multiple password hashing formats
  • Supports PostgreSQL, MySQL, MariaDB, SQLite database backends (choose one)
  • Supports retrieval of mail from a remote POP3 server (via fetchmail)
  • Vacation / Autoresponder / Out Of Office support
  • Users have the ability to login, change their password or vacation (out of office) status.
  • Integration with Squirrelmail / Roundcube (via plugins)
  • Optional XMLRPC based API
  • Supports PHP7.2+ (older versions of PHP should work with older releases)

Some screenshots of Postfixadmin in action (as admin and user)

  • https://github.com/aqeltech/Dockerised-GUI-Mailserver
  • https://github.com/mailserver2/mailserver mailserver2/mailserver is a simple and full-featured mail server build as a set of multiple docker images. Features: Postfix, PostfixAdmin, Dovecot, Rspamd, Clamav, Zeyple, Sieve, Fetchmail, Rainloop, Unbound/NSD, Træfik, {Let's Encrypt,custom,Self-signed Certificate} SSL, Supports PostgeSQL, MySQL, (beta) LDAP backends. Automated builds on DockerHub and Integration tests with Travis CI