mailinabox/management/templates/mail-guide.html

76 lines
3.3 KiB
HTML
Raw Normal View History

<style>#panel_mail-guide table.table { width: auto; margin-left: .5em; }</style>
2014-08-25 23:24:41 +00:00
2014-08-17 22:43:57 +00:00
<div class="container">
<h2 style="margin-bottom: 0">Checking and Sending Mail</h2>
2014-08-25 23:24:41 +00:00
<div class="row">
<div class="col-sm-6">
<h3>How to log in</h3>
2014-08-25 23:24:41 +00:00
<p>Your username and password are the same no matter how you check your mail:</p>
<table class="table" style="max-width: 30em">
<tr><th>Username:</th> <td>Your whole email address.</td></tr>
<tr><th>Password:</th> <td>Your mail password.</td></tr>
</table>
<h3>Webmail</h3>
2014-08-17 22:43:57 +00:00
<p>Webmail lets you check your email from any web browser. Your webmail site is:</p>
<p style="margin-left: 2em"><strong><a href="https://{{hostname}}/mail">https://{{hostname}}/mail</a></strong></p>
2014-08-17 22:43:57 +00:00
<h3>Mobile/desktop apps</h3>
2014-08-17 22:43:57 +00:00
<p>When you set up your email on your phone, desktop, or other device, you will be asked to choose a protocol.</p>
2014-08-17 22:43:57 +00:00
<ul>
<li>On Android devices, look for IMAP and SMTP.</li>
<li>On iOS devices, look for Exchange or ActiveSync.</li>
</ul>
<div class="row">
<div class="col-lg-6">
<h4>IMAP/SMTP settings</h4>
<p>This method is preferred on Android devices but is not available on iOS devices.</p>
<p>Your mail server is <strong>{{hostname}}</strong>. Use the following settings when prompted:</p>
<table class="table">
<thead>
<tr><th>Protocol</th> <th>Port</th> <th>Options</th></tr>
</thead>
<tr><th>IMAP</th> <td>993</td> <td>SSL</td></tr>
<tr><th>SMTP</th> <td>587</td> <td>STARTTLS <span>(&ldquo;always&rdquo; or &ldquo;required&rdquo;, if prompted)</span></td></tr>
</table>
<p>In addition to setting up your email, you&rsquo;ll also need to set up <a href="#sync_guide" onclick="return show_panel(this);">contacts and calendar synchronization</a> separately.</p>
</div>
2014-08-17 22:43:57 +00:00
<div class="col-lg-6">
<h4>Exchange/ActiveSync settings</h4>
<p>On iOS devices and devices on this <a href="http://z-push.org/compatibility/">compatibility list</a>, set up your mail as an Exchange or ActiveSync server. Use these settings when prompted:</p>
<table class="table">
<tr><th>Server</th> <td>{{hostname}}</td></tr>
<tr><th>Options</th> <td>Secure Connection</td></tr>
</table>
<p>Your device should also provide a contacts list and calendar that syncs to this box when you use this method.</p>
</div>
</div>
2014-08-25 23:24:41 +00:00
</div>
2014-08-17 22:43:57 +00:00
2014-08-25 23:24:41 +00:00
<div class="col-sm-6">
<h3>Other information about mail on your box</h3>
2014-08-17 22:43:57 +00:00
<h4>Greylisting</h4>
<p>Your box using a technique called greylisting to cut down on spam. Greylisting works by delaying mail from people you haven&rsquo;t received mail from before for up to about 10 minutes. The vast majority of spam gets tricked by this. If you are waiting for an email from someone new, such as if you are registering on a new website and are waiting for an email confirmation, please give it up to 10-15 minutes to arrive.</p>
2014-08-17 22:43:57 +00:00
<h4>Use this box to send as you</h4>
<p>Your box sets strict email sending policies for your domain names to make it harder for spam and other fraudulent mail to claim to be you. Only this machine is authorized to send email on behalf of your domain names. If you use any other service to send email as you, it will likely get spam filtered by recipients.</p>
2014-08-25 23:24:41 +00:00
</div>
</div>
2014-08-17 22:43:57 +00:00
</div>