mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-30 04:27:01 +00:00
note ActiveSync compatible device link in the guide, thanks to corv on the forums for pointing it out
This commit is contained in:
parent
222b4b790d
commit
c97283829b
24
guide.html
24
guide.html
@ -99,6 +99,12 @@
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
table { margin-bottom: 1.25em; }
|
||||
table thead th { border-bottom: 1px solid #555; }
|
||||
table th, table td {
|
||||
padding: .25em 1em .25em 0;
|
||||
}
|
||||
|
||||
#nav {
|
||||
margin-top: 2em;
|
||||
}
|
||||
@ -318,11 +324,23 @@ cd mailinabox</pre>
|
||||
|
||||
<p>On mobile devices you might need to install a “mail client” app. We recommend <a href="https://play.google.com/store/apps/details?id=com.fsck.k9">K-9 Mail</a>. On a desktop you could try <a href="https://www.mozilla.org/en-US/thunderbird/">Mozilla Thunderbird</a>.</p>
|
||||
|
||||
<p>When configuring these applications you will need to provide them with IMAP and SMTP settings. Your IMAP and SMTP server is the box’s hostname. For IMAP, you must choose SSL and port 993. For SMTP, you must choose STARTTLS and port 587.</p>
|
||||
<p>Configure your device as follows:</p>
|
||||
|
||||
<p class="example">Josh’s IMAP and SMTP server are <code>box.occams.info</code>. (You can’t use mine!)</p>
|
||||
<table>
|
||||
<tr><th>Server Name:</th> <td>Your box’s hostname.</td></tr>
|
||||
<tr><th>Username:</th> <td>The complete <u>email address</u> you provided when you ran the setup program earlier.</td></tr>
|
||||
<tr><th>Password:</th> <td>The password you gave the email address during the setup program earlier.</td></tr>
|
||||
</table>
|
||||
|
||||
<p>Your username for IMAP and SMTP is the <u>email address</u> you entered when you ran the setup program above, the same as with webmail.</p>
|
||||
<p>Depending on your mail program, you will either use IMAP & SMTP or Exchange ActiveSync:</p>
|
||||
|
||||
<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</td></tr>
|
||||
<tr><th>Exchange ActiveSync</th> <td>n/a</td> <td>Secure Connection</td></tr>
|
||||
<tr><td colspan="3" style="padding: 0 0 0 1em; font-size: 90%">see <a href="http://z-push.org/compatibility/">list of compatible devices</a> for Exchange ActiveSync</td></tr>
|
||||
</table>
|
||||
|
||||
<p>Note: Mail-in-a-Box uses <a href="http://en.wikipedia.org/wiki/Greylisting">greylisting</a> to cut down on spam. The first time you receive an email from a recipient, it may be delayed for ten minutes.</p>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user