0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-20 03:36:20 +02:00
PostfixAdmin - web based virtual user administration interface for Postfix mail servers
Go to file
2019-01-03 19:36:40 +00:00
ADDITIONS run php-cs-fixer (code reforamt) 2018-12-28 19:31:43 +00:00
configs Bootstrap template integration 2018-05-04 13:25:34 +02:00
debian update debian changelog (v3.2) 2018-05-02 21:37:27 +01:00
DOCUMENTS move into DOCUMENTS 2018-12-28 19:20:40 +00:00
languages add new texts to all language files 2018-12-18 14:06:49 +01:00
lib add more unit tests; re-enable random_int warning in functions.inc.php for old php versions etc etc 2018-12-29 20:54:25 +00:00
model run php-cs-fixer (code reforamt) 2018-12-28 19:31:43 +00:00
public remove error log prefix; use db_mysql 2019-01-03 19:36:40 +00:00
scripts run php-cs-fixer (code reforamt) 2018-12-28 19:31:43 +00:00
templates psalm fixes 2018-12-27 21:43:11 +00:00
tests fix indentation 2019-01-03 18:51:11 +00:00
VIRTUAL_VACATION fix sql for notification resend; see #226 2018-12-30 18:16:31 +00:00
.gitignore ignore more 2018-12-28 19:21:16 +00:00
.php_cs.dist reformat (phpcs) 2018-05-02 12:54:17 +01:00
.travis.yml only build with php7.2; run composer build etc (travis) 2018-12-29 21:49:24 +00:00
CHANGELOG.TXT update CHANGELOG - see https://github.com/postfixadmin/postfixadmin/issues/176 2018-11-28 11:51:37 +00:00
check_mailpass_expiration.sh remove duplication of sql, remove use of functions (hopefully unnecessary) 2018-08-28 21:16:20 +01:00
common.php skip this check if unit test 2019-01-03 19:35:33 +00:00
composer.json touch config.local.php in build 2018-12-29 22:03:32 +00:00
config.inc.php improve formatting of error message; remove use of db_array (to be removed). 2019-01-01 19:24:04 +00:00
functions.inc.php remove db_array() function (not in use); use Config::read_string(..) more 2019-01-01 19:28:59 +00:00
GPL-LICENSE.TXT
index.php
INSTALL.TXT Update INSTALL.TXT 2018-12-08 12:29:15 +00:00
LICENSE.TXT
password_expiration.sql rename sql fields to just have mailbox.password_expiry and domain.password_expiry 2018-08-28 21:19:56 +01:00
phpunit.xml try and get working under travis ... 2018-12-29 21:45:12 +00:00
postfixadmin.my.cnf Better (aka safer) way to deal with authentication 2018-08-17 22:15:02 +02:00
psalm.xml remove psalm warnings from code; fix password_expiry behaviour when enabled/disabled on MySQL 2018-12-28 19:27:33 +00:00
README.md Update README.md 2018-12-30 19:03:01 +00:00

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+