jeff donovan wrote:
On Feb 20, 2009, at 9:56 AM, J.P. Trosclair wrote:
You should see the REJECT please... from Noel's example in the logs.
J.P.
got it working.
You can also
# grep 'reject: .*backscatterer' /var/log/maillog
to see how your RBL is working.
Feb 20 11:07:51 mail2 postfix/smtpd[28710]: NOQUEUE: reject: RCPT from
mailrelay1.msp.eschelon.com[209.150.200.11]: 557 <>: Sender address
rejected: please don't send notices to forged sender; from=<>
to=<vic...@mydomain> proto=ESMTP helo=<mailrelay1.msp.eschelon.com>
Why are you using a reject code "557"? Please don't make up
your own reject codes, the default is correct and sufficient.
Remove any *reject_code entries from your main.cf and let
postfix use the defaults.
-- Noel Jones