controlling terminal. [1]
- Make the avq script check if it's ran by the avmilter user in addition
to uid == 0. This enables `avq --remove` to be run via a script and the
ExternalProgram option in order to automatically delete the rejected
messages. [2]
- Install a script avqrm which serves this purpose, i.e. executes
`avq --remove` and can be run via ExternalProgram.
- Make the avq script not print the contents of the queue when option
'--remove' is given, this greatly improves speed and otherwise it's not
really suitable to be called on every rejected message. Fix some typos.
- Fix pkg-plist by adding antivirupdater.
Requested by: ache [1], [2]
Submitted by: maintainer
after deinstalling the old port:
# rm PREFIX/AntiVir/antivir
# rm PREFIX/AntiVir/antivir.vdf
# chown root:wheel PREFIX/AntiVir
# chown root:smmsp PREFIX/AntiVir/hbedv.key
In your SENDMAIL_MC change
`S=unix:PREFIX/AntiVir/avmilter.sock, F=T, T=S:10m;R:10m;E:5m'
to:
`S=unix:/var/spool/avmilter/avmilter.sock, F=T, T=S:10m;R:10m;E:10m'
and rebuild sendmail.cf.
If /var/spool/avmilter exist you have to:
# chown -R smmsp:smmsp /var/spool/avmilter
If you are using a customized PREFIX/etc/avmilter.conf the port
won't remove it on deinstall and you have to manually change User
and Group to smmsp there.
Afterwards you can install the new version of this port. You then
should run antivirupdater to get a current VDF.
- Change ownership of the socket to user and group smmsp as expected by
sendmail. This involves running the milter as smmsp:smmsp, changing the
ownership of rest of the files and moving the socket to /var/spool/avmilter
but fixes the "local socket unsafe" problem. [1]
- Move the milter into the background when launching, this solves the problem
with disappearing socket on boot. [2]
- Update to 1.1-beta which fixes the "Bad file descriptor" problem. For
a full list of chances see ChangeLog in the DOCSDIR. [3]
Suggested by: ache@ [1], [3]
Suggested by: Martin P. Hellwig <mhellwig@xs4all.nl> [2]
Submitted by: maintainer
(6.23.0.1 -> 6.24.0.2), current virus definition file (6.23.0.1 -> 6.24.0.6)
and an updated antivir.conf adding the new option "UpdaterKeepsBackups" for
for the current AV engine.
If you are using the auto-update facility you should already have the
updated AV engine binary and VDF.
- Install the original AV engine binary and the VDF from the tarball with
suffix "-dist_avfbmlt" instead of "-dist" so ${PREFIX}/AntiVir/antivir
can be shared between different H+BEDV AntiVir products without conflicts.
- Add another instance to MASTER_SITES.
Submitted by: marius
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>