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