• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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