Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


(Solved)Disable VestaCP Starup: bind9 exim4 dovecot spamassassin
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

(Solved)Disable VestaCP Starup: bind9 exim4 dovecot spamassassin

mehargagsmehargags Member
edited December 2014 in Help

Hi all,
I'm setting up some new VPS.

Since many use the "good" VestaCP nowadays, just wanted to know if there is an easy "out of the box" solution to Disable these services

Disable bind9 exim4 dovecot spamassassin

I need procedure for both:
ubuntu 14 & Debian 7 (both 64bit)

Thanks alot

Comments

  • Ok Sorry to bother -- it was rather simple. Just was confused with too much of reading about upstart, checkconfig and update-rc.d

    This WORKED!!

    update-rc.d -f bind9 remove

    update-rc.d -f clamav-daemon remove

    update-rc.d -f dovecot remove

    update-rc.d -f exim4 remove

    update-rc.d -f spamassassin remove

  • mikhomikho Member, Host Rep

    What if you add a new webdomain?

    Doesn't this create problems when VestaCP tries to restart/reload services?

  • MikHo said: What if you add a new webdomain?

    If "DNS Support" is checked when you add a domain/apache vhost, then sure it will be a problem. Otherwise it will be fine.

  • @MikHo said:
    What if you add a new webdomain?
    Doesn't this create problems when VestaCP tries to restart/reload services?

    Why would it @MikHo ? Explain the doubts please.

    I just double checked, it let me create a new domain without a problem!

  • mikhomikho Member, Host Rep

    Nice,
    I was curious if VestaCP would cause problems when some services refused to start after adding new domains etc...

    I know I had problems once if I added web domains without nginX when the default settings said it would be used.

    Your findings are good to read.

Sign In or Register to comment.