site-autoconfig/template.xml

24 lines
741 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<clientConfig version="1.1">
<emailProvider id="_DMN_">
<domain>_DMN_</domain>
<displayName>_DSP_</displayName>
<displayShortName>_SDSP_</displayShortName>
<incomingServer type="imap">
<hostname>_DMN_</hostname>
<port>993</port>
<socketType>SSL</socketType>
<authentication>password-encrypted</authentication>
<username>%EMAILLOCALPART%</username>
</incomingServer>
<outgoingServer type="smtp">
<hostname>_DMN_</hostname>
<port>465</port>
<socketType>SSL</socketType>
<authentication>password-encrypted</authentication>
<username>%EMAILLOCALPART%</username>
</outgoingServer>
</emailProvider>
</clientConfig>