freebsd-ports/security/antivir-milter/pkg-message
Alexander Leidinger 625b606c95 Add AntiVir Milter, a mail virusscanner using the Sendmail Mail Filter API.
This is a commercial stand-alone solution written in C not a PERL script +
myriads of dependencies + some AV...
Licenses for private (individual, non-commercial) use, e.g. for protecting
your family's home network, can be applied for free of charge.

Submitted by:	Marius Strobl <marius@alchemy.franken.de>
2003-09-24 13:47:38 +00:00

29 lines
1 KiB
Text

===========================================================================
In order to configure Sendmail for this port add the following lines to
your SENDMAIL_MC:
INPUT_MAIL_FILTER(
`antivir-milter',
`S=unix:%%PREFIX%%/AntiVir/avmilter.sock, F=T, T=S:10m;R:10m;E:5m'
)dnl
Don't forget to rebuild sendmail.cf and to restart Sendmail afterwards.
For automated updates of the virus definition file add the following
line to your /etc/crontab:
25 0 * * * root %%PREFIX%%/sbin/antivirupdater >/dev/null
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 daemon:daemon %%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)
===========================================================================