Restrict clients to those with valid DNS and HELO
This commit is contained in:
parent
a75d3705a0
commit
9f2438be2a
@ -760,4 +760,6 @@ error_notice_recipient = {{ postmaster_email }}
|
|||||||
smtpd_helo_required = yes
|
smtpd_helo_required = yes
|
||||||
disable_vrfy_command = yes
|
disable_vrfy_command = yes
|
||||||
message_size_limit = {{ postfix_message_size_limit }}
|
message_size_limit = {{ postfix_message_size_limit }}
|
||||||
|
smtpd_helo_restrictions = reject_unknown_helo_hostname
|
||||||
|
smtpd_client_restrictions = reject_unknown_reverse_client_hostname reject_unauth_pipelining
|
||||||
|
|
||||||
|
@ -760,4 +760,6 @@ error_notice_recipient = {{ postmaster_email }}
|
|||||||
smtpd_helo_required = yes
|
smtpd_helo_required = yes
|
||||||
disable_vrfy_command = yes
|
disable_vrfy_command = yes
|
||||||
message_size_limit = {{ postfix_message_size_limit }}
|
message_size_limit = {{ postfix_message_size_limit }}
|
||||||
|
smtpd_helo_restrictions = reject_unknown_helo_hostname
|
||||||
|
smtpd_client_restrictions = reject_unknown_reverse_client_hostname reject_unauth_pipelining
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user