blob: d6454b1eed8f1e7e02552432132ceb2993a9348e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<?xml version="1.0" encoding="UTF-8"?>
<clientConfig version="1.1">
<emailProvider id="kyriasis.com">
<domain>kyriasis.com</domain>
<displayName>Kyriasis Mail</displayName>
<displayShortName>Kyriasis</displayShortName>
<incomingServer type="imap">
<hostname>theos.kyriasis.com</hostname>
<port>143</port>
<socketType>STARTTLS</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILLOCALPART%</username>
</incomingServer>
<outgoingServer type="smtp">
<hostname>theos.kyriasis.com</hostname>
<port>587</port>
<socketType>STARTTLS</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILLOCALPART%</username>
</outgoingServer>
</emailProvider>
</clientConfig>
|