helo command

Postfix configure anti spam with blacklist

by Vivek Gite on January 9, 2007 · 11 comments

Postfix is free and powerful MTA. You can easily configure Postfix to block spam. You need to add following directives to /etc/postfix/main.cf file: => disable_vrfy_command = yes : Disable the SMTP VRFY command. This stops some techniques used to harvest email addresses. => smtpd_delay_reject = yes : It allows Postfix to log recipient address information [...]

{ 11 comments }