git push wip
This commit is contained in:
20
static/autoconfig/mail/config-v1.1.xml
Normal file
20
static/autoconfig/mail/config-v1.1.xml
Normal file
@ -0,0 +1,20 @@
|
||||
<clientConfig version="1.1">
|
||||
<emailProvider id="stefen.xyz">
|
||||
<domain>stefen.xyz</domain>
|
||||
<displayName>%EMAILADDRESS%</displayName>
|
||||
<incomingServer type="imap">
|
||||
<hostname>mail.stefen.xyz</hostname>
|
||||
<port>993</port>
|
||||
<socketType>SSL</socketType>
|
||||
<username>%EMAILADDRESS%</username>
|
||||
<authentication>password-cleartext</authentication>
|
||||
</incomingServer>
|
||||
<outgoingServer type="smtp">
|
||||
<hostname>mail.stefen.xyz</hostname>
|
||||
<port>587</port>
|
||||
<socketType>STARTTLS</socketType>
|
||||
<username>%EMAILADDRESS%</username>
|
||||
<authentication>password-cleartext</authentication>
|
||||
</outgoingServer>
|
||||
</emailProvider>
|
||||
</clientConfig>
|
Reference in New Issue
Block a user