mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Disable VRFY command in Postfix command
This commit is contained in:
parent
a6ac514202
commit
ece153e8b1
1 changed files with 6 additions and 0 deletions
|
@ -154,3 +154,9 @@ smtpd_milters = inet:localhost:11332
|
||||||
|
|
||||||
# Skip email without checking if milter has died
|
# Skip email without checking if milter has died
|
||||||
milter_default_action = accept
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue