• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

How do i disable pop3, smtp and SpamAssassin

J

jofr

Guest
Hi,
How do I disable the service
SMTP Server (QMail),
IMAP/POP3-Server (Courier-IMAP) and
SpamAssassin
on my server, so that they are also not shown as running under Plesk 7.5.2 after a restart of the server?

Regards,
JO
 
I'm afraid this is not feasible in Plesk. You should manualy modify Plesk's startup script: /etc/init.d/psa
 
Originally posted by 0031
I'm afraid this is not feasible in Plesk. You should manualy modify Plesk's startup script: /etc/init.d/psa


I looked at the script, I have no idee what to modify there.

JO
 
remove "spamassassin psa-spamassassin" from optional_service variable (line 443) and "qmail courier-imap" from service variable (line 454)
 
Back
Top