Skip to content

Releases: panubo/docker-postfix

v1.8.1

22 Jan 04:20

Choose a tag to compare

Changes since last release:

  • Fix SMTPD_USERS sasl authentication broken by drift in postfix chroot configuration
  • Update workflow build-push.yml
  • Add about panubo section to README.md

v1.8.0

19 Jan 23:05

Choose a tag to compare

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

05 Nov 05:16

Choose a tag to compare

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

25 Nov 02:18

Choose a tag to compare

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

25 Nov 02:17
38360e9

Choose a tag to compare

Changes since last release:

  • Merge pull request #49 from panubo/upgrade_debian12
  • Add config reloader script for reloading TLS certs/keys
  • Upgrade to debian 12 and add postfix_exporter
  • Remove unnessesary .s6-svscan dir and add s6 arm64 support
  • [skip ci] Update workflow build-push.yml

v1.5.0

02 Aug 02:07

Choose a tag to compare

Changes since last release:

  • Migrate to Quay.io and ECR

1.4.3

08 Jul 02:18

Choose a tag to compare

Changes since last release:

  • Allow setting CLIENT_TLS_CA, unify smtpd CApath with client default

1.4.2

08 Jul 01:36

Choose a tag to compare

Changes since last release:

  • add TLS target to makefile
  • Fix missing snakeoil cert when client_tls not configured

1.4.1

03 May 02:58
c6e0285

Choose a tag to compare

Changes since last release:

  • Add disable_vrfy_command option support (#44)

1.4.0

03 May 01:12
a407520

Choose a tag to compare

Changes since last release:

  • Add sender dependent relayhost authentication, client TLS, and upgrade base to Bullseye (#43)
  • Rework POSTCONF documentation