• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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