24 lines
776 B
XML
24 lines
776 B
XML
<?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>
|