• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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