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