diff options
author | Stef Walter <stef@memberwebs.com> | 2004-10-22 00:39:40 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2004-10-22 00:39:40 +0000 |
commit | 1e72264ce076fd683f82a4216672a2171a4776c9 (patch) | |
tree | 0fd5a50991895111c95ca1e1d69b14d7fb72e2c0 | |
parent | 91b6117df6a9efdfff9857a6e38f9da01bb683db (diff) |
1.0 version
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | README | 11 |
2 files changed, 12 insertions, 0 deletions
@@ -1,6 +1,7 @@ 1.0 - Removed user option from startup script (use User config option) - Don't send lines that are too long to syslog [Ben Mesman] + - Stable release 0.9.6 - Fixed problem when filtering the last of a list of EHLO responses @@ -1,5 +1,16 @@ ================================================================= CLAMSMTP README +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. + See the website: http://memberwebs.com/nielsen/software/clamsmtp/ + +How to use with Postfix: +http://etc.ws.local/tech/software/clamsmtp/postfix.html + +How to use as a Transparent Proxy: +http://etc.ws.local/tech/software/clamsmtp/transparent.html |