add config autodiscover
This commit is contained in:
parent
ec51b30a38
commit
6b4855f62d
1 changed files with 24 additions and 0 deletions
24
static/.well-known/autoconfig/mail/config-v1.1.xml
Normal file
24
static/.well-known/autoconfig/mail/config-v1.1.xml
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<clientConfig version="1.1">
|
||||||
|
<emailProvider id="verry.org">
|
||||||
|
<domain>verry.org</domain>
|
||||||
|
<displayName>Verry.org Mail</displayName>
|
||||||
|
<displayShortName>Verry</displayShortName>
|
||||||
|
|
||||||
|
<incomingServer type="imap">
|
||||||
|
<hostname>mail.verry.org</hostname>
|
||||||
|
<port>993</port>
|
||||||
|
<socketType>SSL</socketType>
|
||||||
|
<authentication>password-cleartext</authentication>
|
||||||
|
<username>%EMAILADDRESS%</username>
|
||||||
|
</incomingServer>
|
||||||
|
|
||||||
|
<outgoingServer type="smtp">
|
||||||
|
<hostname>mail.verry.org</hostname>
|
||||||
|
<port>465</port>
|
||||||
|
<socketType>SSL</socketType>
|
||||||
|
<authentication>password-cleartext</authentication>
|
||||||
|
<username>%EMAILADDRESS%</username>
|
||||||
|
</outgoingServer>
|
||||||
|
</emailProvider>
|
||||||
|
</clientConfig>
|
||||||
Loading…
Add table
Reference in a new issue