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.
|
|
2 years ago | |
|---|---|---|
| .github/workflows | 3 years ago | |
| ADDITIONS | 2 years ago | |
| DOCUMENTS | 2 years ago | |
| VIRTUAL_VACATION | 2 years ago | |
| configs | 2 years ago | |
| debian | 4 years ago | |
| languages | 3 years ago | |
| model | 3 years ago | |
| public | 2 years ago | |
| scripts | 3 years ago | |
| templates | 2 years ago | |
| tests | 3 years ago | |
| .gitignore | 3 years ago | |
| .php-cs-fixer.dist.php | 3 years ago | |
| .travis.yml | 5 years ago | |
| CHANGELOG.TXT | 3 years ago | |
| GPL-LICENSE.TXT | 19 years ago | |
| INSTALL.TXT | 2 years ago | |
| LICENSE.TXT | 15 years ago | |
| README.md | 3 years ago | |
| SECURITY.md | 4 years ago | |
| common.php | 3 years ago | |
| composer-update.sh | 4 years ago | |
| composer.json | 3 years ago | |
| config.inc.php | 2 years ago | |
| functions.inc.php | 2 years ago | |
| index.php | 8 years ago | |
| install.sh | 4 years ago | |
| password_expiration.sql | 7 years ago | |
| phpunit.xml | 4 years ago | |
| postfixadmin.my.cnf | 7 years ago | |
| psalm.xml | 3 years ago | |
README.md
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)
Useful Links
- Probably all you need to read (pdf)
- Docker Images
- What is it? (txt)
- Installation instructions
- Wiki
- IRC channel (#postfixadmin on Libera.chat).
Related Projects
- 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