mail/postfix - disable GSSAPI when authenticating against smarthost (#3080)

This commit is contained in:
Patrick M. Hausen 2022-08-14 15:59:23 +02:00 committed by Franco Fichtner
parent cff19744d7
commit d6a5fde2f8

View file

@ -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' %}