summaryrefslogtreecommitdiff
path: root/mail/clamsmtp/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2007-12-02Update HOMEPAGES and MASTER_SITES; from Sergey Svishchev.wiz1-3/+3
2007-10-30Based on some feedback, comment out the newly added LICENSE=xxx for now.martti1-2/+2
I'll re-activate this later when the global license stuff is activated.
2007-10-30Added LICENSE=modified-bsdmartti1-1/+2
2007-07-04Make it easier to build and install packages "unprivileged", wherejlam1-2/+2
the owner of all installed files is a non-root user. This change affects most packages that require special users or groups by making them use the specified unprivileged user and group instead. (1) Add two new variables PKG_GROUPS_VARS and PKG_USERS_VARS to unprivileged.mk. These two variables are lists of other bmake variables that define package-specific users and groups. Packages that have user-settable variables for users and groups, e.g. apache and APACHE_{USER,GROUP}, courier-mta and COURIER_{USER,GROUP}, etc., should list these variables in PKG_USERS_VARS and PKG_GROUPS_VARS so that unprivileged.mk can know to set them to ${UNPRIVILEGED_USER} and ${UNPRIVILEGED_GROUP}. (2) Modify packages to use PKG_GROUPS_VARS and PKG_USERS_VARS.
2007-06-15Added clamsmtpd_maxwait (default is 600 seconds). This makes it possiblemartti1-2/+2
to define how long clamsmtpd should wait for clamd. PKGREVISION++
2007-06-04Fix name of configuration file (pkg/36433).martti1-2/+2
PKGREVISION++
2007-05-30Updated mail/clamsmtp to 1.8nb1martti1-1/+2
* Make sure clamd is really running before starting clamsmtpd (pkg/36292)
2007-05-22pkglint -Wall fix.martti1-1/+3
2007-05-22I can adopt this as I'm using clamsmtp on several production servers.martti1-2/+2
2007-05-22I'm not maintaining these packages anymore.xtraeme1-2/+2
2006-10-27Update to 1.8:xtraeme1-2/+2
- Fix dumb bug with 'Action' config line - Added support for setting the REMOTE variable when an XFORWARD command is seen.
2006-08-25Update to 1.7:xtraeme1-3/+2
1.7 [2006-08-10] - Fix crashes when connection goes down unexpectedly. - Add support for letting virus emails pass. - Better message for 'busy' [Akihiro Sagawa]
2006-04-08Adjust the default clamd socket location to match the real default used byghen1-1/+2
pkgsrc/mail/clamav (/tmp/clamd). Bump PKGREVISION. Ok with xtraeme.
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-02Update to 1.6:xtraeme1-2/+2
- IMPORTANT: Removed support for listening on ports under < 1024 - Support embedded NULLs in email data. - Fix problems with not listening properly when in daemon mode - Fix warnings when compiled with gcc 4.0 - Handle empty addresses properly in logs. - Don't let exchange send it's strange binary data through the proxy - More Solaris fixes :( - Don't reject emails when server is overloaded or errors. - Don't reject emails when starting the filter command fails.
2005-08-08Update to 1.5.xtraeme1-2/+2
Changes: - Handle condition of server refusing data transfers more gracefully. - Less chatty when setting timeouts fail - Drop privileges after binding to port. Allows listening on ports < 1024 - Ported to Solaris - Fix problem with binding to certain 'long' addresses
2005-04-19Update to 1.4.1xtraeme1-2/+2
* Fixed bug (introduced in 1.4) when Header was not present.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-24Update to 1.4xtraeme1-2/+2
Changes: - Documentation fixes [Sean Franklin] - Don't leak file descriptors when clamsmtpd can't connect to outgoing SMTP server [Chris Mason] - Now accepts special format arguments on 'Header' line [Olivier Beyssac]
2005-02-01Update to 1.3.xtraeme1-3/+2
Changes: 1.3 [2005-01-27] - Fixed crasher when outgoing connection couldn't be established - Removed erroneous chown line from clamsmtpd.sh
2004-12-28The default location of the pkgsrc-installed rc.d scripts is nowreed1-1/+2
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-20Update to 1.2.xtraeme1-2/+3
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-01Update mail/clamsmtp to 1.1.xtraeme1-2/+2
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.xtraeme1-2/+2
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.xtraeme1-2/+2
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:xtraeme1-2/+2
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.xtraeme1-2/+11
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.xtraeme1-2/+2
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.xtraeme1-2/+2
Changes: - Proper adding of customized header [Berk D. Bemir] - Fixes to documentation [Jasper Slits]
2004-08-04Update mail/clamsmtp to 0.5.xtraeme1-2/+2
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-03This package doesn't work with GNU pth (yet). Require native threadsjlam1-1/+4
for now.
2004-08-03Remove unnecessary bits. In particular, we don't need clamav installed tojlam1-11/+2
build this package.
2004-07-28Uncomment out BUILD_DEPENDS, to get the dependency.xtraeme1-2/+2
2004-07-27Update mail/clamsmtp to 0.4.xtraeme1-3/+3
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.xtraeme1-0/+31
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.