From 50b7db3705352b328ab5b947a9448739ed8a4cff Mon Sep 17 00:00:00 2001 From: Jamie Lenehan Date: Wed, 11 Oct 2006 07:43:14 +0000 Subject: clamsmtp 1.8: Add clamsmtp, an smtp proxy with virus scanning support cia clamav (clamad-daemon). It has optional support transparent proxying as well. --- packages/clamsmtp/files/update-config.patch | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 packages/clamsmtp/files/update-config.patch (limited to 'packages/clamsmtp/files/update-config.patch') 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 -- cgit v1.2.3