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
2022-10-12 21:09:31 +01:00
.github/workflows build_coverage_report is not important 2022-10-12 21:09:31 +01:00
ADDITIONS see https://github.com/postfixadmin/postfixadmin/issues/646 - add note/comment, doing version parsing in bash to make the script handle it seems clumsy and verbose 2022-08-02 09:15:37 +01:00
configs
debian
DOCUMENTS update docs, see also https://github.com/postfixadmin/postfixadmin/issues/653 2022-09-01 09:23:07 +01:00
languages languages/nl.lang translation from english for new function such as dkim and password 2022-10-12 17:46:15 +02:00
model Merge pull request #665 from Jan-Kruis/master 2022-10-12 20:37:13 +01:00
public composer format time 2022-10-12 20:41:14 +01:00
scripts fix formatting 2022-06-28 14:06:33 +01:00
templates languages/nl.lang translation from english for new function such as dkim and password 2022-10-12 17:46:15 +02:00
tests add unit test for https://github.com/postfixadmin/postfixadmin/issues/647 2022-08-11 20:21:16 +01:00
VIRTUAL_VACATION
.gitignore
.php-cs-fixer.dist.php
.travis.yml
CHANGELOG.TXT update CHANGELOG.TXT 2022-07-18 21:16:54 +01:00
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 2022-09-17 10:49:57 +01:00
composer-update.sh
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 2022-09-17 10:49:57 +01:00
config.inc.php Whitespace fixes 2022-07-18 22:55:24 +02:00
functions.inc.php psalm fixes (drop safeserver() (not used), $_COOKIE always contains strings etc). 2022-10-12 20:52:49 +01:00
GPL-LICENSE.TXT
index.php
install.sh
INSTALL.TXT
LICENSE.TXT
password_expiration.sql
phpunit.xml
postfixadmin.my.cnf
psalm.xml remove smarty from psalm.xml 2022-09-17 10:55:17 +01:00
README.md Update README.md 2022-09-03 14:18:48 +01:00
SECURITY.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