aboutsummaryrefslogtreecommitdiffstats
path: root/security/antivir-milter/pkg-message
blob: a26af98efd240bd016e21f14aff9dc001f65445f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
===========================================================================

In order to configure Sendmail for this port add the following lines to
your SENDMAIL_MC:

INPUT_MAIL_FILTER(
    `antivir-milter',
    `S=unix:/var/spool/avmilter/avmilter.sock, F=T, T=S:10m;R:10m;E:10m'
)dnl

Don't forget to rebuild sendmail.cf and to restart Sendmail afterwards.

For automated updates of the anti-virus engine and the virus definition
file add the following line to your /etc/crontab:
25 0 * * * root %%PREFIX%%/sbin/antivirupdater -q

For full functionality of AntiVir Milter you need to obtain a license
key from H+BEDV Datentechnik GmbH. To install it, execute the following
commands:
cp hbedv.key %%PREFIX%%/AntiVir/
chown root:smmsp %%PREFIX%%/AntiVir/hbedv.key
chmod 440 %%PREFIX%%/AntiVir/hbedv.key

A license key for private (individual, non-commercial) use can be applied
for free of charge at:
http://www.antivir.de/order/privreg/linux.htm (German)
http://www.hbedv.com/private/ (English)

===========================================================================