mail_server/postfixadmin
nirahhp999 cf8917a994 mail server config updated 2021-05-05 20:09:14 +05:30
..
.github/workflows mail server config updated 2021-05-05 20:09:14 +05:30
ADDITIONS mail server config updated 2021-05-05 20:09:14 +05:30
DOCUMENTS mail server config updated 2021-05-05 20:09:14 +05:30
VIRTUAL_VACATION mail server config updated 2021-05-05 20:09:14 +05:30
configs mail server config updated 2021-05-05 20:09:14 +05:30
debian mail server config updated 2021-05-05 20:09:14 +05:30
languages mail server config updated 2021-05-05 20:09:14 +05:30
lib/smarty mail server config updated 2021-05-05 20:09:14 +05:30
model mail server config updated 2021-05-05 20:09:14 +05:30
public mail server config updated 2021-05-05 20:09:14 +05:30
scripts mail server config updated 2021-05-05 20:09:14 +05:30
templates mail server config updated 2021-05-05 20:09:14 +05:30
templates_c mail server config updated 2021-05-05 20:09:14 +05:30
tests mail server config updated 2021-05-05 20:09:14 +05:30
.gitignore mail server config updated 2021-05-05 20:09:14 +05:30
.php_cs.dist mail server config updated 2021-05-05 20:09:14 +05:30
.travis.yml mail server config updated 2021-05-05 20:09:14 +05:30
CHANGELOG.TXT mail server config updated 2021-05-05 20:09:14 +05:30
GPL-LICENSE.TXT mail server config updated 2021-05-05 20:09:14 +05:30
INSTALL.TXT mail server config updated 2021-05-05 20:09:14 +05:30
LICENSE.TXT mail server config updated 2021-05-05 20:09:14 +05:30
README.md mail server config updated 2021-05-05 20:09:14 +05:30
check_mailpass_expiration.sh mail server config updated 2021-05-05 20:09:14 +05:30
common.php mail server config updated 2021-05-05 20:09:14 +05:30
composer.json mail server config updated 2021-05-05 20:09:14 +05:30
config.inc.php mail server config updated 2021-05-05 20:09:14 +05:30
functions.inc.php mail server config updated 2021-05-05 20:09:14 +05:30
index.php mail server config updated 2021-05-05 20:09:14 +05:30
password_expiration.sql mail server config updated 2021-05-05 20:09:14 +05:30
phpunit.xml mail server config updated 2021-05-05 20:09:14 +05:30
postfixadmin.my.cnf mail server config updated 2021-05-05 20:09:14 +05:30
psalm.xml mail server config updated 2021-05-05 20:09:14 +05:30

README.md

GitHubBuild Gitter Coverage Status GitHub repo size Chat

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.0+