Edit postfix config
This commit is contained in:
parent
4d5a000ad3
commit
c470ff8b86
@ -46,13 +46,13 @@ recipient_delimiter = +
|
|||||||
inet_interfaces = loopback-only
|
inet_interfaces = loopback-only
|
||||||
inet_protocols = all
|
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
|
# SASL parameters
|
||||||
smtp_sasl_auth_enable = yes
|
smtp_sasl_auth_enable = yes
|
||||||
smtp_sasl_security_options = noanonymous
|
smtp_sasl_security_options = noanonymous
|
||||||
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
|
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 %}
|
||||||
|
Loading…
Reference in New Issue
Block a user