为Postfix“ smtpd_recipient_restrictions”设置的最佳参数
我们已经从另一个ISP继承了DNS,现在我们的邮件服务器每分钟被大约1000封电子邮件轰炸,其中99.99%只是垃圾邮件。我们正试图优化过滤/拒绝垃圾邮件,但运气不好。 您认为最佳设置是smtpd_recipient_restrictions什么? 系统配置:Ubuntu + Amavis + Postfix + MySQL + Fail2Ban-Postfix 任何建议都欢迎! UDPATE,2012年8月8日 在按照以下方式更改posftix配置并配置Potrgey服务时,垃圾邮件级别下降了10倍 smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_non_fqdn_hostname, reject_invalid_hostname, reject_non_fqdn_sender, reject_unknown_sender_domain, reject_non_fqdn_recipient, reject_unknown_recipient_domain, check_policy_service inet:127.0.0.1:10023, reject_rbl_client zen.spamhaus.org, check_recipient_access mysql:/etc/postfix/mysql-virtual_recipient.cf, reject_unauth_pipelining, reject_unauth_destination