• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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