This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Strange Message in SMTP Virusscan Log

Hi,

we have configured serval eMail-Domains to be forwared to a single Exchangeserver.
So we dont use SMTP-Profiles.
The Virusscanengine works well but sometimes there are some strange records in the SMTP-Log:

2008:10:29-17:51:21 (none) exim[1443]: 2008-10-29 17:51:21 H=ramonh.org (h1343994.stratoserver.net) [81.169.134.243]:34397 Warning: ******xx profile excludes AV scan: Skipping SMTP inline AV scan for this message 

I reviewed the configuration but Virusscan isn't disabled for the mentioned Domain.

Is such an email scannned for Viruses an what does this message mean ?


Thanks for any comments
Greetings
Thomas


This thread was automatically locked due to age.
Parents Reply Children
  • Here is my inference, based on comparing the UTM help text to other products I have used:

    SMTP Transaction phase has two block points:

    • Some messages can be blocked based on sender blacklists or SPF, immediately after the "SMTP Hello".   If you block at that point, the sender knows he was blocked.  Subject, body, and attachments are never transmitted.   So you save bandwidth, but you communicate rejection.   The logs will not contain the Subject because it was never communicated, so the logs are less helpful for detecting false positives.

    • Blocks based on message content can only occur after the entire message is received.   When blocks occur at this point, the sender thinks the message was accepted, so he will not know that he was blocked.   (You could send and NDR, but should not, because fraud in the email system creates the risk of backscatter notices to the wrong entity.)

    Policy Phase:

    After the message is fully accepted, it can still be blocked, based on profile-specific policies.   This means that a multi-recipient message could potentially be allowed for some destination domains and blocked for others.

    In general, I would always recommend checking in both places, and use both antivirus engines.   There is simply too much hostile email to do otherwise.

  • astiadmin said:

    What is the advantage to scan during SMTP transfer? Is this using a different engine? Any disadvantage?

    Technically speaking, reject during SMTP Transfer leaves the email still on the senders mailserver queue and therefore in their responsibility, e.g the email has not been delivered to the recipient (recipient's mailserver). In some circumstances for legal purposes this could be very beneficial :)

    During SMTP Transfer phase, only one AV scanner is used, and it's the one definied in Management > System Settings -> Scan Settings.

  • Thanks.  Good to have clarification.