| |
Steps to Protect Email Server on the Internet
Allow email relay only to authorzed hosts/subnets/domains.
If users need to send email from untrusted subnets, set SMTP AUTH
and protect connections with SSL.
For IMAP/POP3 connections from untrusted networks, enable IMAPS/POP3S
(tcp/993 and tcp/995).
Implement Postfix ant-spam configuration in /etc/postfix/main.cf:
In /etc/postfix/bad_headers:
Reject "non-fully qualified host names" and "non qualified domains" (unresolvable by DNS):
Implement Virus and SPAM filtering software, for example, ClamAV
and Spamassassin.
Reference on How To Install Postfix, Amavis, ClamAV, and Spamassassin.
|
|