2014-08-25 23:24:41 +00:00
< style > # panel_mail-guide table . table { width : auto ; margin-left : 1.5 em ; } < / style >
2014-08-17 22:43:57 +00:00
< div class = "container" >
< h2 > Checking and Sending Mail< / h2 >
2014-08-25 23:24:41 +00:00
< p > You can use either webmail, IMAP/SMTP, or Exchange/ActiveSync to access your mail. Optionally you can store your contacts on this box too.< / p >
< hr >
< div class = "row" >
< div class = "col-sm-6" >
< h4 > How to log in< / h4 >
< 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 >
< / div >
< div class = "col-sm-6" >
< h4 > Webmail< / h4 >
2014-08-17 22:43:57 +00:00
2014-08-25 23:24:41 +00:00
< p > Your webmail site is < a href = "https://{{hostname}}/mail" > https://{{hostname}}/mail< / a > .< / p >
2014-08-17 22:43:57 +00:00
2014-08-25 23:24:41 +00:00
< h4 > Contacts< / h4 >
2014-08-17 22:43:57 +00:00
2014-08-26 11:51:47 +00:00
< p > Edit your contacts at < a href = "https://{{hostname}}/cloud" > https://{{hostname}}/cloud< / a > .< / p >
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 >
2014-08-17 22:43:57 +00:00
2014-08-25 23:24:41 +00:00
< div class = "row" >
< div class = "col-sm-6" >
< h4 > IMAP/SMTP settings< / h4 >
2014-08-17 22:43:57 +00:00
2014-08-25 23:24:41 +00:00
< p > This method is preferred on Android devices and is not available on iOS devices.< / p >
2014-08-17 22:43:57 +00:00
2014-08-25 23:24:41 +00:00
< table class = "table" >
< thead >
< tr > < th style = "padding-bottom: 1em; border-bottom: none" > Server:< / th > < td colspan = "2" > {{hostname}}< / td > < / tr >
< 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 >
< / table >
2014-08-17 22:43:57 +00:00
2014-08-25 23:24:41 +00:00
< p > In addition to setting up your email, you’ ll also need to install an app like < a href = "https://play.google.com/store/apps/details?id=org.dmfs.carddav.sync" > CardDAV-Sync free beta< / a > to store your contacts on your box.< / p >
< / div >
2014-08-17 22:43:57 +00:00
2014-08-25 23:24:41 +00:00
< div class = "col-sm-6" >
< h4 > Exchange/ActiveSync settings< / h4 >
2014-08-17 22:43:57 +00:00
2014-08-25 23:24:41 +00:00
< 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:< / p >
2014-08-17 22:43:57 +00:00
2014-08-25 23:24:41 +00:00
< table class = "table" >
< tr > < th > Server< / th > < td > {{hostname}}< / td > < / tr >
< tr > < th > Options< / th > < td > Secure Connection< / td > < / tr >
< / table >
2014-08-17 22:43:57 +00:00
2014-08-25 23:24:41 +00:00
< p > Your contacts should be automatically synced to this box when you use this method.< / p >
< / div >
< / div >
2014-08-17 22:43:57 +00:00
< / div >