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
- Remove the combined line for deleted security/rsaref and old distfile
of security/ssh (outdated "export-controlled" reason).
Submitted by: Marius Strobl <marius@alchemy.franken.de>
* No(?) hidden dependencies, configuration variables for almost all available
options, with ability to negate OS defaults (PR 60414).
* Consistent ADS and WINBIND support, with all the necessary pam and nss
modules, as well as with documentation (PR 50039).
* rcNG startup script, that handles start of winbindd as well (PR 44273).
* CONFIGURE_ENV get PREFIX by default (fixes PR 61636 and PR 60254).
* Better support for hier(7) - suplimentary modules went from etc/ to
lib/samba/, log files are in /var/log/samba (PR 60254 and PR 62728).
* libsmbclient installs with all necessary symlinks (PR 60994).
* Incorporate fixes to smb.conf.default from PR 60994.
* Clean installation of manpages(no linux staff).
* Various other small fixes.
* Pass Maintainership to "Timur I. Bakeyev <timur@gnu.org>"
Submitted by: "Timur I. Bakeyev <timur@gnu.org>"
Approved by: dwcjr (old maintainer)
seen on bento were in a race condition with the last CVS update).
It builds on at least one architecture at the moment; however, it
is possible that there still may be errors with other architectures.
Requested by: "Li-Lun Wang (Leland Wang)" <llwang@infor.org> (maintainer)