Tags: mlan/docker-postfix-amavis
Tags
- [amavis](src/amavis) _BREAKING!_ Now use `bayes_store_module Mail::… …SpamAssassin::BayesStore::BDB` (BerkeleyDB). In alpine:3.13 the package `perl-db_file` was [dropped](https://gitlab.alpinelinux.org/alpine/aports/-/issues/12580), preventing SpamAssassin from using the DBM (DB_File) database. To migrate a DBM database, use `mlan/postfix-amavis:1.4` and run `sa-learn --backup > /tmp/bayesian.database.bak` and then enable BDB and run `sa-learn --restore /tmp/bayesian.database.bak`. - [postfix](src/postfix) Install [PostSRSd](https://github.com/roehling/postsrsd) a sender rewriting scheme via TCP-based lookup tables for Postfix.
- [postfix](src/postfix) Fixed `MAIL_ALIASES` bug, due to, we now use… … virtual so table format is: pattern address, address. - [postfix](src/postfix) Now make `LDAP_QUERY_ATTRS_USER=mail` configurable. - [postfix](src/postfix) `MAIL_BOXES` can now take mailbox path; address:mailbox. - [dovecot](src/dovecot) Now install mysql and pop3d modules. - [dovecot](src/dovecot) Support for mysql authentication using `MYSQL_QUERY_PASS`. - [dovecot](src/dovecot) Parameters can now set by envvars prefixed with `DOVECOT_`. - [dovecot](src/dovecot) Renamed `conf.d/*.conf` files. - [test](test) Now also test Dovecot IMAP. - [test](test) Now also properly test `MAIL_BOXES` and `MAIL_ALIASES`.
- [docker](Dockerfile) Now use alpine:3.13 (postfix:3.5.8) _BREAKING!… …_ Incompatible hash|btree, use FORCE_CONFIG to migrate to lmdb. - [postfix](src/postfix/entry.d/10-postfix-common) Install files needs to be updated on persistent volumes. - [docker](src/docker/bin/docker-common.sh) Upgrading module. - [dovecot](src/dovecot) Configured local mailbox delivery. - [test](test) Update to use `mlan/openldap:2`. - [demo](demo) Update to use `mlan/openldap:2`.
- [dovecot](src/dovecot) Added SASL authentication methods LDAP and I… …MAP (RIMAP). - [dovecot](src/dovecot) SASL LDAP now use `auth_bind = yes`. - [demo](demo) Enable IMAP POP3 and CalDAV/iCAL in demo. - [docker](README.md) Update docker-compose example. - [docker](README.md) Update SMPTS SASL authentication sections. - [test](Makefile) Added LDAP SASL SMTPS and MSA test, using curl. - [postfix](src/postfix) Check all required LDAP parameters in `postfix_setup_domains()`. - [postfix](src/postfix) Use `smtpd_reject_unlisted_recipient=no` in `postfix_setup_domains()`. - [dovecot](src/dovecot) Remove `smtps/inet/smtpd_recipient_restrictions` and rely on `smtpd_relay_restrictions` instead in `dovecot_setup_smtpd_sasl()`. - [postfix](src/postfix) Allow recipient email address to be rewritten using regexp in `REGEX_ALIAS`. - [docker](src/docker/bin/docker-common.sh) Print package versions function `dc_pkg_versions()` now supports both apk and apt. - [docker](src/docker/bin/docker-config.sh) Better log message when `FORCE_CONFIG` active.
PreviousNext