summaryrefslogtreecommitdiff
path: root/security/drweb-sendmail (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Tune for -current sendmail 8.12.2Andrey A. Chernov2002-02-204-39/+21
| | | | Notes: svn path=/head/; revision=55005
* Add -D_THREAD_SAFE, remove libsmutil buildingAndrey A. Chernov2002-02-114-5/+36
| | | | Notes: svn path=/head/; revision=54573
* Check SENDMAIL_VERSION only if definedAndrey A. Chernov2002-01-311-2/+2
| | | | Notes: svn path=/head/; revision=54066
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-291-36/+36
| | | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Notes: svn path=/head/; revision=53959
* Upgrade to 4.27Andrey A. Chernov2002-01-043-14/+3
| | | | Notes: svn path=/head/; revision=52557
* Update to reflect drweb dist re-rollingAndrey A. Chernov2001-12-172-3/+5
| | | | Notes: svn path=/head/; revision=51706
* Upgrade to 4.26cAndrey A. Chernov2001-11-073-15/+4
| | | | Notes: svn path=/head/; revision=49743
* Use ${SH} to run pkg-install. It seems that CTM not preserve x-bitAndrey A. Chernov2001-11-021-1/+1
| | | | Notes: svn path=/head/; revision=49487
* Fix argument order in mail reply messageAndrey A. Chernov2001-10-222-0/+12
| | | | Notes: svn path=/head/; revision=49072
* Upgrade to 4.26bAndrey A. Chernov2001-10-208-146/+18
| | | | Notes: svn path=/head/; revision=49013
* Remove user deleting from here, it still needed for drweb sub-portAndrey A. Chernov2001-10-202-23/+1
| | | | Notes: svn path=/head/; revision=48973
* Move user adding/deleting to pkg*installAndrey A. Chernov2001-10-193-4/+34
| | | | Notes: svn path=/head/; revision=48934
* Add drweb:drweb automaticallyAndrey A. Chernov2001-10-171-15/+23
| | | | Notes: svn path=/head/; revision=48869
* Put it into security sandbox disallowing 'drweb' user to own any filesAndrey A. Chernov2001-10-151-2/+2
| | | | | | | excepting pid/socket/temp/spool ones Notes: svn path=/head/; revision=48809
* Bump PORTVERSION for prev. changeAndrey A. Chernov2001-10-141-1/+1
| | | | Notes: svn path=/head/; revision=48742
* 1) Configure should be run after drweb-smf binary has been installedYing-Chieh Liao2001-10-141-7/+5
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=48740
* Install drwebdc into sbinAndrey A. Chernov2001-10-082-3/+3
| | | | Notes: svn path=/head/; revision=48553
* Run as drweb user, not as rootAndrey A. Chernov2001-10-063-5/+33
| | | | Notes: svn path=/head/; revision=48489
* Add WITH_DRWEBSFM_SENDMAIL_DIR configuration knobAndrey A. Chernov2001-10-034-15/+35
| | | | | | | | Add example*.sh to DOC_DIR Use local version of libsmutil Makefile with FFR_MILTER always turned on Notes: svn path=/head/; revision=48416
* Wrap long line in virus detection mail messageAndrey A. Chernov2001-10-032-3/+23
| | | | Notes: svn path=/head/; revision=48412
* Fix socket permissions and startup race conditionAndrey A. Chernov2001-10-032-1/+23
| | | | Notes: svn path=/head/; revision=48411
* Use native drweb-sendmail.sh script for both daemon & filterAndrey A. Chernov2001-10-033-35/+12
| | | | Notes: svn path=/head/; revision=48408
* Move drweb-dependent configuration into pre-install sectionAndrey A. Chernov2001-10-032-3/+12
| | | | | | | Fix one spelling mistake in diagnostic Notes: svn path=/head/; revision=48384
* Configuration tuningsAndrey A. Chernov2001-10-036-8/+84
| | | | Notes: svn path=/head/; revision=48383
* Upgrade to 4.26Andrey A. Chernov2001-10-037-73/+132
| | | | | | | (working, but not cleanly configured) Notes: svn path=/head/; revision=48380
* Fix more spellingsAndrey A. Chernov2001-09-161-1/+19
| | | | Notes: svn path=/head/; revision=47863
* Yet one spellingAndrey A. Chernov2001-08-312-2/+2
| | | | Notes: svn path=/head/; revision=47199
* Don't attempt to notify empty <> senderAndrey A. Chernov2001-08-292-2/+12
| | | | Notes: svn path=/head/; revision=47114
* Remove workaround until I dig more on this - can't reproduce the bug now.Andrey A. Chernov2001-08-251-9/+0
| | | | Notes: svn path=/head/; revision=46898
* Workaround to prevent coredump in stdio cleanup() on exit() when signal 15Andrey A. Chernov2001-08-251-2/+11
| | | | | | | arrived Notes: svn path=/head/; revision=46895
* Oops, remove wrong warning - there was a problem in drweb32.iniAndrey A. Chernov2001-08-252-4/+0
| | | | Notes: svn path=/head/; revision=46892
* Simplify configuration installation in rc.dAndrey A. Chernov2001-08-252-7/+0
| | | | Notes: svn path=/head/; revision=46889
* Add warnings that viruses in mail not detected with evaluation keyAndrey A. Chernov2001-08-252-0/+5
| | | | Notes: svn path=/head/; revision=46887
* Use right umask for socket creationAndrey A. Chernov2001-08-252-1/+11
| | | | Notes: svn path=/head/; revision=46886
* Fix socket permissions after startAndrey A. Chernov2001-08-251-0/+1
| | | | Notes: svn path=/head/; revision=46884
* Install drwebdc tooAndrey A. Chernov2001-08-252-1/+3
| | | | Notes: svn path=/head/; revision=46883
* Spelling fixAndrey A. Chernov2001-08-251-0/+11
| | | | Notes: svn path=/head/; revision=46881
* Use more natural initial valuesAndrey A. Chernov2001-08-251-2/+4
| | | | Notes: svn path=/head/; revision=46879
* Do not overwrite existen drwebsmf.sh on installAndrey A. Chernov2001-08-252-3/+17
| | | | Notes: svn path=/head/; revision=46868
* drwebd -> drwebfilterAndrey A. Chernov2001-08-251-1/+1
| | | | Notes: svn path=/head/; revision=46863
* Fix my typoAndrey A. Chernov2001-08-241-2/+2
| | | | Notes: svn path=/head/; revision=46823
* Use ${CFLAGS} when compiling dwcAndrey A. Chernov2001-08-241-1/+1
| | | | Notes: svn path=/head/; revision=46822
* 1) Add ability to build on any machine by direct adding -D_FFR_MILTER=1Andrey A. Chernov2001-08-243-8/+4
| | | | | | | | | 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 Notes: svn path=/head/; revision=46819
* Hide extraction processAndrey A. Chernov2001-08-241-1/+1
| | | | Notes: svn path=/head/; revision=46818
* Print pkg-message note and ask for confirmation before anything elseAndrey A. Chernov2001-08-241-0/+5
| | | | Notes: svn path=/head/; revision=46817
* Add -current detection as FreeBSDAndrey A. Chernov2001-08-241-0/+12
| | | | Notes: svn path=/head/; revision=46815
* Fix typoAndrey A. Chernov2001-08-241-1/+1
| | | | Notes: svn path=/head/; revision=46814
* DrWeb antivirus sendmail integrationAndrey A. Chernov2001-08-248-0/+140
Notes: svn path=/head/; revision=46800