<clientConfig version="1.1">
    <emailProvider id="zimbra.lutgerink.eu">
        <domain>lutgerink.eu</domain>
        <displayName>Zimbra mail server</displayName>
        <displayShortName>Zimbra</displayShortName>
        <incomingServer type="imap">
            <hostname>zimbra.lutgerink.eu</hostname>
            <port>993</port>
            <socketType>SSL</socketType>
            <authentication>password-cleartext</authentication>
            <username>%EMAILADDRESS%</username>
        </incomingServer>
        <incomingServer type="pop3">
            <hostname>zimbra.lutgerink.eu</hostname>
            <port>995</port>
            <socketType>SSL</socketType>
            <authentication>password-cleartext</authentication>
            <username>%EMAILADDRESS%</username>
        </incomingServer>
        <outgoingServer type="smtp">
            <hostname>zimbra.lutgerink.eu</hostname>
            <port>587</port>
            <socketType>STARTTLS</socketType>
            <authentication>password-cleartext</authentication>
            <username>%EMAILADDRESS%</username>
        </outgoingServer>
    </emailProvider>
</clientConfig>