mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
mail/postfix: fixed typo in wrapper mode (#1182)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user