• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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: 'jason@xxxxxxp.com'

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