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

Can't stop SpamAssassin; it appears to restart itself (or green indicators wrong?)

dotchd

New Pleskian
My system: Parallels Plesk Panel v11.0.9_build110120608.16 / CentOS 6.2 (Final)

I need help stopping SpamAssassin. Each time I disable SpamAssassin through SSH with "#service psa-spamassassin stop " or through the panel (Tools & Settings > Services management) the green indicators turn grey in the panel as well in my mobile Plesk server monitor app for Android. However less than 12 hours later, the indicators are green again as though SpamAssassin has been restarted. I don't receive an event message in the app that it really has been restarted though. What can be wrong and how can I really stop SpamAssassin with the indicators turning grey for ever?

plesk services.jpg
 
Last edited:
Stopping

Code:
/usr/local/psa/bin/service --stop spamassassin

And if you want it removed ..

Code:
yum erase psa-spamassassin
 
Back
Top