mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-30 04:27:01 +00:00
setup guide fixes
This commit is contained in:
parent
de4dd797b3
commit
158d9ffa4a
@ -95,6 +95,7 @@
|
||||
#nav a { color: #E64; text-decoration: none; }
|
||||
#nav li.active { background-color: #D55; }
|
||||
#nav li.active a { color: white; }
|
||||
#nav li.active a:hover { color: #E64; }
|
||||
|
||||
</style>
|
||||
</head>
|
||||
@ -116,8 +117,8 @@
|
||||
<p style="margin: 0 0 1em 14px; border-bottom: 1px solid #CCC; color: #888;">Table of Contents</p>
|
||||
<ul class="nav nav-list">
|
||||
<li><a href="#cost">Cost</a></li>
|
||||
<li><a href="#domain-name-registration">Domain Name Registration</a></li>
|
||||
<li><a href="#hostname">Hostname</a></li>
|
||||
<li><a href="#domain-name-registration">Getting a Domain Name</a></li>
|
||||
<li><a href="#hostname">The Box’s Hostname</a></li>
|
||||
<li><a href="#machine">The Machine</a></li>
|
||||
<li><a href="#domain-name-configuration">Domain Name Configuration</a></li>
|
||||
<li><a href="#setup">Machine Setup</a></li>
|
||||
@ -190,7 +191,7 @@
|
||||
|
||||
<p>Wherever you rent your box, you must choose the Ubuntu 14.04 x64 operating system. Most any cloud provider will do but not Amazon Web Services because its network is often blocked to prevent users from sending spam.</p>
|
||||
|
||||
<p>Each cloud provider will have different instructions for setting up “reverse DNS.” You <strong>must</strong> follow your cloud provider’s instructions for setting the reverse of your box to your box’s hostname.</p>
|
||||
<p>Each cloud provider will have different instructions for setting up “reverse DNS.” You <strong>must</strong> follow your cloud provider’s instructions for setting the reverse DNS of your box to your box’s hostname.</p>
|
||||
|
||||
<p class="example">Josh’s box’s reverse DNS is set to the same as the box’s hostname: <code>box.occams.info</code>.</p>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user