Releases: jeboehm/docker-mailserver
Releases · jeboehm/docker-mailserver
v3.0.0
v2.3.0
v2.2.0
- Added the NiXSPAM dns blacklist
- When a mail is moved from or into the junk folder via IMAP, rspamd learns the message for Bayes filtering
- Some Postfix settings were improved
- The Bayes databases from rspamd are imported on new installations
- Disk usage can be limited by defining a quota
- Accounts could be marked as send only, so that they can't receive mails but send them
- Temporary disabling of mail accounts is now possible
- rspamd is now available under http://127.0.0.1:81/rspamd/
- Service health is now monitored
- Improved documentation
- Removed the default user
- Added a wizard to do the initial setup
v2.0.0
v1.4.0
v1.3.0
- Update to Alpine Linux 3.6
- Update to Roundcube 1.2.4
- Use dockerize to create a more solid configuration and resolve dependency problems when other services are not started
- Spamassassin uses Alpine Linux 3.6, so that the complete project is now based on Alpine
v1.2.0
v1.1.2
v1.1.1
v1.1.0
Spamassassin:
- Don't restart Spamassassin when no updates were installed
- Integrated Pyzor and Razor2
MTA:
- Greylisting can be enabled optionally
Web:
- The container runs in read_only mode
- Improved image size by switching to alpine linux
- Improved performance by switching to php-fpm + nginx instead of Apache2
Other:
- Improved travis-ci integration
- Updated README