mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
mail/postfix - disable GSSAPI when authenticating against smarthost (#3080)
This commit is contained in:
parent
cff19744d7
commit
d6a5fde2f8
1 changed files with 1 additions and 0 deletions
|
|
@ -157,6 +157,7 @@ relayhost = {{ OPNsense.postfix.general.relayhost }}
|
|||
smtp_sasl_auth_enable = yes
|
||||
smtp_sasl_password_maps = hash:/usr/local/etc/postfix/smtp_auth
|
||||
smtp_sasl_security_options =
|
||||
smtp_sasl_mechanism_filter = !gssapi, !external, static:all
|
||||
{% endif %}
|
||||
|
||||
{% if helpers.exists('OPNsense.postfix.general.permit_sasl_authenticated') and OPNsense.postfix.general.permit_sasl_authenticated == '1' %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue