From 17c8067ebd05daebad37a9661ff3eab48a6171f7 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 11 Feb 2019 15:26:01 +0100 Subject: [PATCH] mail/postfix: fixed typo in wrapper mode (#1182) --- mail/postfix/Makefile | 1 + .../src/opnsense/service/templates/OPNsense/Postfix/main.cf | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index a101318c1..6639eb8fd 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,5 +1,6 @@ PLUGIN_NAME= postfix PLUGIN_VERSION= 1.8 +PLUGIN_REVISION= 1 PLUGIN_COMMENT= SMTP mail relay PLUGIN_DEPENDS= postfix-sasl PLUGIN_MAINTAINER= m.muenz@gmail.com diff --git a/mail/postfix/src/opnsense/service/templates/OPNsense/Postfix/main.cf b/mail/postfix/src/opnsense/service/templates/OPNsense/Postfix/main.cf index ddb6da68d..120fb9e7e 100644 --- a/mail/postfix/src/opnsense/service/templates/OPNsense/Postfix/main.cf +++ b/mail/postfix/src/opnsense/service/templates/OPNsense/Postfix/main.cf @@ -90,7 +90,7 @@ smtp_tls_protocols=!SSLv2,!SSLv3 smtpd_tls_exclude_ciphers = aNULL, eNULL, EXPORT, DES, RC4, MD5, PSK, aECDH, EDH-DSS-DES-CBC3-SHA, EDH-RSA-DES-CDC3-SHA, KRB5-DE5, CBC3-SHA {% endif %} {% if helpers.exists('OPNsense.postfix.general.tlswrappermode') and OPNsense.postfix.general.tlswrappermode == '1' %} -smtpd_tls_wrappermode = yes +smtp_tls_wrappermode = yes {% endif %} {% if helpers.exists('OPNsense.postfix.general.smtpclient_security') and OPNsense.postfix.general.smtpclient_security != '' %} smtp_tls_security_level = {{ OPNsense.postfix.general.smtpclient_security }}