Releases: panubo/docker-postfix
Releases · panubo/docker-postfix
v1.8.1
v1.8.0
Changes since last release:
- Fix typos and grammar in Readme
- Add initial BATS tests
- postfix/run: on postfix check failure, dump main.cf for debug
- Make opendkim.conf.sh output path configurable for mocking
- Downgrade DKIM_KEYFILE mode and owner setting to warning on failure
- Add additional detail to README
- Use subshell syntax in Makefile
- Reorganise etc files into subdir
- Update build-push workflow with latest reference
- Increment license year
v1.7.0
Changes since last release:
- Fix dockerfile linting issue
- Add starting log line
- Increment year
- Update to Trixie, remove legacy config settings, and direct usage of configure scripts, spool cache no longer required
- config-reloader: fix potential race condition on startup
- Fix race condition with /var/log/s6-maillog/current not existing when postfix_exporter starting
- Update GH workflows (#54)
- Disable tls_security_level when USE_TLS false Ref #46
- Merge pull request #46 from guipe/main
- Remove default config for smtpd_tls_cert_file and smtpd_tls_key_file to avoid warning message
v1.6.1
Changes since last release:
- Reset myhostname to avoid build server rDNS being used, add some notes and info when fixing spool dir
v1.6.0
v1.5.0
Changes since last release:
- Migrate to Quay.io and ECR
1.4.3
Changes since last release:
- Allow setting CLIENT_TLS_CA, unify smtpd CApath with client default
1.4.2
Changes since last release:
- add TLS target to makefile
- Fix missing snakeoil cert when client_tls not configured