1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-30 04:27:01 +00:00

how to update the box

This commit is contained in:
Joshua Tauberer 2014-07-10 08:14:38 -04:00
parent ebcc81ca2e
commit 6ce7ce7fb5

View File

@ -264,6 +264,8 @@ cd mailinabox</pre>
<p>This password will be used to login to webmail, and to authorize sending and receiving mail through SMTP and IMAP. It will <strong>not</strong> be used to log onto your Mail-in-a-Box server.</p> <p>This password will be used to login to webmail, and to authorize sending and receiving mail through SMTP and IMAP. It will <strong>not</strong> be used to log onto your Mail-in-a-Box server.</p>
<p>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 <code>sudo setup/start.sh</code>.</p>
<p>When the setup script is done running, you have a working mail server. But first check that everything is correct so far by typing:</p> <p>When the setup script is done running, you have a working mail server. But first check that everything is correct so far by typing:</p>
<pre>sudo management/whats_next.py</pre> <pre>sudo management/whats_next.py</pre>
@ -345,6 +347,21 @@ cd mailinabox</pre>
<p>Copy the DS record(s) and follow the DS record instructions provided by your domain name registrar.</p> <p>Copy the DS record(s) and follow the DS record instructions provided by your domain name registrar.</p>
<h2 id="maintenance">Keeping Your Box Humming</h2>
<p>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:</p>
<pre>sudo apt-get update &amp;&amp; sudo apt-get upgrade</pre>
<p>You should also move to the latest Mail-in-a-Box release occasionally:</p>
<pre>cd mailinabox
git pull
sudo setup/start.sh</pre>
<p>Remember that it is always safe to re-run the setup script like this.</p>
<h2 id="other">To-be-written</h2> <h2 id="other">To-be-written</h2>
<p>It is also possible to...</p> <p>It is also possible to...</p>
@ -355,6 +372,7 @@ cd mailinabox</pre>
<li>Backup your mail.</li> <li>Backup your mail.</li>
</ul> </ul>
<h2 id="checks">Systems Checks</h2> <h2 id="checks">Systems Checks</h2>
<p>If you want to double-check that your system is configured correctly, here are some tools:</p> <p>If you want to double-check that your system is configured correctly, here are some tools:</p>