postfix 裡的訊息
SMTP error from remote mail server after RCPT TO:
1.先編輯 vi /etc/postfix/rbl_override
1.2.3.4 OK
1.2.3.5 OK
mail.freemailer.tld OK
2.將rbl_override文字檔轉為postfix看得懂得資料庫
postmap /etc/postfix/rbl_override
編輯 /etc/postfix/main.cf 並搜尋 for the smtpd_recipient_restrictions parameter. 加入 check_client_access hash:/etc/postfix/rbl_override to that parameter, after reject_unauth_destination, but before the first blacklist.
So if smtpd_recipient_restrictions looks like this now…