config-v1.1.xml (671B)
1 <?xml version="1.0"?> 2 <clientConfig version="1.1"> 3 <emailProvider id="dalliard.ch"> 4 <domain>dalliard.ch</domain> 5 <displayName>Dalliard IT</displayName> 6 <outgoingServer type="smtp"> 7 <hostname>mail.dalliard.ch</hostname> 8 <port>465</port> 9 <socketType>SSL</socketType> 10 <username>%EMAILLOCALPART%</username> 11 <authentication>password-cleartext</authentication> 12 </outgoingServer> 13 <incomingServer type="imap"> 14 <hostname>mail.dalliard.ch</hostname> 15 <port>993</port> 16 <socketType>SSL</socketType> 17 <username>%EMAILLOCALPART%</username> 18 <authentication>password-cleartext</authentication> 19 </incomingServer> 20 </emailProvider> 21 </clientConfig>