geist_ wrote:
Daryl C. W. O wrote:Are you using the -r or --pidfile option to get spamd to create a pidfile? Darylhere is my /etc/default/spamassassin file : ENABLED=1 OPTIONS="--create-prefs --helper-home-dir -v -m 10 -u vpopmail --nouser-config" PIDFILE="/var/run/spamd.pid" and i use /etc/init.d/spamassassin to start/stop it...
I don't see -r or --pidfile in the OPTIONS string so you'll have to check to see if your /etc/init.d/spamassassin script adds it for you.
Daryl