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 803e2342f8 fix psalm issues; reformat; rename new db functions 5 years ago
ADDITIONS run php-cs-fixer (code reforamt) 6 years ago
DOCUMENTS move into DOCUMENTS 6 years ago
VIRTUAL_VACATION fix sql for notification resend; see #226 6 years ago
configs Bootstrap template integration 6 years ago
debian update debian changelog (v3.2) 6 years ago
languages Update fr.lang 5 years ago
lib add more unit tests; re-enable random_int warning in functions.inc.php for old php versions etc etc 6 years ago
model fix psalm issues; reformat; rename new db functions 5 years ago
public fix psalm issues; reformat; rename new db functions 5 years ago
scripts run php-cs-fixer (code reforamt) 6 years ago
templates psalm fixes 6 years ago
tests fix psalm issues; reformat; rename new db functions 5 years ago
.gitignore ignore more 6 years ago
.php_cs.dist reformat (phpcs) 6 years ago
.travis.yml only build with php7.2; run composer build etc (travis) 6 years ago
CHANGELOG.TXT update CHANGELOG - see https://github.com/postfixadmin/postfixadmin/issues/176 6 years ago
GPL-LICENSE.TXT Initial Import in SourceForge 17 years ago
INSTALL.TXT Update INSTALL.TXT 6 years ago
LICENSE.TXT LICENSE.TXT: 13 years ago
README.md Update README.md 6 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 6 years ago
composer.json touch config.local.php in build 6 years ago
config.inc.php improve formatting of error message; remove use of db_array (to be removed). 6 years ago
functions.inc.php fix psalm issues; reformat; rename new db functions 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 ... 6 years ago
postfixadmin.my.cnf Better (aka safer) way to deal with authentication 6 years ago
psalm.xml fix psalm issues; reformat; rename new db functions 5 years ago

README.md

Build Status Gitter

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+