Fixes #74 and very minor edit to md
Dieser Commit ist enthalten in:
Ursprung
30b7f6cb77
Commit
9842d433b2
4 geänderte Dateien mit 29 neuen und 0 gelöschten Zeilen
|
@ -1,9 +1,13 @@
|
||||||
|
## Method 1 (IMAP, SMTP, DAV)
|
||||||
|
|
||||||
Email, contacts and calendar can be configured automatically on Apple devices by installing a profile. It configure IMAP, CardDAV and CalDAV.
|
Email, contacts and calendar can be configured automatically on Apple devices by installing a profile. It configure IMAP, CardDAV and CalDAV.
|
||||||
|
|
||||||
1. Download and open <span class="client_variables_unavailable">the file from <i>https://${MAILCOW_HOSTNAME}/mobileconfig.php</i></span><span class="client_variables_available"><a class="client_var_link" href="mobileconfig.php">mailcow.mobileconfig</a></span>.
|
1. Download and open <span class="client_variables_unavailable">the file from <i>https://${MAILCOW_HOSTNAME}/mobileconfig.php</i></span><span class="client_variables_available"><a class="client_var_link" href="mobileconfig.php">mailcow.mobileconfig</a></span>.
|
||||||
2. Enter the unlock code (iPhone) or computer password (Mac).
|
2. Enter the unlock code (iPhone) or computer password (Mac).
|
||||||
3. Enter your email password three times when prompted.
|
3. Enter your email password three times when prompted.
|
||||||
|
|
||||||
|
## Method 2 (Exchange ActiveSync emulation)
|
||||||
|
|
||||||
On iOS, Exchange ActiveSync is also supported as an alternative to the procedure above. It has the advantage of supporting push email (i.e. you are immediately notified of incoming messages), but has some limitations, e.g. it does not support more than three email addresses per contact in your address book. Follow the steps below if you decide to use Exchange instead.
|
On iOS, Exchange ActiveSync is also supported as an alternative to the procedure above. It has the advantage of supporting push email (i.e. you are immediately notified of incoming messages), but has some limitations, e.g. it does not support more than three email addresses per contact in your address book. Follow the steps below if you decide to use Exchange instead.
|
||||||
|
|
||||||
1. Open the *Settings* app, tap *Mail*, tap *Accounts*, tap *Add Acccount*, select *Exchange*.
|
1. Open the *Settings* app, tap *Mail*, tap *Accounts*, tap *Add Acccount*, select *Exchange*.
|
||||||
|
|
23
docs/client-manual.md
Normale Datei
23
docs/client-manual.md
Normale Datei
|
@ -0,0 +1,23 @@
|
||||||
|
These instructions are valid for unchanged port bindings only!
|
||||||
|
|
||||||
|
## Email
|
||||||
|
|
||||||
|
|Service|Encryption|Host|Port|
|
||||||
|
|--- |--- |--- |--- |
|
||||||
|
|IMAP|STARTTLS|<span class="client_variables_available"> <code><span class="client_var_host"></span><span class="client_var_port"></span></code></span><span class="client_variables_unavailable">mailcow hostname</span>|143|
|
||||||
|
|IMAPS|SSL|<span class="client_variables_available"> <code><span class="client_var_host"></span><span class="client_var_port"></span></code></span><span class="client_variables_unavailable">mailcow hostname</span>|993|
|
||||||
|
|POP3|STARTTLS|<span class="client_variables_available"> <code><span class="client_var_host"></span><span class="client_var_port"></span></code></span><span class="client_variables_unavailable">mailcow hostname</span>|110|
|
||||||
|
|POP3S|SSL|<span class="client_variables_available"> <code><span class="client_var_host"></span><span class="client_var_port"></span></code></span><span class="client_variables_unavailable">mailcow hostname</span>|995|
|
||||||
|
|SMTP|STARTTLS|<span class="client_variables_available"> <code><span class="client_var_host"></span><span class="client_var_port"></span></code></span><span class="client_variables_unavailable">mailcow hostname</span>|587|
|
||||||
|
|SMTPS|SSL|<span class="client_variables_available"> <code><span class="client_var_host"></span><span class="client_var_port"></span></code></span><span class="client_variables_unavailable">mailcow hostname</span>|465|
|
||||||
|
|
||||||
|
Please use "plain" as authentication mechanisms. Contrary to the assumption no passwords will be transfered plain text, as no authentication is allowed to take place without TLS.
|
||||||
|
|
||||||
|
## Contacts and calendars
|
||||||
|
|
||||||
|
SOGos default calendar (CalDAV) and contacts (CardDAV) URLs:
|
||||||
|
|
||||||
|
1. **CalDAV** - https://mail.example.com/SOGo/dav/user@example.com/Calendar/personal/
|
||||||
|
2. **CardDAV** - https://mail.example.com/SOGo/dav/user@example.com/Contacts/personal/
|
||||||
|
|
||||||
|
Some applications may require you to use https://mail.example.com/SOGo/dav/ _or_ the full path to your calender, which can be found and copied from within SOGo.
|
|
@ -23,3 +23,4 @@ Since you accessed this page after logging into your mailcow server, all of the
|
||||||
- [Mozilla Thunderbird](client-thunderbird)
|
- [Mozilla Thunderbird](client-thunderbird)
|
||||||
- [Windows Mail](client-windows)
|
- [Windows Mail](client-windows)
|
||||||
- [Windows Phone](client-windowsphone)
|
- [Windows Phone](client-windowsphone)
|
||||||
|
- [Manual configuration](client-manual)
|
||||||
|
|
|
@ -82,6 +82,7 @@ pages:
|
||||||
- 'Mozilla Thunderbird': 'client-thunderbird.md'
|
- 'Mozilla Thunderbird': 'client-thunderbird.md'
|
||||||
- 'Windows Mail': 'client-windows.md'
|
- 'Windows Mail': 'client-windows.md'
|
||||||
- 'Windows Phone': 'client-windowsphone.md'
|
- 'Windows Phone': 'client-windowsphone.md'
|
||||||
|
- 'Manual configuration': 'client-manual.md'
|
||||||
- 'Third party apps':
|
- 'Third party apps':
|
||||||
- 'SOGo Integrator for Thunderbird': 'third_party-thunderbird.md'
|
- 'SOGo Integrator for Thunderbird': 'third_party-thunderbird.md'
|
||||||
- 'Roundcube': 'third_party-roundcube.md'
|
- 'Roundcube': 'third_party-roundcube.md'
|
||||||
|
|
Laden …
In neuem Issue referenzieren