Browse Source

easing client hostname checking restrictions due to problems with Verizon

pull/5/head
Mar Alegre 3 years ago
parent
commit
2a7b7d0b64
  1. 2
      mailsrv/assets/postfix/main.cf.part

2
mailsrv/assets/postfix/main.cf.part

@ -56,7 +56,7 @@ smtpd_sasl_auth_enable = yes
smtpd_delay_reject = yes
smtpd_helo_required = yes
# reject hosts with malformed identifiers
smtpd_helo_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_invalid_helo_hostname, reject_non_fqdn_helo_hostname, reject_unknown_helo_hostname
smtpd_helo_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_invalid_helo_hostname, reject_non_fqdn_helo_hostname, reject_unknown_reverse_client_hostname
# reject hosts that improperly use SMTP commands
smtpd_data_restrictions = reject_unauth_pipelining
# reject unauthorized relay attempts

Loading…
Cancel
Save