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 eea72e0019 check for PDO modules in setup.php, not old style functions 5 years ago
.github/workflows
ADDITIONS see: https://github.com/postfixadmin/postfixadmin/issues/101 - in Debian Buster, /var/lock is writeable by anyone, /var/run is not... both are tmpfs 5 years ago
DOCUMENTS
VIRTUAL_VACATION
configs
debian .deb packaging: move php-imap from being a dependency to a suggestion - see https://github.com/postfixadmin/postfixadmin/issues/251 6 years ago
languages
lib
model fix psalm 5 years ago
public check for PDO modules in setup.php, not old style functions 5 years ago
scripts
templates Favicon config and ru_lang: 5 years ago
tests
.gitignore
.php_cs.dist
.travis.yml
CHANGELOG.TXT
GPL-LICENSE.TXT
INSTALL.TXT
LICENSE.TXT
README.md
check_mailpass_expiration.sh
common.php
composer.json
config.inc.php
functions.inc.php improve langauge checks (remove unnecessary is_string check) 5 years ago
index.php
password_expiration.sql
phpunit.xml
postfixadmin.my.cnf
psalm.xml

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