diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-10-03 04:56:34 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-10-03 04:56:34 +0000 |
commit | 438a732497b1ea256212c8e1291180603d9a8a3a (patch) | |
tree | ce00c42efc1d1e1583ac95daeb26ea518aed6c70 /security/drweb-sendmail/files/drweb-smf.sh | |
parent | - update to 0.89 (diff) |
Upgrade to 4.26
(working, but not cleanly configured)
Notes
Notes:
svn path=/head/; revision=48380
Diffstat (limited to 'security/drweb-sendmail/files/drweb-smf.sh')
-rw-r--r-- | security/drweb-sendmail/files/drweb-smf.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/drweb-sendmail/files/drweb-smf.sh b/security/drweb-sendmail/files/drweb-smf.sh index a47e6045a7ce..3c3ac82f22d8 100644 --- a/security/drweb-sendmail/files/drweb-smf.sh +++ b/security/drweb-sendmail/files/drweb-smf.sh @@ -9,8 +9,9 @@ start) if [ -x $drwebfilter ] ; then echo -n ' drweb-smf' $drwebfilter -u/var/run/drwebd -m/var/run/drweb-smf.sock \ - -a!!PREFIX!!/drweb/infected.!!! -f/tmp -r -x -h -l -ba \ - -gpostmaster -epostmaster@your.domain.name + -a!!PREFIX!!/drweb/infected.!!! -f/tmp -r -x -h -l \ + -t 160000 -bt -yt -ka -jr -zd \ + -gpostmaster -epostmaster@!!HOSTNAME!! fi ;; stop) |