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.
+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.
+ +It is also possible to...
@@ -355,6 +372,7 @@ cd mailinaboxIf you want to double-check that your system is configured correctly, here are some tools: