2005-02-01 01:39:19 by Juan Romero Pardines | Files touched by this commit (3) |
Log message:
Update to 1.3.
Changes:
1.3 [2005-01-27]
- Fixed crasher when outgoing connection couldn't be established
- Removed erroneous chown line from clamsmtpd.sh
|
2004-12-28 03:47:52 by Jeremy C. Reed | Files touched by this commit (156) |
Log message:
The default location of the pkgsrc-installed rc.d scripts is now
under share/examples/rc.d. The variable name already was named
RCD_SCRIPTS_EXAMPLEDIR.
This is from ideas from Greg Woods and others.
Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism
(as requested by wiz).
|
2004-12-21 00:40:27 by Juan Romero Pardines | Files touched by this commit (3) |
Log message:
Update to 1.2.
Changes:
- XCLIENT support
- Drop XCLIENT commands coming in from clients for security.
- Added the sample virus_action.sh script to the distribution
- Documentation fixes [Olivier Beyssac]
|
2004-11-02 00:08:45 by Juan Romero Pardines | Files touched by this commit (2) |
Log message:
Update mail/clamsmtp to 1.1.
Changes:
- 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
|
2004-10-25 10:08:54 by Juan Romero Pardines | Files touched by this commit (2) |
Log message:
Update mail/clamsmtp to 1.0.
Changes:
- Removed user option from startup script (use User config option)
- Don't send lines that are too long to syslog [Ben Mesman]
- Stable release
|
2004-10-19 14:10:24 by Juan Romero Pardines | Files touched by this commit (2) |
Log message:
Update mail/clamsmtp to 0.9.6.
Changes:
- Fixed problem when filtering the last of a list of EHLO responses
- Send NOOPs to the server when receiving data slowly from client
to prevent timeouts on the server side.
- Made the log line always keep the status, rather than dropping of
the end in the case of many recipeints.
|
2004-10-08 07:39:23 by Juan Romero Pardines | Files touched by this commit (2) |
Log message:
Update mail/clamsmtp to 0.9.5:
0.9.5
- Fixed problems with the select zeroing out timeouts.
- Added support for setting the PidFile from the config file
0.9
- Don't quit when too many threads created
- Restructured smtp passthru system so it can be used by other apps
- Better IO and SMTP parsing
- Changed default header to be similar to Amavis
- Compiles and runs on systems without error checking mutexes
- Ability to drop privileges and run as a different user [Rubio Vaughan]
- Fixed config file bugs
- Virus Actions. Run a script every time a virus is found.
- By default don't use ClamAV sessions. This fixes several stability
problems that were being experienced with clamd.
|
2004-09-21 12:16:05 by Juan Romero Pardines | Files touched by this commit (4) |
Log message:
Update mail/clamsmtp to 0.8.
Changes:
0.8
- clamsmtpd now uses a configuration file
- Transparent proxy support [Andreas Steinmetz]
- Compile option -Wall only enabled on debug builds
- Sample script changed due to configuartion file
- Fixed other minor bugs
|
2004-08-30 08:52:30 by Juan Romero Pardines | Files touched by this commit (2) |
Log message:
Update mail/clamsmtp to 0.7.
Changes:
- 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
|
2004-08-27 07:28:13 by Juan Romero Pardines | Files touched by this commit (2) |
Log message:
Update mail/clamsmtp to 0.6.
Changes:
- Proper adding of customized header [Berk D. Bemir]
- Fixes to documentation [Jasper Slits]
|