Edit postfix config

This commit is contained in:
Wojciech Kozlowski 2022-12-20 19:36:26 +01:00
parent 4d5a000ad3
commit c470ff8b86

View File

@ -46,13 +46,13 @@ recipient_delimiter = +
inet_interfaces = loopback-only
inet_protocols = all
{% if system_base_mail_disable_dns %}
smtp_host_lookup=native
disable_dns_lookups = yes
ignore_mx_lookup_error = yes
{% endif %}
# SASL parameters
smtp_sasl_auth_enable = yes
smtp_sasl_security_options = noanonymous
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
{% if system_base_mail_disable_dns %}
smtp_host_lookup=native
disable_dns_lookups = yes
ignore_mx_lookup_error = yes
{% endif %}