• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be 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 preventing emails

M

MykelS

Guest
Hi all,

Ive recently performed a fresh install of Plesk 9.2.1 on Centos 5.2 x86_64.

We've migrated a few sites over from our older Plesk servers, but we have noticed mail is not being delivered to our clients if we enable Spamassassin for their mailbox(es).
When creating new accounts explicitly WITHOUT Spamassassin, emails are received just fine.

What makes the mystery more confusing is if we disable Spamassassin protection on a mailbox, emails still dont get through.

Does anyone know anything we should try to return to full functionality?

Regards,
Mykel
 
problem solved

i solved the issue. it seems selinux was preventing sendmail, postdrop and procmail from working properly.

im not skilled enough to pinpoint the exact selinux chcon problem (it seems its in multiple places) so i disabled selinux entirely.

here is a small snippet of /var/log/messages:

setroubleshoot: SELinux is preventing sendmail (system_mail_t) "read write" to /var/log/httpd/jk-runtime-status (httpd_log_t). For complete SELinux messages. run sealert -l 7b556a0b-614d-4831-82c9-1effec882ca1
setroubleshoot: SELinux is preventing postdrop (postfix_postdrop_t) "getattr" to /var/log/httpd/error_log (httpd_log_t). For complete SELinux messages. run sealert -l db275eec-1d9c-4411-8435-e7b56014bb98
setroubleshoot: SELinux is preventing executable (procmail_t) "execute" to ./spamc (spamc_exec_t). For complete SELinux messages. run sealert -l c0ef37c3-61ff-45bf-8b28-cfdeaad42bbb
 
Back
Top