From b150e90351e4c23eb1f737b79385ab72c4d3e912 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 23 Sep 2020 12:14:31 +0200 Subject: [PATCH] mail/postfix: bump version (#2043) --- mail/postfix/Makefile | 2 +- mail/postfix/pkg-descr | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index a87fa354d..18112fb89 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -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 diff --git a/mail/postfix/pkg-descr b/mail/postfix/pkg-descr index 8188ee8b7..d20dc9dd5 100644 --- a/mail/postfix/pkg-descr +++ b/mail/postfix/pkg-descr @@ -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 )