Skip to content

smtprelay v1.6.0

Compare
Choose a tag to compare
@decke decke released this 03 Apr 18:53
· 201 commits to master since this release
v1.6.0
7b199cc

Features

  • Handle signals and gracefully shut down, waiting for clients (#22)
  • Add structured logging via logrus (#15)
  • Allow any network and related enhancements (#18)
  • Move remaining config option parsing to ConfigLoad() (#19)
  • net/smtp: adds support for the SMTPUTF8 extension
  • Bump chrj/smtpd to 0.3.0

Bugfixes

  • Discard mail if remote_host is not set (#16)
  • Don't allow configuration requiring authentication with non-TLS listener (#27)