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
David Goodwin 2444b0c16b Revert "try updating coveralls"
This reverts commit cffcd1c4ec.
2020-03-02 10:46:01 +00:00
.github/workflows Revert "try updating coveralls" 2020-03-02 10:46:01 +00:00
ADDITIONS short documentation added, path to deliver as configuration option 2020-02-12 00:01:34 +01: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 Merge pull request #321 from adrium/transport-map-support 2020-03-01 20:02:39 +00:00
languages Update tr.lang 2020-02-23 20:28:17 +03:00
lib php7.4 / psalm fixes 2020-01-31 16:30:46 +00:00
model avoid: A non-numeric value encountered errors from no quota being specified 2020-03-02 09:55:13 +00:00
public give the browser a hint that we want a new password for new admin accounts - see https://github.com/postfixadmin/postfixadmin/issues/331 2020-02-23 20:11:42 +00:00
scripts reformat 2019-09-17 21:06:00 +01:00
templates Favicon config and ru_lang: 2019-10-19 18:33:18 +03:00
tests add a far better MailboxHandler test case 2020-03-02 09:55:44 +00:00
VIRTUAL_VACATION remove double libmime-encwords-perl install call in virtual vacation howto 2019-09-19 00:18:32 +02: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 [Travis] Test against PHP 7.4 2020-02-10 12:16:41 +01:00
CHANGELOG.TXT fetchmail dovecot delivery 2020-02-09 16:06:03 +01: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 drop references to magic_quotes; see: https://github.com/postfixadmin/postfixadmin/pull/325 2020-02-10 11:26:23 +00:00
composer.json dev improvements 2020-01-31 20:03:48 +00:00
config.inc.php verify ssl certs when connecting to the db by default (we also do if this setting is not present) 2020-03-02 09:36:39 +00:00
functions.inc.php and support whether we verify ssl certs; default to true 2020-02-28 14:30:40 +00: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 INSTALL.TXT: mention an Alias as alternative for a symlink 2019-11-05 19:31:08 +01: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 dev improvements 2020-01-31 20:03:48 +00:00
postfixadmin.my.cnf Better (aka safer) way to deal with authentication 2018-08-17 22:15:02 +02:00
psalm.xml psalm fixes/workarounds; require PHP 5.6+ 2019-10-19 20:51:05 +01:00
README.md psalm fixes/workarounds; require PHP 5.6+ 2019-10-19 20:51:05 +01:00

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+