From 9b8fb27b101032fb3c9a6a6ccf8c540acf6c472f Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Wed, 29 Feb 2012 23:23:48 +0100 Subject: Document disabling services at boot --- fripost-docs.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fripost-docs.org b/fripost-docs.org index fc65018..a8dcf2d 100644 --- a/fripost-docs.org +++ b/fripost-docs.org @@ -748,6 +748,9 @@ sudo /etc/init.d/dovecot restart # Provided there is a user, you should now be able to login using any IMAP # client. +**** Making sure the services are not started at boot [might not be needed] +sudo update-rc.d -n dovecot stop 2 3 4 5 . +sudo update-rc.d -n postfix stop 2 3 4 5 . *** Configuring a new smarthost to relay e-mail to the main IMAP server **** Overview -- cgit v1.2.3