mail/postfix: bump version (#2043)

This commit is contained in:
Michael
2020-09-23 12:14:31 +02:00
committed by GitHub
parent 64ea50da4d
commit b150e90351
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
PLUGIN_NAME= postfix
PLUGIN_VERSION= 1.16
PLUGIN_VERSION= 1.17
PLUGIN_COMMENT= SMTP mail relay
PLUGIN_DEPENDS= postfix-sasl
PLUGIN_MAINTAINER= m.muenz@gmail.com
+4
View File
@@ -6,6 +6,10 @@ is completely different.
Plugin Changelog
================
1.17
* Add smtpd_sasl_auth_enable to configuration (by @fhloston)
1.16
* Add support for header_checks (Starkstromkonsument <https://github.com/Starkstromkonsument>)