Subversion Repositories sa-exim

Compare Revisions

Ignore whitespace Rev 66 → Rev 67

/trunk/README
147,9 → 147,12
 
 
Important:
You want to run spamd as such:
/usr/sbin/spamd -d -u nobody -H /var/spool/spamassassin/
 
You want to run spamd as such (you have to create the spamd user
yourself):
 
/usr/sbin/spamd -d -u spamd -H /var/spool/spamassassin/
 
It may not work if you run spamd with -c (debian default),
(you shouldn't run spamassassin as root for this purpose anyway (there
is no reason to, so why take the risk)
158,7 → 161,7
/etc/sysconfig/spamassassin (redhat)
 
With SA 3.x is better, the updated syntax would look like this:
/usr/sbin/spamd --max-children 50 --daemonize --username=nobody --nouser-config --helper-home-dir=/var/spool/spamassassin/
/usr/sbin/spamd --max-children 50 --daemonize --username=spamd --nouser-config --helper-home-dir=/var/spool/spamassassin/