Am 10.11.19 um 16:55 schrieb Linkcheck:
I've tried altering things but the best I can get is the message:
  "warning: connect to Milter service unix:/var/run/spamass/spamass.sock: No such file or directory"

This is the socket the spamass-milter daemon has to create for postfix to communicate with.


No matter how I start postfix and spamassassin, /var/run/spamass remains empty but spamassassin.pid is rewritten to /var/run.

I am restarting using:
  sudo service postfix restart
  sudo service spamassassin restart

I suspect is not spass-milter is not being started?

You did not start/restart spamass-milter?

Start/Restart spamass-milter and look for the socket it has created:

lsof <pid of spamass-milter>

There should be something like this in the output:

spamass-m 1711 spamass-milter    4u  unix 0xffff88003aaf0400 0t0  18591 /var/run/spamass/spamass.sock type=STREAM

That's the socket for your postfix configuration (main.cf)

smtpd_milters = unix:/var/run/spamass/spamass.sock [...]

Best regards,
Edda

Reply via email to