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