The FreeBSD Ports Archive
FreeBSD security : clamsmtp4>
An ClamAV anti-virus SMTP Filter
ClamSMTP is an SMTP filter that allows you to check for viruses using
the ClamAV anti-virus software. It accepts SMTP connections and forwards
the SMTP commands and responses to another SMTP server. The 'DATA' email
body is intercepted and scanned before forwarding.
ClamSMTP aims to be lightweight, reliable, and simple rather than have a
myriad of options. It's written in C without major dependencies. If you
need more options then you could use something big like AMaViS which is
written in PERL and can do almost anything.
Author: Nielsen
http://memberwebs.com/stef/software/clamsmtp/
|
clamsmtp history
v. 1.29
date: 2007/08/04 11:41:16; author: gabor; state: Exp; lines: +1 -1
- Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav)
v. 1.28
date: 2007/07/23 09:36:27; author: rafan; state: Exp; lines: +0 -1
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
v. 1.27
date: 2007/07/09 02:25:27; author: clsung; state: Exp; lines: +3 -3
- Update to 1.9
PR: ports/113829
Submitted by: Thomas Abthorpe
Reviewed by: clsung
v. 1.26
date: 2007/03/13 20:11:16; author: garga; state: Exp; lines: +1 -0
- Update clamav to 0.90.1
- Use -lthr to build clamav since it has problems with libpthread
- Bump PORTREVISION of dependant ports, libclamav version was bumped
- Fix clamcour to build with clamav-0.90.x using patch sent by maintainer
v. 1.25
date: 2006/09/11 02:47:09; author: clsung; state: Exp; lines: +1 -1
- Update to 1.8
v. 1.24
date: 2006/08/25 03:39:10; author: clsung; state: Exp; lines: +1 -2
- Update to 1.7
v. 1.23
date: 2006/08/14 04:10:38; author: clsung; state: Exp; lines: +1 -1
- Respect DESTDIR
PR: ports/101866
Submitted by: Gea-Suan Lin
v. 1.22
date: 2006/02/21 09:41:06; author: clsung; state: Exp; lines: +1 -1
- ": ...." section in rc.d script misordered
- bump PORTREVISION
PR: 93618
Submitted by: Yoshisato YANAGISAWA
v. 1.21
date: 2006/02/21 01:43:31; author: clsung; state: Exp; lines: +1 -1
- files/clamsmtpd.sh.in cause start-up error
- bump PORTREVISION
PR: 93541
Submitted by: KIMURA Yasuhiro
Reviewed by: mnag
v. 1.20
date: 2006/02/17 02:45:40; author: clsung; state: Exp; lines: +30 -7
- bump PORTREVISION for plist change.
- Add WITH_LOCAL_CLAMAV[_DEVEL] to run-depend on security/clamav[-devel];
default LOCAL_CLAMAV on to restore the way port behaved until last update.
Depend on installed package rather that clamd to register depends correctly.
- If one of the clam options is on, make rc.d script to REQUIRE: clamd
Actually use clamsmtp_debug var.
Also make rc.d script to look more like the example in PH.
- Install example script in EXAMPLESDIR rather that DOCSDIR;
- Moved: pkg-message --> files/pkg-message.in
- Drop USE_REINPLACE while here.
PR: 93157
Submitted by: Ion-Mihai Tetcu
v. 1.19
date: 2006/01/13 07:24:33; author: clsung; state: Exp; lines: +11 -14
- Update to 1.6
- Use USE_RC_SUBR=clamsmtpd.sh instead =YES
- Use PORTDOCS=* not need test NOPORTDOCS
- Only depend of security/clamav if already installed.
clamsmtp can run in another machine then clamav.
Tinderbox test:
http://marcus.grupos.com.br:8080/logs/4-STABLE-FreeBSD/clamsmtp-1.6.log
http://marcus.grupos.com.br:8080/logs/6-STABLE-FreeBSD/clamsmtp-1.6.log
PR: 91713
Submitted by: mnag
v. 1.18
date: 2005/09/05 03:16:20; author: clsung; state: Exp; lines: +1 -1
- clamsmtp 1.5 works only in debug mode.
Included patch fix this bug by moving socket creation after daemonizing as
suggested in mailing list clamsmtp-users@lists.sourceforge.net
http://sourceforge.net/mailarchive/forum.php?thread_id=8060741&forum_id=42732
- bump PORTREVISION
PR: ports/85706
Submitted by: Alex L. Demidov
v. 1.17
date: 2005/09/03 07:48:10; author: clsung; state: Exp; lines: +1 -1
- version 1.5 must start with '-d 4'
(Thanks to Jack Raats )
- bump PORTREVISION
v. 1.16
date: 2005/08/29 04:08:55; author: clsung; state: Exp; lines: +1 -1
- Update to 1.5
PR: 85404
Submitted by: Marcus Grando
v. 1.15
date: 2005/04/20 08:17:07; author: clsung; state: Exp; lines: +3 -0
- respect PTHREAD_LIBS
Noted by: kris
v. 1.14
date: 2005/04/20 07:48:40; author: clsung; state: Exp; lines: +1 -1
- update to 1.4.1
- prefer -pthread than lthread
PR: 80071
Submitted by: Marcus Grando
v. 1.13
date: 2005/04/07 16:18:18; author: clsung; state: Exp; lines: +1 -1
- update to 1.4
- from Changelog
- Documentation fixes
- Don't leak file descriptors when clamsmtpd can't connect to outgoing
SMTP server
- Now accepts special format arguments on 'Header' line
- Supress weird warnings when looking up names of local unix connections.
v. 1.12
date: 2005/03/04 03:12:53; author: clsung; state: Exp; lines: +1 -1
- update to 1.3
- prune pkg-message
PR: 78157
Submitted by: Marcus Grando
v. 1.11
date: 2004/12/28 01:03:03; author: clsung; state: Exp; lines: +10 -1
- update to 1.2
+ Install README in $DOCSDIR
+ Install scripts/virus_action.sh in $DOCSDIR
PR: ports/75406
Submitted by: Marcus Grando
v. 1.10
date: 2004/11/01 08:36:37; author: clsung; state: Exp; lines: +1 -1
- update to 1.1
- From ChangeLog
- Added CLIENT and SERVER variables to VirusAction script environment.
- Even better logging for network errors.
- Print out clamsmtp version in debug logs
- Allow configuration of server keep alives (NOOPs). Default to none
Approved by: co-mentor (vanilla)
v. 1.9
date: 2004/10/27 02:15:22; author: clsung; state: Exp; lines: +2 -2
- update to 1.0
PR: ports/73181
Submitted by: Marcus Grando
Approved by: co-mentor (vanilla)
v. 1.8
date: 2004/10/14 12:31:22; author: clsung; state: Exp; lines: +1 -0
- bump PORTREVISION
- -d option only works as a daemon now.
- remove it from startup script and wait for future release.
- Noticed by
Approved by: co-mentor (vanilla)
v. 1.7
date: 2004/10/14 02:28:24; author: clsung; state: Exp; lines: +6 -12
- update to 0.9.6
- use configure file since 0.8
- lots of options move from rc_sub to conf file
Approved by: co-mentor (vanilla)
v. 1.6
date: 2004/09/01 07:50:15; author: clsung; state: Exp; lines: +1 -1
- update to 0.7
- From ChangeLog
- Added support for ESMTP [Andreas Steinmetz]
- Fixed crash when too many connections established
- Announce ourselves as 'clamsmtp' in EHLO/HELO responses which fixes 'loopback'
problems with certain versions of Postfix 1.x
- Better IO performance under heavy load
- Fixed most warnings when compiled with -Wall
- Fixed other minor bugs
Approved by: vanilla (co-mentor)
v. 1.5
date: 2004/08/25 08:53:21; author: clsung; state: Exp; lines: +1 -1
- update to 0.6
- Proper adding of customized header
- Fixes to documentation
Approved by: vanilla (co-mentor)
v. 1.4
date: 2004/08/20 02:56:38; author: clsung; state: Exp; lines: +1 -1
My territory, suggested by ijliao. :p
Approved by: vanilla (co-mentor)
v. 1.3
date: 2004/08/13 17:01:05; author: krion; state: Exp; lines: +1 -1
Fix RUN_DEPENDS
PR: ports/70419
Submitted by: maintainer
v. 1.2
date: 2004/08/04 03:21:17; author: edwin; state: Exp; lines: +1 -1
[MAINTAINER] security/clamsmtp: update to 0.5
- I'm maintainer (with another email)
- Update to 0.5
- C&P from ChnageLog
- Announce ourselves as 'clamsmtp' in banner to prevent loop warnings
- Fixed endless loop that occurred on failure to connect out
- Added option for leaving all files in temp directory (debugging purposes)
- Prints version number when run with -v
PR: ports/69971
Submitted by: Cheng-Lung Sung
v. 1.1
date: 2004/07/30 00:35:56; author: vanilla; state: Exp;
Add clamsmtp 0.4, an ClamAV anti-virus SMTP Filter.
PR: ports/69739
Submitted by: Cheng-Lung Sung
=============================================================================
v. 1.29
date: 2007/08/04 11:41:16; author: gabor; state: Exp; lines: +1 -1
- Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav)
v. 1.28
date: 2007/07/23 09:36:27; author: rafan; state: Exp; lines: +0 -1
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
v. 1.27
date: 2007/07/09 02:25:27; author: clsung; state: Exp; lines: +3 -3
- Update to 1.9
PR: ports/113829
Submitted by: Thomas Abthorpe
Reviewed by: clsung
v. 1.26
date: 2007/03/13 20:11:16; author: garga; state: Exp; lines: +1 -0
- Update clamav to 0.90.1
- Use -lthr to build clamav since it has problems with libpthread
- Bump PORTREVISION of dependant ports, libclamav version was bumped
- Fix clamcour to build with clamav-0.90.x using patch sent by maintainer
v. 1.25
date: 2006/09/11 02:47:09; author: clsung; state: Exp; lines: +1 -1
- Update to 1.8
v. 1.24
date: 2006/08/25 03:39:10; author: clsung; state: Exp; lines: +1 -2
- Update to 1.7
v. 1.23
date: 2006/08/14 04:10:38; author: clsung; state: Exp; lines: +1 -1
- Respect DESTDIR
PR: ports/101866
Submitted by: Gea-Suan Lin
v. 1.22
date: 2006/02/21 09:41:06; author: clsung; state: Exp; lines: +1 -1
- ": ...." section in rc.d script misordered
- bump PORTREVISION
PR: 93618
Submitted by: Yoshisato YANAGISAWA
v. 1.21
date: 2006/02/21 01:43:31; author: clsung; state: Exp; lines: +1 -1
- files/clamsmtpd.sh.in cause start-up error
- bump PORTREVISION
PR: 93541
Submitted by: KIMURA Yasuhiro
Reviewed by: mnag
v. 1.20
date: 2006/02/17 02:45:40; author: clsung; state: Exp; lines: +30 -7
- bump PORTREVISION for plist change.
- Add WITH_LOCAL_CLAMAV[_DEVEL] to run-depend on security/clamav[-devel];
default LOCAL_CLAMAV on to restore the way port behaved until last update.
Depend on installed package rather that clamd to register depends correctly.
- If one of the clam options is on, make rc.d script to REQUIRE: clamd
Actually use clamsmtp_debug var.
Also make rc.d script to look more like the example in PH.
- Install example script in EXAMPLESDIR rather that DOCSDIR;
- Moved: pkg-message --> files/pkg-message.in
- Drop USE_REINPLACE while here.
PR: 93157
Submitted by: Ion-Mihai Tetcu
v. 1.19
date: 2006/01/13 07:24:33; author: clsung; state: Exp; lines: +11 -14
- Update to 1.6
- Use USE_RC_SUBR=clamsmtpd.sh instead =YES
- Use PORTDOCS=* not need test NOPORTDOCS
- Only depend of security/clamav if already installed.
clamsmtp can run in another machine then clamav.
Tinderbox test:
http://marcus.grupos.com.br:8080/logs/4-STABLE-FreeBSD/clamsmtp-1.6.log
http://marcus.grupos.com.br:8080/logs/6-STABLE-FreeBSD/clamsmtp-1.6.log
PR: 91713
Submitted by: mnag
v. 1.18
date: 2005/09/05 03:16:20; author: clsung; state: Exp; lines: +1 -1
- clamsmtp 1.5 works only in debug mode.
Included patch fix this bug by moving socket creation after daemonizing as
suggested in mailing list clamsmtp-users@lists.sourceforge.net
http://sourceforge.net/mailarchive/forum.php?thread_id=8060741&forum_id=42732
- bump PORTREVISION
PR: ports/85706
Submitted by: Alex L. Demidov
v. 1.17
date: 2005/09/03 07:48:10; author: clsung; state: Exp; lines: +1 -1
- version 1.5 must start with '-d 4'
(Thanks to Jack Raats )
- bump PORTREVISION
v. 1.16
date: 2005/08/29 04:08:55; author: clsung; state: Exp; lines: +1 -1
- Update to 1.5
PR: 85404
Submitted by: Marcus Grando
v. 1.15
date: 2005/04/20 08:17:07; author: clsung; state: Exp; lines: +3 -0
- respect PTHREAD_LIBS
Noted by: kris
v. 1.14
date: 2005/04/20 07:48:40; author: clsung; state: Exp; lines: +1 -1
- update to 1.4.1
- prefer -pthread than lthread
PR: 80071
Submitted by: Marcus Grando
v. 1.13
date: 2005/04/07 16:18:18; author: clsung; state: Exp; lines: +1 -1
- update to 1.4
- from Changelog
- Documentation fixes
- Don't leak file descriptors when clamsmtpd can't connect to outgoing
SMTP server
- Now accepts special format arguments on 'Header' line
- Supress weird warnings when looking up names of local unix connections.
v. 1.12
date: 2005/03/04 03:12:53; author: clsung; state: Exp; lines: +1 -1
- update to 1.3
- prune pkg-message
PR: 78157
Submitted by: Marcus Grando
v. 1.11
date: 2004/12/28 01:03:03; author: clsung; state: Exp; lines: +10 -1
- update to 1.2
+ Install README in $DOCSDIR
+ Install scripts/virus_action.sh in $DOCSDIR
PR: ports/75406
Submitted by: Marcus Grando
v. 1.10
date: 2004/11/01 08:36:37; author: clsung; state: Exp; lines: +1 -1
- update to 1.1
- From ChangeLog
- Added CLIENT and SERVER variables to VirusAction script environment.
- Even better logging for network errors.
- Print out clamsmtp version in debug logs
- Allow configuration of server keep alives (NOOPs). Default to none
Approved by: co-mentor (vanilla)
v. 1.9
date: 2004/10/27 02:15:22; author: clsung; state: Exp; lines: +2 -2
- update to 1.0
PR: ports/73181
Submitted by: Marcus Grando
Approved by: co-mentor (vanilla)
v. 1.8
date: 2004/10/14 12:31:22; author: clsung; state: Exp; lines: +1 -0
- bump PORTREVISION
- -d option only works as a daemon now.
- remove it from startup script and wait for future release.
- Noticed by
Approved by: co-mentor (vanilla)
v. 1.7
date: 2004/10/14 02:28:24; author: clsung; state: Exp; lines: +6 -12
- update to 0.9.6
- use configure file since 0.8
- lots of options move from rc_sub to conf file
Approved by: co-mentor (vanilla)
v. 1.6
date: 2004/09/01 07:50:15; author: clsung; state: Exp; lines: +1 -1
- update to 0.7
- From ChangeLog
- Added support for ESMTP [Andreas Steinmetz]
- Fixed crash when too many connections established
- Announce ourselves as 'clamsmtp' in EHLO/HELO responses which fixes 'loopback'
problems with certain versions of Postfix 1.x
- Better IO performance under heavy load
- Fixed most warnings when compiled with -Wall
- Fixed other minor bugs
Approved by: vanilla (co-mentor)
v. 1.5
date: 2004/08/25 08:53:21; author: clsung; state: Exp; lines: +1 -1
- update to 0.6
- Proper adding of customized header
- Fixes to documentation
Approved by: vanilla (co-mentor)
v. 1.4
date: 2004/08/20 02:56:38; author: clsung; state: Exp; lines: +1 -1
My territory, suggested by ijliao. :p
Approved by: vanilla (co-mentor)
v. 1.3
date: 2004/08/13 17:01:05; author: krion; state: Exp; lines: +1 -1
Fix RUN_DEPENDS
PR: ports/70419
Submitted by: maintainer
v. 1.2
date: 2004/08/04 03:21:17; author: edwin; state: Exp; lines: +1 -1
[MAINTAINER] security/clamsmtp: update to 0.5
- I'm maintainer (with another email)
- Update to 0.5
- C&P from ChnageLog
- Announce ourselves as 'clamsmtp' in banner to prevent loop warnings
- Fixed endless loop that occurred on failure to connect out
- Added option for leaving all files in temp directory (debugging purposes)
- Prints version number when run with -v
PR: ports/69971
Submitted by: Cheng-Lung Sung
v. 1.1
date: 2004/07/30 00:35:56; author: vanilla; state: Exp;
Add clamsmtp 0.4, an ClamAV anti-virus SMTP Filter.
PR: ports/69739
Submitted by: Cheng-Lung Sung
=============================================================================
v. 1.29
date: 2007/08/04 11:41:16; author: gabor; state: Exp; lines: +1 -1
- Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav)
v. 1.28
date: 2007/07/23 09:36:27; author: rafan; state: Exp; lines: +0 -1
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
v. 1.27
date: 2007/07/09 02:25:27; author: clsung; state: Exp; lines: +3 -3
- Update to 1.9
PR: ports/113829
Submitted by: Thomas Abthorpe
Reviewed by: clsung
v. 1.26
date: 2007/03/13 20:11:16; author: garga; state: Exp; lines: +1 -0
- Update clamav to 0.90.1
- Use -lthr to build clamav since it has problems with libpthread
- Bump PORTREVISION of dependant ports, libclamav version was bumped
- Fix clamcour to build with clamav-0.90.x using patch sent by maintainer
v. 1.25
date: 2006/09/11 02:47:09; author: clsung; state: Exp; lines: +1 -1
- Update to 1.8
v. 1.24
date: 2006/08/25 03:39:10; author: clsung; state: Exp; lines: +1 -2
- Update to 1.7
v. 1.23
date: 2006/08/14 04:10:38; author: clsung; state: Exp; lines: +1 -1
- Respect DESTDIR
PR: ports/101866
Submitted by: Gea-Suan Lin
v. 1.22
date: 2006/02/21 09:41:06; author: clsung; state: Exp; lines: +1 -1
- ": ...." section in rc.d script misordered
- bump PORTREVISION
PR: 93618
Submitted by: Yoshisato YANAGISAWA
v. 1.21
date: 2006/02/21 01:43:31; author: clsung; state: Exp; lines: +1 -1
- files/clamsmtpd.sh.in cause start-up error
- bump PORTREVISION
PR: 93541
Submitted by: KIMURA Yasuhiro
Reviewed by: mnag
v. 1.20
date: 2006/02/17 02:45:40; author: clsung; state: Exp; lines: +30 -7
- bump PORTREVISION for plist change.
- Add WITH_LOCAL_CLAMAV[_DEVEL] to run-depend on security/clamav[-devel];
default LOCAL_CLAMAV on to restore the way port behaved until last update.
Depend on installed package rather that clamd to register depends correctly.
- If one of the clam options is on, make rc.d script to REQUIRE: clamd
Actually use clamsmtp_debug var.
Also make rc.d script to look more like the example in PH.
- Install example script in EXAMPLESDIR rather that DOCSDIR;
- Moved: pkg-message --> files/pkg-message.in
- Drop USE_REINPLACE while here.
PR: 93157
Submitted by: Ion-Mihai Tetcu
v. 1.19
date: 2006/01/13 07:24:33; author: clsung; state: Exp; lines: +11 -14
- Update to 1.6
- Use USE_RC_SUBR=clamsmtpd.sh instead =YES
- Use PORTDOCS=* not need test NOPORTDOCS
- Only depend of security/clamav if already installed.
clamsmtp can run in another machine then clamav.
Tinderbox test:
http://marcus.grupos.com.br:8080/logs/4-STABLE-FreeBSD/clamsmtp-1.6.log
http://marcus.grupos.com.br:8080/logs/6-STABLE-FreeBSD/clamsmtp-1.6.log
PR: 91713
Submitted by: mnag
v. 1.18
date: 2005/09/05 03:16:20; author: clsung; state: Exp; lines: +1 -1
- clamsmtp 1.5 works only in debug mode.
Included patch fix this bug by moving socket creation after daemonizing as
suggested in mailing list clamsmtp-users@lists.sourceforge.net
http://sourceforge.net/mailarchive/forum.php?thread_id=8060741&forum_id=42732
- bump PORTREVISION
PR: ports/85706
Submitted by: Alex L. Demidov
v. 1.17
date: 2005/09/03 07:48:10; author: clsung; state: Exp; lines: +1 -1
- version 1.5 must start with '-d 4'
(Thanks to Jack Raats )
- bump PORTREVISION
v. 1.16
date: 2005/08/29 04:08:55; author: clsung; state: Exp; lines: +1 -1
- Update to 1.5
PR: 85404
Submitted by: Marcus Grando
v. 1.15
date: 2005/04/20 08:17:07; author: clsung; state: Exp; lines: +3 -0
- respect PTHREAD_LIBS
Noted by: kris
v. 1.14
date: 2005/04/20 07:48:40; author: clsung; state: Exp; lines: +1 -1
- update to 1.4.1
- prefer -pthread than lthread
PR: 80071
Submitted by: Marcus Grando
v. 1.13
date: 2005/04/07 16:18:18; author: clsung; state: Exp; lines: +1 -1
- update to 1.4
- from Changelog
- Documentation fixes
- Don't leak file descriptors when clamsmtpd can't connect to outgoing
SMTP server
- Now accepts special format arguments on 'Header' line
- Supress weird warnings when looking up names of local unix connections.
v. 1.12
date: 2005/03/04 03:12:53; author: clsung; state: Exp; lines: +1 -1
- update to 1.3
- prune pkg-message
PR: 78157
Submitted by: Marcus Grando
v. 1.11
date: 2004/12/28 01:03:03; author: clsung; state: Exp; lines: +10 -1
- update to 1.2
+ Install README in $DOCSDIR
+ Install scripts/virus_action.sh in $DOCSDIR
PR: ports/75406
Submitted by: Marcus Grando
v. 1.10
date: 2004/11/01 08:36:37; author: clsung; state: Exp; lines: +1 -1
- update to 1.1
- From ChangeLog
- Added CLIENT and SERVER variables to VirusAction script environment.
- Even better logging for network errors.
- Print out clamsmtp version in debug logs
- Allow configuration of server keep alives (NOOPs). Default to none
Approved by: co-mentor (vanilla)
v. 1.9
date: 2004/10/27 02:15:22; author: clsung; state: Exp; lines: +2 -2
- update to 1.0
PR: ports/73181
Submitted by: Marcus Grando
Approved by: co-mentor (vanilla)
v. 1.8
date: 2004/10/14 12:31:22; author: clsung; state: Exp; lines: +1 -0
- bump PORTREVISION
- -d option only works as a daemon now.
- remove it from startup script and wait for future release.
- Noticed by
Approved by: co-mentor (vanilla)
v. 1.7
date: 2004/10/14 02:28:24; author: clsung; state: Exp; lines: +6 -12
- update to 0.9.6
- use configure file since 0.8
- lots of options move from rc_sub to conf file
Approved by: co-mentor (vanilla)
v. 1.6
date: 2004/09/01 07:50:15; author: clsung; state: Exp; lines: +1 -1
- update to 0.7
- From ChangeLog
- Added support for ESMTP [Andreas Steinmetz]
- Fixed crash when too many connections established
- Announce ourselves as 'clamsmtp' in EHLO/HELO responses which fixes 'loopback'
problems with certain versions of Postfix 1.x
- Better IO performance under heavy load
- Fixed most warnings when compiled with -Wall
- Fixed other minor bugs
Approved by: vanilla (co-mentor)
v. 1.5
date: 2004/08/25 08:53:21; author: clsung; state: Exp; lines: +1 -1
- update to 0.6
- Proper adding of customized header
- Fixes to documentation
Approved by: vanilla (co-mentor)
v. 1.4
date: 2004/08/20 02:56:38; author: clsung; state: Exp; lines: +1 -1
My territory, suggested by ijliao. :p
Approved by: vanilla (co-mentor)
v. 1.3
date: 2004/08/13 17:01:05; author: krion; state: Exp; lines: +1 -1
Fix RUN_DEPENDS
PR: ports/70419
Submitted by: maintainer
v. 1.2
date: 2004/08/04 03:21:17; author: edwin; state: Exp; lines: +1 -1
[MAINTAINER] security/clamsmtp: update to 0.5
- I'm maintainer (with another email)
- Update to 0.5
- C&P from ChnageLog
- Announce ourselves as 'clamsmtp' in banner to prevent loop warnings
- Fixed endless loop that occurred on failure to connect out
- Added option for leaving all files in temp directory (debugging purposes)
- Prints version number when run with -v
PR: ports/69971
Submitted by: Cheng-Lung Sung
v. 1.1
date: 2004/07/30 00:35:56; author: vanilla; state: Exp;
Add clamsmtp 0.4, an ClamAV anti-virus SMTP Filter.
PR: ports/69739
Submitted by: Cheng-Lung Sung
=============================================================================
|
| |

|