<?xml version="1.0"?>
<clientConfig version="1.1">
    <emailProvider id="livson2nd.com">
        <domain>livson2nd.com</domain>
        <displayName>livson2nd.com</displayName>
        <displayShortName>livson2nd.com</displayShortName>
        <incomingServer type="imap">
            <hostname>mail.livson2nd.com</hostname>
            <port>993</port>
            <socketType>SSL</socketType>
            <authentication>password-cleartext</authentication>
            <username>%EMAILADDRESS%</username>
        </incomingServer>
        <outgoingServer type="smtp">
            <hostname>mail.livson2nd.com</hostname>
            <port>465</port>
            <socketType>SSL</socketType>
            <authentication>password-cleartext</authentication>
            <username>%EMAILADDRESS%</username>
        </outgoingServer>
    </emailProvider>
</clientConfig>
