0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00
PostfixAdmin - web based virtual user administration interface for Postfix mail servers
Go to file
2019-06-07 16:23:34 +01:00
ADDITIONS Merge pull request #221 from SuperVirus/fetchmail_different_source_port 2019-01-07 21:56:28 +00:00
configs Bootstrap template integration 2018-05-04 13:25:34 +02:00
debian .deb packaging: move php-imap from being a dependency to a suggestion - see https://github.com/postfixadmin/postfixadmin/issues/251 2019-03-21 09:38:39 +00:00
DOCUMENTS drop old / invalid postfix paramaeters - see #262 2019-04-12 19:52:53 +01:00
languages possibly update language files 2019-01-30 21:10:41 +00:00
lib add almost forgotten file: array_column.php 2019-01-06 21:32:58 +00:00
model comment 2019-04-26 11:46:57 +01:00
public drop function: db_connect_with_errors(); just throw from db_connect() if something goes wrong 2019-06-07 16:23:34 +01:00
scripts run php-cs-fixer (code reforamt) 2018-12-28 19:31:43 +00:00
templates list.tpl - fix lowercase typo for $CONF variable reference for quota handling 2019-06-03 07:32:24 -07:00
tests drop function: db_connect_with_errors(); just throw from db_connect() if something goes wrong 2019-06-07 16:23:34 +01:00
VIRTUAL_VACATION Update INSTALL.md 2019-01-30 10:01:57 +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 try adding code coverage things 2019-02-18 20:31:31 +00:00
CHANGELOG.TXT fixed: typos 2019-02-10 11:37:54 +05: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 try adding code coverage things 2019-02-18 20:31:31 +00:00
config.inc.php Make quota levels configurable 2019-03-16 16:06:58 +01:00
functions.inc.php drop function: db_connect_with_errors(); just throw from db_connect() if something goes wrong 2019-06-07 16:23:34 +01:00
GPL-LICENSE.TXT Initial Import in SourceForge 2007-03-24 07:27:00 +00:00
index.php Add a index.php showing a note about the "public" directory 2018-04-26 21:33:11 +02:00
INSTALL.TXT bump install instructions to 3.2.2 tag 2019-02-14 19:40:04 +00:00
LICENSE.TXT LICENSE.TXT: 2011-04-24 16:15:21 +00:00
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 Merge branch 'master' into feature-try-pdo 2019-01-16 09:23:29 +00:00
README.md try adding code coverage things 2019-02-18 20:31:31 +00:00

Build Status Gitter codecov Coverage Status

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+