Sha256: c3f692c8251b44db48772bea04840da0b8c7dd96ae41f84ea60dce845d6c56f6
Contents?: true
Size: 1.09 KB
Versions: 4
Compression:
Stored size: 1.09 KB
Contents
<?xml version="1.0" encoding="UTF-8"?> <clientConfig version="1.1"> <emailProvider id="ovh.net"> <!-- Hosting customers, MX servers --> <domain>ovh.net</domain> <displayName>OVH</displayName> <displayShortName>OVH</displayShortName> <incomingServer type="imap"> <hostname>ssl0.ovh.net</hostname> <port>993</port> <socketType>SSL</socketType> <authentication>password-cleartext</authentication> <username>%EMAILADDRESS%</username> </incomingServer> <incomingServer type="pop3"> <hostname>ssl0.ovh.net</hostname> <port>995</port> <socketType>SSL</socketType> <authentication>password-cleartext</authentication> <username>%EMAILADDRESS%</username> </incomingServer> <outgoingServer type="smtp"> <hostname>ssl0.ovh.net</hostname> <port>465</port> <socketType>SSL</socketType> <authentication>password-cleartext</authentication> <username>%EMAILADDRESS%</username> </outgoingServer> <documentation url="http://guides.ovh.com/ConfigurationEmail"/> </emailProvider> </clientConfig>
Version data entries
4 entries across 4 versions & 2 rubygems