User Guide

16 Kaspersky Anti-Virus® for Sendmail with Milter API
O InputMailFilters=KAVMilter
O Milter.macros.connect=j, _, {daemon_name},
{if_name}, {if_addr}
O Milter.macros.helo={tls_version}, {cipher},
{cipher_bits}, {cert_subject}, {cert_issuer}
O Milter.macros.envfrom=i, {auth_type}, {auth_authen},
{auth_ssf}, {auth_author}, {mail_mailer}, {mail_host},
{mail_addr}
O Milter.macros.envrcpt={rcpt_mailer}, {rcpt_host},
{rcpt_addr}
XKAVMilter,
S=inet:<port>@<ip_address>,F=T,T=S:10s;R:5m;E:5m
#kav-end
where <ip_address> is an IP address of the network socket, and
<port> is a network socket port.
If you use sendmail.mc, add the following lines to this file:
dnl kav-begin: KAVMilter dnl
define(`_FFR_MILTER', `true')dnl
INPUT_MAIL_FILTER(`KAVMilter',
`S=inet: <port>@<ip_address>,
F=T,T=S:10m;R:15m;E:15m')dnl
dnl kav-end dnl
where <ip_address> is an IP address of the network socket, and
<port> is a network socket port.
In the [kavmilter.global] section of the Kaspersky Anti-Virus
configuration file, make the following changes:
ServiceSocket= inet: <port>@<ip_address>
where <ip_address> is an IP address of the network socket, and
<port> is a network socket port.
When Kaspersky Anti-Virus runs on a dedicated server it needs
sendmail-compatible mail agent to send notifications to the administrator.
Make sure you have symbolic link or binary file /usr/sbin/sendmail which
is used to send notifications.