diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2006-10-11 07:43:14 +0000 |
---|---|---|
committer | Jamie Lenehan <lenehan@twibble.org> | 2006-10-11 07:43:14 +0000 |
commit | 50b7db3705352b328ab5b947a9448739ed8a4cff (patch) | |
tree | 28d811f0a35679fde4d118adaf50ac274820904d /packages/clamsmtp/files/update-config.patch | |
parent | 5bcecf82b1b20206879da6dc41c59968eea898d6 (diff) |
clamsmtp 1.8: Add clamsmtp, an smtp proxy with virus scanning support
cia clamav (clamad-daemon). It has optional support transparent
proxying as well.
Diffstat (limited to 'packages/clamsmtp/files/update-config.patch')
-rw-r--r-- | packages/clamsmtp/files/update-config.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/packages/clamsmtp/files/update-config.patch b/packages/clamsmtp/files/update-config.patch new file mode 100644 index 0000000000..dd67c39e19 --- /dev/null +++ b/packages/clamsmtp/files/update-config.patch @@ -0,0 +1,23 @@ +Run as the clamav user. +Use the sock that clamd actually creates. + +--- clamsmtp-1.8/doc/clamsmtpd.conf 2006/10/11 06:43:31 1.1 ++++ clamsmtp-1.8/doc/clamsmtpd.conf 2006/10/11 06:44:04 +@@ -29,7 +29,7 @@ + #Listen: 0.0.0.0:10025 + + # The address clamd is listening on +-#ClamAddress: /var/run/clamav/clamd ++ClamAddress: /var/run/clamav/clamd.ctl + + # A header to add to all scanned email + #Header: X-Virus-Scanned: ClamAV using ClamSMTP +@@ -47,7 +47,7 @@ + #TransparentProxy: off + + # User to switch to +-#User: clamav ++User: clamav + + # Virus actions: There's an option to run a script every time a virus is found. + # !IMPORTANT! This can open a hole in your server's security big enough to drive |