Merge pull request #722 from YunoHost/disable_vrfy_command_postfix

Disable VRFY command in Postfix command
This commit is contained in:
Alexandre Aubin 2019-05-17 19:05:21 +02:00 committed by GitHub
commit f49b74f835
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -158,3 +158,9 @@ smtpd_milters = inet:localhost:11332
# Skip email without checking if milter has died
milter_default_action = accept
# Avoid email adress scanning
# By default it's possible to detect if the email adress exist
# So it's easly possible to scan a server to know which email adress is valid
# and after to send spam
disable_vrfy_command = yes