8000 Tags · mlan/docker-postfix-amavis · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: mlan/docker-postfix-amavis

Tags

v1.5.5

Toggle v1.5.5's commit message
- [amavis](src/amavis) for consitency move Unix socket here `/run/ama…

…vis/amavisd.sock`.

- [postfix](src/postfix) `MIGRATE_CONFIG=1` make sure files on persistent storage has the right ownership.

v1.5

Toggle v1.5's commit message
MINOR

v1

Toggle v1's commit message
MAJOR

v1.5.4

Toggle v1.5.4's commit message
- [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.

v1.5.3

Toggle v1.5.3's commit message
- [postfix](src/postfix) Old `MAIL_DOMAIN`, `MAIL_BOXES` and `MAIL_AL…

…IASES` entries was not cleared when issuing `FORCE_CONFIG`. Fixed now.

- [dovecot](src/dovecot) Old `SMTPD_SASL_CLIENTAUTH` entries was not cleared when issuing `FORCE_CONFIG`. Fixed now.

v1.5.2

Toggle v1.5.2's commit message
- [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`.

v1.5.1

Toggle v1.5.1's commit message
- [postfix](src/postfix) Add MySQL mailbox and alias lookup.

- [amavis](src/amavis) Fixed annoying Razor warning message.

v1.5.0

Toggle v1.5.0's commit message
- [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`.

v1.4.3

Toggle v1.4.3's commit message
- [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.

v1.4

Toggle v1.4's commit message
MINOR

0