22 lines
No EOL
778 B
XML
22 lines
No EOL
778 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<clientConfig version="1.1">
|
|
<emailProvider id="example.org">
|
|
<domain>example.org</domain>
|
|
<displayName>EasyWKS Example</displayName>
|
|
<displayShortName>Example</displayShortName>
|
|
<incomingServer type="imap">
|
|
<hostname>example.org</hostname>
|
|
<port>993</port>
|
|
<socketType>SSL</socketType>
|
|
<authentication>password-cleartext</authentication>
|
|
<username>%EMAILLOCALPART%</username>
|
|
</incomingServer>
|
|
<outgoingServer type="smtp">
|
|
<hostname>example.org</hostname>
|
|
<port>25</port>
|
|
<socketType>STARTTLS</socketType>
|
|
<authentication>password-cleartext</authentication>
|
|
<username>%EMAILLOCALPART%</username>
|
|
</outgoingServer>
|
|
</emailProvider>
|
|
</clientConfig> |