• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is 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.

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