Penguin
Diff: SpamAssassinNotes
EditPageHistoryDiffInfoLikePages

Differences between version 5 and predecessor to the previous major change of SpamAssassinNotes.

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

Newer page: version 5 Last edited on Friday, June 23, 2006 11:15:00 am by CraigBox Revert
Older page: version 4 Last edited on Monday, May 15, 2006 12:19:08 pm by CraigBox Revert
@@ -151,8 +151,53 @@
  
 !!Web based spam management 
  
 [Maia Mailguard|http://renaissoft.com/maia/] is a web-based interface and quarantine management system for amavisd-new, which allows users to manage their own spam. It has all the pitfalls of amavis, but might suit your needs. 
+  
+!!Making Razor go  
+  
+Is Razor running?  
+  
+Uncomment it in /etc/spamassassin/v310.pre and you're effectively away. If you want to be able to submit, you have to [create an account|http://wiki.apache.org/spamassassin/InstallingRazor].  
+  
+!!Making DCC go  
+  
+Is DCC running? Have you uncommnented it in /etc/spamassassin/v310.pre?  
+  
+<verbatim>  
+# spamassassin -t -D < /tmp/spam  
+<snip>  
+[8407] dbg: dcc: dccifd is not available: no r/w dccifd socket found  
+[8407] dbg: dcc: check timed out after 5 seconds  
+</verbatim>  
+  
+Default Ubuntu/Debian installation, SA probably can't find the <tt>dccifd</tt> file - add to /etc/spamassassin/local.cf:  
+  
+<verbatim>  
+# Enable DCC  
+use_dcc 1  
+dcc_home /var/lib/dcc  
+</verbatim>  
+  
+!!Making Pyzor go  
+  
+Is Pyzor running? Have you uncommnented it in /etc/spamassassin/v310.pre?  
+  
+<verbatim>  
+# spamassassin -t -D < /tmp/spam  
+<snip>  
+[8615] dbg: util: executable for pyzor was found at /usr/bin/pyzor  
+[8615] dbg: pyzor: pyzor is available: /usr/bin/pyzor  
+[8615] dbg: info: entering helper-app run mode  
+[8615] dbg: pyzor: opening pipe: /usr/bin/pyzor check < /tmp/.spamassassin8615OvQ1ymtmp  
+[8617] dbg: util: setuid: ruid=0 euid=0  
+[8615] dbg: pyzor: killed stale helper [8617]  
+[8615] dbg: pyzor: [8617] terminated: exit=0x000f  
+[8615] dbg: info: leaving helper-app run mode  
+[8615] dbg: pyzor: check timed out after 5 seconds  
+</verbatim>  
+  
+The old Pyzor server has disappeared. Locate .pyzor/servers (systemwide on Debian/Ubuntu, it's under /root/.pyzor/servers) and replace the contents with <tt>82.94.255.100:24441</tt>. Don't run <tt>pyzor discover</tt> again, as it will overwrite the contents with the broken server. (Thanks to [this Nabble post|http://www.nabble.com/Pyzor-issue-since-upgrade-to-3.1.3-t1742083.html] for the answer)  
  
 ---- 
 CategoryAntiSpam %%% 
 CategoryNotes