• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Spamassassin errors in plesk 12

deltatech

Regular Pleskian
I just migrated a bunch of domains from plesk 11.5. Everything appears to be working well however when examining the maillog, I am seeing some strange errors... In this example, the message was delivered and had the spamassassin stuff in the header.

spamd: handle_user unable to find user: '[email protected]'

Does anyone know what this means? Is is something to be concerned about or something I need to do to fix it?
 
Usually, these kind of error occurs due to spamassassin mail handlers permission issue.
So in-order to fix the issue, you can recreate the spamassassin mail handlers by executing command:

#/usr/lib/plesk-9.0/mail_spam_restore

I hope it will help.
 
Usually, these kind of error occurs due to spamassassin mail handlers permission issue.
So in-order to fix the issue, you can recreate the spamassassin mail handlers by executing command:

#/usr/lib/plesk-9.0/mail_spam_restore

I hope it will help.

I don't have a /usr/lib/plesk9.0 This is plesk 12.
 
On my test Plesk 12:

# ll /usr/lib/plesk-9.0/mail_spam_restore
-rwxr-x--- 1 root root 56960 Jun 6 2014 /usr/lib/plesk-9.0/mail_spam_restore

# plesk version
Product version: 12.0.18 Update #46
Update date: 2015/05/27 05:28
Build date: 2015/01/26 15:00
Build target: CentOS 6
Revision: 333059
Architecture: 32-bit
Wrapper version: 1.1

Try /usr/lib64/plesk-9.0/mail_spam_restore if you have 64bit OS.
 
Back
Top