|
3 | 3 | <emailProvider id="PRIMARY_HOSTNAME">
|
4 | 4 | <domain>PRIMARY_HOSTNAME</domain>
|
5 | 5 |
|
6 |
| - <displayName>PRIMARY_HOSTNAME (Mail-in-a-Box)</displayName> |
7 |
| - <displayShortName>PRIMARY_HOSTNAME</displayShortName> |
| 6 | + <displayName>%EMAILDOMAIN% (Mail-in-a-Box)</displayName> |
| 7 | + <displayShortName>%EMAILDOMAIN%</displayShortName> |
8 | 8 |
|
9 | 9 | <incomingServer type="imap">
|
10 | 10 | <hostname>PRIMARY_HOSTNAME</hostname>
|
|
14 | 14 | <authentication>password-cleartext</authentication>
|
15 | 15 | </incomingServer>
|
16 | 16 |
|
| 17 | + <incomingServer type="pop3"> |
| 18 | + <hostname>PRIMARY_HOSTNAME</hostname> |
| 19 | + <port>995</port> |
| 20 | + <socketType>SSL</socketType> |
| 21 | + <username>%EMAILADDRESS%</username> |
| 22 | + <authentication>password-cleartext</authentication> |
| 23 | + </incomingServer> |
| 24 | + |
17 | 25 | <outgoingServer type="smtp">
|
18 | 26 | <hostname>PRIMARY_HOSTNAME</hostname>
|
19 | 27 | <port>465</port>
|
|
29 | 37 | </documentation>
|
30 | 38 | </emailProvider>
|
31 | 39 |
|
| 40 | + <addressBook type="carddav"> |
| 41 | + <username>%EMAILADDRESS%</username> |
| 42 | + <authentication>http-basic</authentication> |
| 43 | + <serverURL>https://PRIMARY_HOSTNAME/.well-known/carddav</serverURL> |
| 44 | + </addressBook> |
| 45 | + |
| 46 | + <calendar type="caldav"> |
| 47 | + <username>%EMAILADDRESS%</username> |
| 48 | + <authentication>http-basic</authentication> |
| 49 | + <serverURL>https://PRIMARY_HOSTNAME/.well-known/caldav</serverURL> |
| 50 | + </calendar> |
| 51 | + |
32 | 52 | <webMail>
|
33 | 53 | <loginPage url="https://PRIMARY_HOSTNAME/mail/" />
|
34 | 54 | <loginPageInfo url="https://PRIMARY_HOSTNAME/mail/" >
|
|
0 commit comments