aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kangas <skangas@skangas.se>2012-02-29 23:23:48 +0100
committerStefan Kangas <skangas@skangas.se>2012-02-29 23:23:48 +0100
commit9b8fb27b101032fb3c9a6a6ccf8c540acf6c472f (patch)
treee5b478f9c86b99daf20d7f3371bfbe1effeb6e6a
parentc646670bdcbc8a34cb3e1d7b321417beabb0fe2d (diff)
Document disabling services at boot
-rw-r--r--fripost-docs.org3
1 files changed, 3 insertions, 0 deletions
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