diff options
Diffstat (limited to 'mail/mail-autoconfig/hotmail.co.jp')
-rw-r--r-- | mail/mail-autoconfig/hotmail.co.jp | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/mail/mail-autoconfig/hotmail.co.jp b/mail/mail-autoconfig/hotmail.co.jp deleted file mode 100644 index 327130587f..0000000000 --- a/mail/mail-autoconfig/hotmail.co.jp +++ /dev/null @@ -1,40 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> - -<clientConfig> - <emailProvider id="hotmail.com"> - <domain>hotmail.com</domain> - <domain>hotmail.co.uk</domain> - <domain>hotmail.co.jp</domain> - <domain>hotmail.de</domain> - <domain>hotmail.fr</domain> - <domain>hotmail.it</domain> - <domain>live.com</domain> - <domain>live.co.uk</domain> - <domain>live.co.jp</domain> - <domain>live.de</domain> - <domain>live.fr</domain> - <domain>live.it</domain> - - <displayName>Microsoft Live Hotmail</displayName> - <displayShortName>Hotmail</displayShortName> - - <incomingServer type="pop3"> - <hostname>pop3.live.com</hostname> - <port>995</port> - <socketType>SSL</socketType> - <username>%EMAILADDRESS%</username> - <authentication>plain</authentication> - </incomingServer> - - <outgoingServer type="smtp"> - <hostname>smtp.live.com</hostname> - <port>587</port> - <socketType>STARTTLS</socketType> - <username>%EMAILADDRESS%</username> - <authentication>login</authentication> - <addThisServer>true</addThisServer> - <useGlobalPreferredServer>false</useGlobalPreferredServer> - </outgoingServer> - - </emailProvider> -</clientConfig> |