On 7/28/2008 5:03 PM, Rich Shepard wrote:
Postfix is rejecting mail from an address that should be allowed in. The
mail log tells me:
Jul 28 13:11:58 salmo postfix/smtpd[17243]: NOQUEUE: reject: RCPT from
wsip-xx-xxx-xx-xx.ph.ph.cox.net[xx.xxx.xx.xxx]: 450 4.1.7
<[EMAIL PROTECTED]>: Sender address rejected: unverified
address: Address verification in progress;
from=<[EMAIL PROTECTED]> to=<[EMAIL PROTECTED]>
proto=ESMTP helo=<venus.someserver.com>
The IP address for cox.net is correct.
It said SENDER address rejected... cox.net was the CLIENT address. The
SENDER was <[EMAIL PROTECTED]>
Post output of postconf -n
Are you doing SAV (Sender Address Verification)? You should NOT use SAV
for general mail reception, you should only do SAV probes for sending
domains you control and/or have gotten explicit permission to do SAV for.
I've added the 'someserver'.com and hotmail addresses to
/etc/postfix/rhsbl_sender_exceptions with an explicit 'OK'.
Which address of the three is unverified, and how do I fix this
problem?
Disable SAV... you will never be able to receive mail from the big
vendors (gmail, hotmail, yahoo) if you are doing SAV probes all the time...
So
--
Best regards,
Charles