• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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