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 eb5fcf829e
Merge pull request #332 from kr1pt0ph0b14/patch-1
Update tr.lang
5 years ago
.github/workflows just wondering 5 years ago
ADDITIONS short documentation added, path to deliver as configuration option 5 years ago
DOCUMENTS Update dovecot documentation 5 years ago
VIRTUAL_VACATION
configs
debian
languages Update tr.lang 5 years ago
lib php7.4 / psalm fixes 5 years ago
model psalm fix: rewrite to avoid php error (@) suppression 5 years ago
public allow existance of pdo for us to proceed with setup 5 years ago
scripts
templates
tests
.gitignore
.php_cs.dist
.travis.yml [Travis] Test against PHP 7.4 5 years ago
CHANGELOG.TXT fetchmail dovecot delivery 5 years ago
GPL-LICENSE.TXT
INSTALL.TXT INSTALL.TXT: mention an Alias as alternative for a symlink 5 years ago
LICENSE.TXT
README.md psalm fixes/workarounds; require PHP 5.6+ 5 years ago
check_mailpass_expiration.sh
common.php drop references to magic_quotes; see: https://github.com/postfixadmin/postfixadmin/pull/325 5 years ago
composer.json dev improvements 5 years ago
config.inc.php Add empty $CONF['database_socket'] to avoid warnings 5 years ago
functions.inc.php php7.4 / psalm fixes 5 years ago
index.php
password_expiration.sql
phpunit.xml dev improvements 5 years ago
postfixadmin.my.cnf
psalm.xml psalm fixes/workarounds; require PHP 5.6+ 5 years ago

README.md

Build Status 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+