• 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.

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