PostfixAdmin - web based virtual user administration interface for Postfix mail servers https://postfixadmin.github.io/postfixadmin/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
David Goodwin 38549c48ad composer format 3 years ago
.github/workflows Test against PHP 8.1 too 3 years ago
ADDITIONS PSR2 -> PSR12 formatting 3 years ago
DOCUMENTS try to harden the example expiry script in DOCUMENTS/Password_Expiration.md#expiration-script - thanks to @jumecittu - see https://github.com/postfixadmin/postfixadmin/issues/619 3 years ago
VIRTUAL_VACATION improve documentation for smtp_ssl options 4 years ago
configs Bootstrap template integration 8 years ago
debian refresh debian patch for master 4 years ago
languages PSR2 -> PSR12 formatting 3 years ago
lib/smarty update smarty to 4.1.1 (php 8.1 support) 3 years ago
model composer format 3 years ago
public composer format 3 years ago
scripts fix formatting 3 years ago
templates add missing styles to fetch email menu button 4 years ago
tests PSR2 -> PSR12 formatting 3 years ago
.gitignore drop vendor, add back to .gitignore 4 years ago
.php-cs-fixer.dist.php PSR2 -> PSR12 formatting 3 years ago
.travis.yml try php8 via travis 5 years ago
CHANGELOG.TXT update CHANGELOG 4 years ago
GPL-LICENSE.TXT Initial Import in SourceForge 19 years ago
INSTALL.TXT update to latest stable version - see #570 4 years ago
LICENSE.TXT LICENSE.TXT: 15 years ago
README.md Update README.md 4 years ago
SECURITY.md Create SECURITY.md 4 years ago
common.php Automatic code style fixes 3 years ago
composer-update.sh I know people say not to add vendor/ to git, but this is the --no-dev variant, and it should handle autoloading too ... 4 years ago
composer.json license fix in composer.json 3 years ago
config.inc.php one or more of something needs {1,} not {1} ... 4 years ago
functions.inc.php composer format 3 years ago
index.php Add a index.php showing a note about the "public" directory 8 years ago
install.sh try and improve install.sh - PATH, check for php, better error/warning message etc 4 years ago
password_expiration.sql rename sql fields to just have mailbox.password_expiry and domain.password_expiry 7 years ago
phpunit.xml fix path 4 years ago
postfixadmin.my.cnf Better (aka safer) way to deal with authentication 7 years ago
psalm.xml psalm improvements 5 years ago

README.md

GitHubBuild Gitter Coverage Status GitHub repo size IRC Chat - #postfixadmin

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 PHP7.2+ (older versions of PHP should work with older releases)

Some screenshots of Postfixadmin in action (as admin and user)

  • https://github.com/aqeltech/Dockerised-GUI-Mailserver
  • https://github.com/mailserver2/mailserver mailserver2/mailserver is a simple and full-featured mail server build as a set of multiple docker images. Features: Postfix, PostfixAdmin, Dovecot, Rspamd, Clamav, Zeyple, Sieve, Fetchmail, Rainloop, Unbound/NSD, Træfik, {Let's Encrypt,custom,Self-signed Certificate} SSL, Supports PostgeSQL, MySQL, (beta) LDAP backends. Automated builds on DockerHub and Integration tests with Travis CI