mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-05-30 17:30:53 +00:00
Merge ee56b6f795
into 05c2f3c9a2
This commit is contained in:
commit
c1584ddfe9
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
<clientConfig version="1.1">
|
||||
<emailProvider id="PRIMARY_HOSTNAME">
|
||||
<domain>PRIMARY_HOSTNAME</domain>
|
||||
<domain purpose="mx">PRIMARY_HOSTNAME</domain>
|
||||
|
||||
<displayName>PRIMARY_HOSTNAME (Mail-in-a-Box)</displayName>
|
||||
<displayShortName>PRIMARY_HOSTNAME</displayShortName>
|
||||
@ -14,6 +14,14 @@
|
||||
<authentication>password-cleartext</authentication>
|
||||
</incomingServer>
|
||||
|
||||
<incomingServer type="pop3">
|
||||
<hostname>PRIMARY_HOSTNAME</hostname>
|
||||
<port>995</port>
|
||||
<socketType>SSL</socketType>
|
||||
<username>%EMAILADDRESS%</username>
|
||||
<authentication>password-cleartext</authentication>
|
||||
</incomingServer>
|
||||
|
||||
<outgoingServer type="smtp">
|
||||
<hostname>PRIMARY_HOSTNAME</hostname>
|
||||
<port>465</port>
|
||||
@ -29,6 +37,20 @@
|
||||
</documentation>
|
||||
</emailProvider>
|
||||
|
||||
<addressbook type="carddav">
|
||||
<username>%EMAILADDRESS%</username>
|
||||
<authentication system="http">basic</authentication>
|
||||
<!-- Redirects to: https://PRIMARY_HOSTNAME/cloud/remote.php/carddav/ -->
|
||||
<url>https://PRIMARY_HOSTNAME/.well-known/carddav</url>
|
||||
</addressbook>
|
||||
|
||||
<calendar type="caldav">
|
||||
<username>%EMAILADDRESS%</username>
|
||||
<authentication system="http">basic</authentication>
|
||||
<!-- Redirects to: https://PRIMARY_HOSTNAME/cloud/remote.php/caldav/ -->
|
||||
<url>https://PRIMARY_HOSTNAME/.well-known/caldav</url>
|
||||
</calendar>
|
||||
|
||||
<webMail>
|
||||
<loginPage url="https://PRIMARY_HOSTNAME/mail/" />
|
||||
<loginPageInfo url="https://PRIMARY_HOSTNAME/mail/" >
|
||||
|
Loading…
Reference in New Issue
Block a user