Chapter 5. NOD32LMS configuration
With the above setting we have ensured that all the e-mail messages sent to user belonging to
local domain will now be primarily sent to module nod32mda. Still there remains the second
part of the modification to provide that all messages processed by nod32mda will be sent to
the appropriate MAILBOX. In order to do so, we have to modify the parameter ’mda_path’
within the section [mda] of the main NOD32LMS configuration file (/etc/nod32/nod32.cfg) in
a following way.
mda_path = "/usr/local/sbin/exim-deliver"
Now it is necessary to create the script file ’/usr/local/sbin/exim-deliver’ with the following
content.
#!/bin/sh
/usr/sbin/exim -oMr virus-scanned $*
In the above script we have asumed that the exim binary file is located within a directory
/usr/sbin. If this is not the case, please modify above script as necessary.
To accomplish the whole procedure, one has to restart both the MTA Exim and the daemon
nod32d.
5.3. Scanning the outbound e-mail messages
Scanning of the outbound e-mail messages is performed at the time of message transmission
between the local MUA and the MTA (as marked by symbol S2 in figure 3-1). A more detailed
scheme of the process is shown in the figure 5-2.
Figure 5-2. The scheme of the scanning of outbound e-mail messages by using nod32smtp
24