On Tue, 2009-02-03 at 17:33 +0000, Mark wrote: > > Both Razor and Pyzor have been merrily catching spam very effectively > for me for many moons now. It appears however, that when I originally > installed them I did so as root. > > This is fine, but I now running SELinux in enforcing mode on my Fedora 9 > box. Selinux throws a wobbly (that's the correct technical term) when > either Razor or Pyzor try to write anything to the /root directory which > is where they both keep their configs and logs (/root/.pyzor/ and > /root/.razor).
Do you do your entire mail processing as root? According to [1] Razor will use /etc/razor/razor-agent.conf, if there is none specifically created in the users home and if it exists. Anyway, I don't see how *installing* an application is the issue here. It's the configuration you got to correct. Here are a couple links that might be helpful for Razor: http://razor.sourceforge.net/ http://wiki.apache.org/spamassassin/UsingRazor http://wiki.apache.org/spamassassin/RazorSiteWide http://wiki.apache.org/spamassassin/RazorHowToTell Enjoy. :) [1] http://razor.sourceforge.net/docs/razor-agents.php -- char *t="\10pse\0r\0dtu...@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1: (c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}