jortmann wrote:
First another question: When spamfilter says an email is accepted or whitelisted and queued, does that mean it has been sent out the spamfilter infrastructure to the mail server? |
Even if the logs say "is accepted" or "whitelisted", it's possible the sender disconnects before completing the email. The "sure" way of determining SpamFilter attempted to forward the email to your destination SMTP server is the line that contains "Sending email from .... to ..., as the following one:
05/06/10 14:17:25:813 -- (1492) Sending email from TDesmarais@assante.com to sfraser@hialta.ca --
The above is just an "attempt" to forward the email to your server. In this specific case, your destination server at 10.1.1.45 has rejected the above email from SpamFilter, and this is being logged with the entry, which shows in red the specific error string SpamFilter received when attempting to forward the email to 10.1.1.45:
05/06/10 14:17:41:141 -- (1492) EMail from: tdesmarais@assante.com to: sfraser@hialta.ca -- was returned to sender - server error - 10.1.1.45 said: 5.7.1 Recipient not authorized, your IP has been found on a block list --
As SpamFilter accepted an email for delivery from TDesmarais@assante.com, but was unable to deliver it due to the above error, we must at this point send a non-delivery report (NDR) email back to the sender (TDesmarais@assante.com). This email is forwarded for delivery to your SMTP server at 10.1.1.45, as SpamFilter will never send emails out to the internet directly. When this NDR is sent however, your server 10.1.1.45 rejects this attempt with an "550 5.7.1 Unable to relay" error message:
05/06/10 14:17:51:266 -- (1492) Error-email from tdesmarais@assante.com to sfraser@hialta.ca -- was forwarded to 10.1.1.45 05/06/10 14:17:51:266 -- (1492) There was an error sending the NDR to: TDesmarais@assante.comThe remote server said:550 5.7.1 Unable to relay --
Please note that we pre-released in the registered user area a new build (4.2.4.830) that drastically changes the above NDR behavior, to prevent the generation of NDR emails as much as possible. In v4.2, SpamFilter verifies the existence of the recipient with your destination SMTP server after an email has passed all filtering tests and is about to be delivered. While it is being delivered to your destination SMTP server, SpamFilter puts "on hold" the incoming connection while it ensures that your server will accept the recipient. Should your server reject the "RCPT TO" command (due to a non-existent user, mailbox full, etc), then in this case SpamFilter will relay the same SMTP error back to the sender. This forces the remote server to send the NDR to their customers, and will avoid having SpamFilter generate an NDR email that needs to be sent.
This said, you will need to ensure that your destination SMTP will accept all emails sent to it by SpamFilter, as if this is not done, you risk that emails won't be delivered.
jortmann wrote:
My questions are: Is the server error Spamfilter or the CAS NLB 10.1.1.45???? Is it the CAS rejecting the spamfilter server or the email? |
I'm not sure what mail server software is running on 10.1.1.45. That mail server is however rejecting SpamFilter's connection attempts with the error "your IP has been found on a block list", and you will thus need to check your mail server's configuration to see what block list is being used that causes these connection attempts to be rejected.
------------- Roberto Franceschetti
http://www.logsat.com" rel="nofollow - LogSat Software
http://www.logsat.com/sfi-spam-filter.asp" rel="nofollow - Spam Filter ISP
|