Commit graph

9 commits

Author SHA1 Message Date
xtraeme
40d18b66cc Update mail/clamsmtp to 0.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-04 07:08:41 +00:00
jlam
a87b168c5f Always specify the pidfile when starting clamsmtp. 2004-08-04 06:50:16 +00:00
jlam
2c3bc41c08 This package doesn't work with GNU pth (yet). Require native threads
for now.
2004-08-03 08:27:51 +00:00
jlam
5959ac9d4c Allow the user to override clamsmtpd arguments in /etc/rc.conf by setting
clamsmtpd_flags.
2004-08-03 08:24:56 +00:00
jlam
c0ab491909 Remove unnecessary bits. In particular, we don't need clamav installed to
build this package.
2004-08-03 08:23:58 +00:00
jlam
f2a1fee771 Correct the example to follow postfix guidelines, and point the user to
additional documentation.
2004-08-03 08:23:06 +00:00
xtraeme
e504e98c22 Uncomment out BUILD_DEPENDS, to get the dependency. 2004-07-28 09:30:08 +00:00
xtraeme
20f3ee085a Update mail/clamsmtp to 0.4.
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-27 02:30:29 +00:00
xtraeme
2239fad927 Initial import of clamsmtp-0.3.
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.
2004-07-21 03:54:24 +00:00