Commit graph

89 commits

Author SHA1 Message Date
Andrey A. Chernov
02da81da7c Upgrade to 4.26b 2001-10-20 20:50:21 +00:00
Andrey A. Chernov
1a56d1f4c1 Remove user deleting from here, it still needed for drweb sub-port 2001-10-20 11:08:44 +00:00
Andrey A. Chernov
afd6dfcd46 Move user adding/deleting to pkg*install 2001-10-19 11:08:01 +00:00
Andrey A. Chernov
b5fc6c3a25 Add drweb:drweb automatically 2001-10-17 13:53:03 +00:00
Andrey A. Chernov
d2a5409c36 Put it into security sandbox disallowing 'drweb' user to own any files
excepting pid/socket/temp/spool ones
2001-10-15 16:00:06 +00:00
Andrey A. Chernov
f8ea3a6b2f Bump PORTVERSION for prev. change 2001-10-14 09:09:48 +00:00
Ying-Chieh Liao
b00bab20ca 1) Configure should be run after drweb-smf binary has been installed
2) -zACTION flag changed from d to c, because with -zd drweb-smf discards
   emails with empty reverse-path (MAIL FROM: SMTP command which corresponds
   to Return-Path: envelope header) rather than emails with empty From:
   message header. According to RFC 2821 MTAs use empty reverse-path for
   rejection notifications and many other mail robots also do that.

PR:		31057
Submitted by:	MAINTAINER
2001-10-14 06:53:17 +00:00
Andrey A. Chernov
a17d994dcd Install drwebdc into sbin 2001-10-08 07:49:31 +00:00
Andrey A. Chernov
cc35e16915 Run as drweb user, not as root 2001-10-06 04:25:14 +00:00
Andrey A. Chernov
58b6e8c58b Add WITH_DRWEBSFM_SENDMAIL_DIR configuration knob
Add example*.sh to DOC_DIR
Use local version of libsmutil Makefile with FFR_MILTER always turned on
2001-10-03 22:15:01 +00:00
Andrey A. Chernov
721417c37e Wrap long line in virus detection mail message 2001-10-03 19:11:53 +00:00
Andrey A. Chernov
8c29de197a Fix socket permissions and startup race condition 2001-10-03 18:46:24 +00:00
Andrey A. Chernov
e2ad14bba8 Use native drweb-sendmail.sh script for both daemon & filter 2001-10-03 17:54:21 +00:00
Andrey A. Chernov
66d0500da5 Move drweb-dependent configuration into pre-install section
Fix one spelling mistake in diagnostic
2001-10-03 08:08:07 +00:00
Andrey A. Chernov
e8858fa43c Configuration tunings 2001-10-03 07:34:32 +00:00
Andrey A. Chernov
438a732497 Upgrade to 4.26
(working, but not cleanly configured)
2001-10-03 04:56:34 +00:00
Andrey A. Chernov
fc6721693b Fix more spellings 2001-09-16 11:40:19 +00:00
Andrey A. Chernov
d1f61c476b Yet one spelling 2001-08-31 03:59:46 +00:00
Andrey A. Chernov
c334bff8d3 Don't attempt to notify empty <> sender 2001-08-29 20:30:48 +00:00
Andrey A. Chernov
14ce4cdf06 Remove workaround until I dig more on this - can't reproduce the bug now. 2001-08-25 19:03:29 +00:00
Andrey A. Chernov
cf59b6fb63 Workaround to prevent coredump in stdio cleanup() on exit() when signal 15
arrived
2001-08-25 16:42:54 +00:00
Andrey A. Chernov
dc9c9458a3 Oops, remove wrong warning - there was a problem in drweb32.ini 2001-08-25 15:20:52 +00:00
Andrey A. Chernov
51c70519e5 Simplify configuration installation in rc.d 2001-08-25 14:48:12 +00:00
Andrey A. Chernov
a8d6bfc59a Add warnings that viruses in mail not detected with evaluation key 2001-08-25 14:38:03 +00:00
Andrey A. Chernov
be3f8f91a9 Use right umask for socket creation 2001-08-25 14:14:27 +00:00
Andrey A. Chernov
c84686b4ff Fix socket permissions after start 2001-08-25 12:33:53 +00:00
Andrey A. Chernov
5077dff50b Install drwebdc too 2001-08-25 11:40:57 +00:00
Andrey A. Chernov
3ba0cf932c Spelling fix 2001-08-25 11:29:33 +00:00
Andrey A. Chernov
4a3c01bb47 Use more natural initial values 2001-08-25 11:02:57 +00:00
Andrey A. Chernov
40fe2d9de9 Do not overwrite existen drwebsmf.sh on install 2001-08-25 09:06:43 +00:00
Andrey A. Chernov
a21d51d19e drwebd -> drwebfilter 2001-08-25 08:26:40 +00:00
Andrey A. Chernov
abb3134a4d Fix my typo 2001-08-24 22:09:30 +00:00
Andrey A. Chernov
35bc8f1602 Use ${CFLAGS} when compiling dwc 2001-08-24 21:52:53 +00:00
Andrey A. Chernov
64ce814a31 1) Add ability to build on any machine by direct adding -D_FFR_MILTER=1
to libmilter Makefile, so remove IS_INSTERACTIVE
2) Rename final rc.d/drweb-smf.sh to rc.d/drwebsmf.sh to start it _after_
drwebd.sh if on the same machine
2001-08-24 20:15:43 +00:00
Andrey A. Chernov
422105ec01 Hide extraction process 2001-08-24 19:46:27 +00:00
Andrey A. Chernov
1412d889d3 Print pkg-message note and ask for confirmation before anything else 2001-08-24 19:40:59 +00:00
Andrey A. Chernov
494e6a1cb7 Add -current detection as FreeBSD 2001-08-24 19:26:21 +00:00
Andrey A. Chernov
1ec93c6d4f Fix typo 2001-08-24 19:25:30 +00:00
Andrey A. Chernov
7fb43943bb DrWeb antivirus sendmail integration 2001-08-24 15:57:23 +00:00