PostfixAdmin for BananaNetwork - to apply required patches before release or release in async to the official version https://github.com/postfixadmin/postfixadmin
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
David Goodwin d4d47e02cc .deb packaging: move php-imap from being a dependency to a suggestion - see https://github.com/postfixadmin/postfixadmin/issues/251 5 years ago
ADDITIONS Merge pull request #221 from SuperVirus/fetchmail_different_source_port 5 years ago
DOCUMENTS move into DOCUMENTS 5 years ago
VIRTUAL_VACATION Update INSTALL.md 5 years ago
configs Bootstrap template integration 6 years ago
debian .deb packaging: move php-imap from being a dependency to a suggestion - see https://github.com/postfixadmin/postfixadmin/issues/251 5 years ago
languages possibly update language files 5 years ago
lib add almost forgotten file: array_column.php 5 years ago
model re-format 5 years ago
public remove quotes around table name which is not necessary as table_by_key does this 5 years ago
scripts run php-cs-fixer (code reforamt) 5 years ago
templates Make quota levels configurable 5 years ago
tests token test coverage 5 years ago
.gitignore ignore more 5 years ago
.php_cs.dist reformat (phpcs) 6 years ago
.travis.yml try adding code coverage things 5 years ago
CHANGELOG.TXT fixed: typos 5 years ago
GPL-LICENSE.TXT Initial Import in SourceForge 17 years ago
INSTALL.TXT bump install instructions to 3.2.2 tag 5 years ago
LICENSE.TXT LICENSE.TXT: 13 years ago
README.md try adding code coverage things 5 years ago
check_mailpass_expiration.sh remove duplication of sql, remove use of functions (hopefully unnecessary) 6 years ago
common.php skip this check if unit test 5 years ago
composer.json try adding code coverage things 5 years ago
config.inc.php Make quota levels configurable 5 years ago
functions.inc.php move password_expiration code into the MailboxHandler. 5 years ago
index.php Add a index.php showing a note about the "public" directory 6 years ago
password_expiration.sql rename sql fields to just have mailbox.password_expiry and domain.password_expiry 6 years ago
phpunit.xml try and get working under travis ... 5 years ago
postfixadmin.my.cnf Better (aka safer) way to deal with authentication 6 years ago
psalm.xml Merge branch 'master' into feature-try-pdo 5 years ago

README.md

Build Status Gitter codecov Coverage Status

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 PHP5.4+