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.
 
 
 
 
 
 
benchea dan 479aa49dbe
Update menu.tpl
2 years ago
.github/workflows build_coverage_report is not important 3 years ago
ADDITIONS Merge pull request #745 from ozgurkazancci/patch-2 2 years ago
DOCUMENTS Typos fix - Update UPGRADE.txt 2 years ago
VIRTUAL_VACATION Fix default $smtp_client setting if we aren't connecting to the SMTP server on localhost. 2 years ago
configs Update menu.conf 2 years ago
debian refresh debian patch for master 4 years ago
languages Add 'To_Mailbox' and 'To_Forward_Only' to all *.lang files 3 years ago
model Merge pull request #665 from Jan-Kruis/master 3 years ago
public setup.php does not use the datetime widget or any funky bootstrap special effects, so we might as well remove JS from it 2 years ago
scripts fix formatting 3 years ago
templates Update menu.tpl 2 years ago
tests better test coverage - make sure pacrypt() respects php_crypt:MD5 and makes something like $1$..... 3 years ago
.gitignore Add Domain Key handling 3 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 with entries from 3.3.x 3 years ago
GPL-LICENSE.TXT Initial Import in SourceForge 19 years ago
INSTALL.TXT Links and typos Update INSTALL.TXT 2 years ago
LICENSE.TXT LICENSE.TXT: 15 years ago
README.md Update README.md 3 years ago
SECURITY.md Create SECURITY.md 4 years ago
common.php drop local copy of smarty library; use composer for installation of it; allow smarty 4.x which appears to work and also better supports php8 etc 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 drop local copy of smarty library; use composer for installation of it; allow smarty 4.x which appears to work and also better supports php8 etc 3 years ago
config.inc.php Update config.inc.php 2 years ago
functions.inc.php give the language selector an id - see #736 - thanks @frzquerty 2 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 remove smarty from psalm.xml 3 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