- 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.
- 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)
- -d option only works as a daemon now.
- remove it from startup script and wait for future release.
- Noticed by <richard AT boysoncom dot com>
Approved by: co-mentor (vanilla)
- 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)
- 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 <clsung@freebsd.csie.nctu.edu.tw>