廣告

2012 年 3 月
 1234
567891011
12131415161718
19202122232425
262728293031  

彙整

POSTFIX 跳板垃圾信問題處理

近日被 SPAM MAIL 騷擾了很久,防不勝防,最後試了

不自量力 の Weithenn: 導入 DNSBL 對抗垃圾信 (Anti-SPAM)

http://www.weithenn.org/cgi-bin/wiki.pl?%E5%B0%8E%E5%85%A5_DNSBL_%E5%B0%8D%E6%8A%97%E5%9E%83%E5%9C%BE%E4%BF%A1_(Anti-SPAM)

把RBL加入了 postfix 內,

[root@mail ~]# vi /etc/postfix/main.cf

smtpd_recipient_restrictions =      check_recipient_access hash:/etc/postfix/reject_domains      permit_mynetworks      permit_sasl_authenticated      reject_unauth_destination      reject_unknown_sender_domain #下列兩項是讀取網路黑名單資料庫用的 […]