disable_vrfy_command: (#798)

Prevents Spammers from collecting existing mail-addresses by probing the mailserver for them.
This commit is contained in:
17Halbe 2018-01-25 08:32:00 +01:00 committed by Johan Smits
parent 0748734b19
commit eea4ec1dbc
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, rej
reject_rbl_client zen.spamhaus.org, reject_rbl_client bl.spamcop.net
smtpd_client_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination, reject_unauth_pipelining
smtpd_sender_restrictions = permit_sasl_authenticated, permit_mynetworks, reject_unknown_sender_domain
disable_vrfy_command = yes
# SASL
smtpd_sasl_auth_enable = yes