I have a bunch of lines like this in my /var/log/mail.log on my server
box:

Milter (spamassassin): local socket name /var/run/spamass-milter.sock
unsafe

The trouble is that the file does not exist:

baby ~ # ls /var/run/spamass-milter.sock
ls: cannot access /var/run/spamass-milter.sock: No such file or
directory

I think the file spamassassin is looking for is in /var/run/milter:

baby ~ # ls -l /var/run/milter/
total 4
-rw-r--r-- 1 milter milter 5 May  4 14:39 spamass-milter.pid
srwxr-xr-x 1 milter milter 0 May  4 14:39 spamass-milter.sock

Where is the setting that I can change to fix this?

-- 
[EMAIL PROTECTED] mailing list

Reply via email to