• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Issue Milter problem

GravuTrad

Regular Pleskian
Hello.

I have a plesk installation since plesk 9. I am now on obsidian.

I have a left problem in postfix.

I have this in my mail logs:

"warning: connect to Milter service unix:/var/run/spamass-milter/postfix/sock: No such file or directory"

And effectively, i haven't any spamass-milter folder in /var/run

what should i do? reinstall spamassasin only? (suppress and reinstall it)

anything else?

Thanks.
 
Last edited:
Do you have this line in Postfix config?

# grep milter /etc/postfix/main.cf
smtpd_milters = , inet:127.0.0.1:12768

Have you tried

# plesk repair mail

?
 
smtpd_milters = inet:127.0.0.1:12768,inet:127.0.0.1:12345
non_smtpd_milters = unix:/var/run/spamass-milter/postfix/sock

I don't know why i have this non_smtpd_milter...
 
Still the problem, are my lines config corresponding, or should i remove inet:127.0.0.1:12345?

Thanks
 
no same problem again:

warning: connect to Milter service unix:/var/run/spamass-milter/postfix/sock: No such file or directory
 
Have you tried to ask the assistance of the Plesk Support Team?

 
Back
Top