CONFIGURING
You can set up Domino to work with an ICAP protocol server to scan attachments in mail messages for viruses. You can define the actions that Domino takes when it finds messages that contain viruses.
Requirements
This feature requires:
Virus scanning involves the following components:
1. Domino holds each inbound message in mail.box for virus scanning.
2. Domino evaluates each message in mail.box and takes one of the following steps:
4. Domino determines whether the message contains a virus by evaluating whether any of its attachments contains a virus.
5. If the message doesn't contain a virus, Domino constructs a secure token that includes a hash of the attachment data and a virus definition signature provided by the ICAP server that identifies its current virus definitions. Domino then adds the token as an item on the message, and routes the message. You may optionally configure the feature so that information on all scanned messages and attachments are logged to cscanlog.nsf, though typically you will only log when they contain viruses.
6. If the message contains a virus, Domino takes actions to assure that the infected content will not be delivered to the recipients and to log information about the infected content.
c. Domino also quarantines the original message to cscanquarantine.nsf if cscancfg.nsf is configured to do so.
The Mailscan task supports multiple threads to improve performance. The default is 4 threads, and can be increased up to 20 threads using the ANTI_VIRUS_WORKER_THREADS=20 notes.ini variable.
Creating a virus scanning Configuration Before you enable virus scanning, you must configure at least one virus scanning Configuration.
Importing and validating trusted roots using an ICAP connection Domino requires a secure, trusted connection to the ICAP server for virus scanning. You must establish that you trust one or more of the ICAP server's root certificates before virus scanning can operate. Domino stores data about trusted roots in certstore.nsf. To simply the configuration process, the trusted root for the connection can be automatically imported from the ICAP server using an action in the cscancfg.nsf configuration document. This process involves both certstore.nsf and cscancfg.nsf.
Configuring virus scanning on a Domino server After you create a virus scanning Configuration, configure virus scanning on a Domino server.
Monitoring virus scan logs After you've configured virus scanning on a specific Domino server, you can monitor scan logs in Domino Content Scan Log (cscanlog.nsf) on the server.
Troubleshooting virus scanning Here are some things to try if it seems like virus scanning is not operating correctly.