diff options
Diffstat (limited to 'mail/mail-autoconfig/aol.com')
-rw-r--r-- | mail/mail-autoconfig/aol.com | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/mail/mail-autoconfig/aol.com b/mail/mail-autoconfig/aol.com deleted file mode 100644 index 7e16ab5335..0000000000 --- a/mail/mail-autoconfig/aol.com +++ /dev/null @@ -1,30 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> - -<clientConfig> - <emailProvider id="aol.com"> - <domain>aol.com</domain> - <domain>aim.com</domain> - - <displayName>AOL</displayName> - <displayShortName>AOL</displayShortName> - - <incomingServer type="imap"> - <hostname>imap.aol.com</hostname> - <port>143</port> - <socketType>plain</socketType> - <username>%EMAILLOCALPART%</username> - <authentication>plain</authentication> - </incomingServer> - - <outgoingServer type="smtp"> - <hostname>smtp.aol.com</hostname> - <port>587</port> - <socketType>plain</socketType> - <username>%EMAILLOCALPART%</username> - <authentication>plain</authentication> - <addThisServer>true</addThisServer> - <useGlobalPreferredServer>false</useGlobalPreferredServer> - </outgoingServer> - - </emailProvider> -</clientConfig> |