|
@@ -83,7 +83,6 @@ disable_vrfy_command = yes
|
|
|
smtpd_recipient_restrictions =
|
|
|
permit_mynetworks,
|
|
|
reject_non_fqdn_sender,
|
|
|
- reject_unauth_pipelining,
|
|
|
reject_non_fqdn_recipient,
|
|
|
reject_unknown_sender_domain,
|
|
|
reject_unauth_destination,
|
|
@@ -92,12 +91,14 @@ smtpd_recipient_restrictions =
|
|
|
|
|
|
smtpd_client_restrictions =
|
|
|
permit_mynetworks,
|
|
|
+ reject_unauth_pipelining,
|
|
|
reject_unauth_destination
|
|
|
|
|
|
smtpd_helo_required = yes
|
|
|
smtpd_helo_restrictions =
|
|
|
permit_mynetworks,
|
|
|
- reject_non_fqdn_helo_hostname
|
|
|
+ reject_non_fqdn_helo_hostname,
|
|
|
+ reject_invalid_helo_hostname
|
|
|
|
|
|
smtpd_sender_restrictions =
|
|
|
permit_mynetworks,
|