summaryrefslogtreecommitdiff
path: root/mail/clamsmtp
AgeCommit message (Collapse)AuthorFilesLines
2004-11-01Update mail/clamsmtp to 1.1.xtraeme2-5/+5
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-25Update mail/clamsmtp to 1.0.xtraeme2-5/+5
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-19Update mail/clamsmtp to 0.9.6.xtraeme2-5/+5
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-08Update mail/clamsmtp to 0.9.5:xtraeme2-5/+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-21Update mail/clamsmtp to 0.8.xtraeme4-10/+20
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-30Update mail/clamsmtp to 0.7.xtraeme2-5/+5
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-27Update mail/clamsmtp to 0.6.xtraeme2-5/+5
Changes: - Proper adding of customized header [Berk D. Bemir] - Fixes to documentation [Jasper Slits]
2004-08-04Update mail/clamsmtp to 0.5.xtraeme2-5/+5
Changes: - 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
2004-08-04Always specify the pidfile when starting clamsmtp.jlam1-9/+40
2004-08-03This package doesn't work with GNU pth (yet). Require native threadsjlam1-1/+4
for now.
2004-08-03Allow the user to override clamsmtpd arguments in /etc/rc.conf by settingjlam1-7/+22
clamsmtpd_flags.
2004-08-03Remove unnecessary bits. In particular, we don't need clamav installed tojlam1-11/+2
build this package.
2004-08-03Correct the example to follow postfix guidelines, and point the user tojlam1-17/+20
additional documentation.
2004-07-28Uncomment out BUILD_DEPENDS, to get the dependency.xtraeme1-2/+2
2004-07-27Update mail/clamsmtp to 0.4.xtraeme2-6/+6
Changes: - Option for quarantining files with viruses - Fixed problem with returning wrong SMTP error code - Handling timeouts properly - Fixed stupid problem with sockets not getting closed properly
2004-07-21Initial import of clamsmtp-0.3.xtraeme6-0/+102
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.