• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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