Penguin
Diff: EximMailFilter
EditPageHistoryDiffInfoLikePages

Differences between version 7 and predecessor to the previous major change of EximMailFilter.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 7 Last edited on Sunday, February 6, 2005 1:05:14 am by PeteSimmons Revert
Older page: version 4 Last edited on Friday, December 17, 2004 10:07:03 am by CraigBox Revert
@@ -8,9 +8,9 @@
  
 Add these lines to your apt sources.list: 
  
 <pre> 
-deb http://www.logic .univie .ac .at/~ametzler /debian/exim4manpages/ woody/  
+deb http://www.linux .org .au/backports .org /debian woody exim4  
 deb http://www.linux.org.au/backports.org/debian woody gnutls11 
 </pre> 
  
 apt-get install exim4-daemon-heavy. You might like to purge exim3 at this point too else your ex<tab> completion will pick exim instead of exim4. At this point I assume you're running clamav-daemon, spamassassin 3.01 and have recent versions of libnet-perl-dns etc, but I'll deal to those later. 
@@ -42,10 +42,18 @@
  
 just above "# accept otherwise". 
  
 Add the Debian-exim user to the clamav group: =usermod -G clamav Debian-exim= 
+  
+Added P.Simmons 29-Jan-2005 Due to clamav updates  
+  
+Also add the clamav user to group `Debian-exim': =usermod -G Debian-exim clamav=  
+and make sure that /etc/clamav/clamd.conf contains `User clamav' and `AllowSupplementaryGroups'.  
+This is so clamav can access the /var/spool/exim4 dir  
  
 To restart exim4, use =invoke-rc.d exim4 restart= which builds the config file from the templates. 
+  
+Restart clamav daemon, user =invoke-rc.d clamav-daemon restart= which makes the new security work.  
  
 Test it: 
  
 <verbatim>