Skip to content

Commit 6612768

Browse files
committed
Updated autoconfig.
1 parent 3efd425 commit 6612768

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

conf/mozilla-autoconfig.xml

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<emailProvider id="PRIMARY_HOSTNAME">
44
<domain>PRIMARY_HOSTNAME</domain>
55

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>
88

99
<incomingServer type="imap">
1010
<hostname>PRIMARY_HOSTNAME</hostname>
@@ -14,6 +14,14 @@
1414
<authentication>password-cleartext</authentication>
1515
</incomingServer>
1616

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+
1725
<outgoingServer type="smtp">
1826
<hostname>PRIMARY_HOSTNAME</hostname>
1927
<port>465</port>
@@ -29,6 +37,18 @@
2937
</documentation>
3038
</emailProvider>
3139

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+
3252
<webMail>
3353
<loginPage url="https://PRIMARY_HOSTNAME/mail/" />
3454
<loginPageInfo url="https://PRIMARY_HOSTNAME/mail/" >

0 commit comments

Comments
 (0)