From 6ce7ce7fb5a8bea9e24e4ac8a81ede3749e1547e Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Thu, 10 Jul 2014 08:14:38 -0400 Subject: [PATCH] how to update the box --- guide.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/guide.html b/guide.html index 5aa55d2c..878d51db 100644 --- a/guide.html +++ b/guide.html @@ -264,6 +264,8 @@ cd mailinabox

This password will be used to login to webmail, and to authorize sending and receiving mail through SMTP and IMAP. It will not be used to log onto your Mail-in-a-Box server.

+

It is always safe to re-run the setup script. If something goes wrong or you just want to see it again, just do again sudo setup/start.sh.

+

When the setup script is done running, you have a working mail server. But first check that everything is correct so far by typing:

sudo management/whats_next.py
@@ -345,6 +347,21 @@ cd mailinabox

Copy the DS record(s) and follow the DS record instructions provided by your domain name registrar.

+

Keeping Your Box Humming

+ +

You should periodically update the software on Mail-in-a-Box. Every now and then update the Ubuntu base packages in case there have been any security updates. Log into your machine with SS and then type:

+ +
sudo apt-get update && sudo apt-get upgrade
+ +

You should also move to the latest Mail-in-a-Box release occasionally:

+ +
cd mailinabox
+git pull
+sudo setup/start.sh
+ +

Remember that it is always safe to re-run the setup script like this.

+ +

To-be-written

It is also possible to...

@@ -355,6 +372,7 @@ cd mailinabox
  • Backup your mail.
  • +

    Systems Checks

    If you want to double-check that your system is configured correctly, here are some tools: