[mimedefang] Upgrade to 2.73 (#759805, thanks to Philip Prindeville)

Robert Scheck robert at fedoraproject.org
Mon Jan 23 22:19:11 UTC 2012


commit 0530438ee1668961447e6d5f7fce074c0b363090
Author: Robert Scheck <robert at fedoraproject.org>
Date:   Mon Jan 23 23:19:02 2012 +0100

    Upgrade to 2.73 (#759805, thanks to Philip Prindeville)

 .gitignore      |    3 +--
 README.FEDORA   |   27 +++++++++++++++++++++++++++
 mimedefang.spec |    7 +++++--
 sources         |    2 +-
 4 files changed, 34 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d64fa84..672f60b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-mimedefang-2.71.tar.gz
-/mimedefang-2.72.tar.gz
+mimedefang-2.73.tar.gz
diff --git a/README.FEDORA b/README.FEDORA
index 7de788e..5be2ad9 100644
--- a/README.FEDORA
+++ b/README.FEDORA
@@ -15,3 +15,30 @@ Use "service sendmail restart" to rebuild your /etc/mail/sendmail.cf file, run
 "chkconfig --level 2345 on" to start MIMEDefang during booting time per default
 and execute "service mimedefang start" to start the service. When everything
 was correct, MIMEDefang should now do its job...
+
+
+For the integration of MIMEDefang and ClamAV, some manual steps are required:
+
+(1) Add the user clam to the defang group after installing MIMEDefang
+
+    usermod -a -G defang clam
+
+(2) Find and modify the following lines in /etc/clamd.conf:
+
+    LocalSocketGroup defang
+    LocalSocketMode 660
+
+    and optionally disable the TCP listener if you are only using the UNIX
+    socket from MIMEDefang (below):
+
+    #TCPSocket 3310
+    #TCPAddr 127.0.0.1
+
+(3) Enable MD_ALLOW_GROUP_ACCESS=yes in /etc/sysconfig/mimedefang
+
+(4) Configure /etc/mail/mimedefang-filter to use clamd via UNIX socket:
+
+    $Features{'Virus:CLAMD'} = 1;
+    $ClamdSock = '/var/run/clamav/clamd.sock';
+
+(5) Restart the MIMEDefang and clamd services (clamd first).
diff --git a/mimedefang.spec b/mimedefang.spec
index 8f03018..5b5338d 100644
--- a/mimedefang.spec
+++ b/mimedefang.spec
@@ -1,7 +1,7 @@
 Summary:           E-Mail filtering framework using Sendmail's Milter interface
 Name:              mimedefang
-Version:           2.72
-Release:           4%{?dist}
+Version:           2.73
+Release:           1%{?dist}
 License:           GPLv2+
 Group:             System Environment/Daemons
 URL:               http://www.mimedefang.org/
@@ -104,6 +104,9 @@ rm -rf $RPM_BUILD_ROOT
 %config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
 
 %changelog
+* Mon Jan 23 2012 Robert Scheck <robert at fedoraproject.org> 2.73-1
+- Upgrade to 2.73 (#759805, thanks to Philip Prindeville)
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.72-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 2e494fa..6e5d47a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-92366b1fa5cb0987c59a45bb09a22d7c  mimedefang-2.72.tar.gz
+385680c16fb7ecb345d7806a5ee31843  mimedefang-2.73.tar.gz


More information about the scm-commits mailing list