Sha256: c4eb29adc5de00da6298985db18e640d31152c4671f17308e68673a1700675f1
Contents?: true
Size: 1.23 KB
Versions: 4
Compression:
Stored size: 1.23 KB
Contents
<?xml version="1.0" encoding="UTF-8"?> <clientConfig version="1.1"> <emailProvider id="wildwestdomains.com"> <!-- Hosting customers, MX servers --> <domain>secureserver.net</domain> <displayName>Your WildWest domain</displayName> <displayShortName>WildWest</displayShortName> <incomingServer type="pop3"> <hostname>pop.secureserver.net</hostname> <port>995</port> <socketType>SSL</socketType> <authentication>password-cleartext</authentication> <username>%EMAILADDRESS%</username> </incomingServer> <!-- Warning: Only a minority of users has IMAP access. --> <incomingServer type="imap"> <hostname>imap.secureserver.net</hostname> <port>993</port> <socketType>SSL</socketType> <authentication>password-cleartext</authentication> <username>%EMAILADDRESS%</username> </incomingServer> <outgoingServer type="smtp"> <hostname>smtpout.secureserver.net</hostname> <port>465</port> <socketType>SSL</socketType> <authentication>password-cleartext</authentication> <username>%EMAILADDRESS%</username> </outgoingServer> <!-- customer service: +1-480-624-2500 --> </emailProvider> </clientConfig>
Version data entries
4 entries across 4 versions & 2 rubygems