I have an odd situation. My user (jen@example.com) is able to email a particular customer, but when he replies he receives the following error message and the email is not delivered to my user:
A message that you sent could not be delivered to one or more of
its recipients. The following addresses failed:
<jen@example.com>
SMTP error from remote server after RCPT command:
host example.com[208.89.163.xxx]:
530 Recipient refused.
I went into the smtp log and found the following entry:
Tue, 05 Jan 2010 09:48:22 -> 74.208.4.xxx -> Failed: Action=[Received Recipient], Details=[cru@example.com: IP listed in SPAM Trap.]
Tue, 05 Jan 2010 09:48:22 -> 74.208.4.xxx -> Failed: Action=[Received Recipient], Details=[jen@example.com: IP listed in SPAM Trap.]
I went into my spam trap text file and looked for the ip addresses associated with the sender and both recipients and none of them are listed in the spam trap. In addition both of the recipients are white listed. I think there's something about the sender that is causing this problem, but I simply don't know what that is! The error messages seem to point to the recipients as having a problem, but they are able to receive email from everyone else. Have you seen this problem before? My plan is to white list the sender, hopefully that will help?