diff options
Diffstat (limited to 'mail/mail-autoconfig/live.de')
-rw-r--r-- | mail/mail-autoconfig/live.de | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/mail/mail-autoconfig/live.de b/mail/mail-autoconfig/live.de new file mode 100644 index 0000000000..e11acdc3bb --- /dev/null +++ b/mail/mail-autoconfig/live.de @@ -0,0 +1,41 @@ +<?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> + <domain>msn.com</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> |