[clamsmtp] fix bug 670569

Nathanael Noblet gnat at fedoraproject.org
Sun Sep 11 20:05:53 UTC 2011


commit 75bccb44507949d2dbb4505bc0c847c3d03ee6ff
Author: Nathanael D. Noblet <nathanael at gnat.ca>
Date:   Sun Sep 11 14:05:35 2011 -0600

    fix bug 670569

 clamsmtp.spec  |    5 ++++-
 clamsmtpd.conf |    2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/clamsmtp.spec b/clamsmtp.spec
index 1e73791..7d7ff31 100644
--- a/clamsmtp.spec
+++ b/clamsmtp.spec
@@ -1,7 +1,7 @@
 Summary:                A SMTP virus scanning system
 Name:                   clamsmtp
 Version:                1.10
-Release:                3%{?dist}
+Release:                4%{?dist}
 License:                BSD
 Group:                  System Environment/Daemons
 Source0:                http://memberwebs.com/stef/software/clamsmtp/clamsmtp-%{version}.tar.gz
@@ -118,6 +118,9 @@ fi
 %{_mandir}/man8/clamsmtpd.8.gz
 
 %changelog
+* Sun Sep 11 2011 Nathanael Noblet <nathanael at gnat.ca> - 1.10-4
+- Fix bug #670569
+
 * Tue May 24 2011 Nathanael Noblet <nathanael at gnat.ca> - 1.10-3
 - Added tmpfiles.d entry
 
diff --git a/clamsmtpd.conf b/clamsmtpd.conf
index e6fb7f6..65d4b8a 100644
--- a/clamsmtpd.conf
+++ b/clamsmtpd.conf
@@ -22,7 +22,7 @@ OutAddress: 10026
 #Listen: 0.0.0.0:10025
 
 # The address clamd is listening on
-ClamAddress: /var/run/clamsmtp/clamd.sock
+ClamAddress: /var/run/clamd.clamsmtp/clamd.sock
 
 # A header to add to all scanned email
 #Header: X-Virus-Scanned: ClamAV using ClamSMTP


More information about the scm-commits mailing list