[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]

Understanding Virus-Detected Notification Options

You have multiple notifications options for when a virus is detected.

This topic contains:

Protocol-Only Notifications

When content is blocked because a virus is found or a scan error occurs, the client generally still receives a successful response code but with modified content (file replacement) containing a warning message. But with protocol-only notifications, a protocol-specific error code may be returned to the client. This way, the client determines that a virus was detected rather than interpreting that a file transfer succeeded.

edit security utm feature-profile anti-virus kaspersky-lab-engine profile <name> {
notification-options {
virus-detection {
type { protocol-only | message }
}
fallback-block {
type { protocol-only | message }
}
}
}
}

E-mail Notification

For mail protocols (SMTP, POP3, IMAP), e-mail notification is used to notify the sender or the recipient about the detected viruses or the scanning errors. There are three settings for e-mail notifications:

Custom Message Notification

Custom message notifications are mainly used in file replacement or in a response message when the antivirus scan result is to drop the file. When using custom messages, you can provide a customized message in the message content you can define customized subject tags

Note: Custom-message in fallback-nonblock is used only by mail protocols.

edit security utm feature-profile anti-virus kaspersky-lab-engine profile <name> {
notification-options {
virus-detection {
custom-message <msg>
custom-message-subject <subject msg>
}
fallback-block {
custom-message <msg>
custom-message-subject <subject msg>
}
fallback-non-block {
custom-message <msg>
custom-message-subject <subject msg>
}
}
}
}

Fallback Options

Fallback options tell the system how to handle the errors returned by either the scan engine or the scan manager. The following is a list of possible errors and the default fallback actions for those error types.


[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]