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 a71669fba8
Merge pull request #245 from 8ctopus/master
db_connect_with_errors() improvements for SQLite databases
6 years ago
ADDITIONS Merge pull request #221 from SuperVirus/fetchmail_different_source_port 6 years ago
DOCUMENTS
VIRTUAL_VACATION Update INSTALL.md 6 years ago
configs
debian update debian changelog (v3.2) 7 years ago
languages
lib
model
public added: line break so $error_text is on its own line 6 years ago
scripts run php-cs-fixer (code reforamt) 6 years ago
templates psalm fixes 6 years ago
tests fix sqlite upgrade check; remove test database between runs; ignore lib/array_column.php from linting 6 years ago
.gitignore
.php_cs.dist
.travis.yml
CHANGELOG.TXT fixed: typos 6 years ago
GPL-LICENSE.TXT
INSTALL.TXT
LICENSE.TXT
README.md
check_mailpass_expiration.sh remove duplication of sql, remove use of functions (hopefully unnecessary) 6 years ago
common.php
composer.json
config.inc.php
functions.inc.php
index.php
password_expiration.sql
phpunit.xml
postfixadmin.my.cnf
psalm.xml

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+