Skip to content

Releases: OpenSMTPD/OpenSMTPD

OpenSMTPD portable release 6.6.1p1

05 Nov 19:21

Choose a tag to compare

Changes in this release (since 6.6.0p1)

This is a bugfix release. No new features were added.

  • Fixed crash on recipient expansion #968
  • Fixed broken build with LibreSSL #944
  • Fixed crash in arc4random caused by differences in OpenSSL vs LibreSSL compatibility layer plumbing #958
  • Fixed issue where from any rules never matched by IPv6 sources #969
  • Fixed crash that happened during mail relay on musl distros #929
  • Fixed multiple compilation warnings
    #965 #966 #967 #978 #977 #975

OpenSMTPD native 6.6.1 release for OpenBSD

05 Nov 19:20

Choose a tag to compare

release synchronized to 6.6.1 bump in the OpenBSD tree.

6.6.0p1 portable release

26 Oct 13:46
eea3cfb

Choose a tag to compare

Dependencies note:

This release builds with LibreSSL > 3.0.2 or OpenSSL > 1.1.0.

It's preferable to depend on LibreSSL as OpenSMTPD is written and tested
with that dependency. In addition, the features parity is not respected,
some features will not be available with OpenSSL, like ECDSA server-side
certificates support in this release. OpenSSL library is considered as a
best effort target TLS library and provided as a commodity, LibreSSL has
become our target TLS library.

Changes in this release (since 6.4.0):

  • various improvements to documentation and code
  • reverse dns session matching criteria added to smtpd.conf(5)
  • regex table lookup support added to smtpd.conf(5)
  • introduced support for ECDSA certificates with an ECDSA privsep engine
  • introduced builtin filters for basic filtering of incoming sessions
  • introduced option to deliver junk to a Junk folder in mail.maildir(8)
  • fixed the smtp(1) client so it uses correct default port for SMTPS
  • fixed an smtpd(8) crash on excessively large input
  • ensured mail rejected by an LMTP server stay queued

Experimental features:

  • introduced a filters API to allow writing standalone filters for smtpd
  • introduced proxy-v2 support allowing smtpd to operate behind a proxy