These come from http://live.mozillamessaging.com/autoconfig/ Signed-off-by: Federico Mena Quintero <federico@novell.com>
37 lines
1.1 KiB
Plaintext
37 lines
1.1 KiB
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<clientConfig>
|
|
<emailProvider id="yahoo.com">
|
|
<domain>yahoo.com</domain>
|
|
<domain>yahoo.de</domain>
|
|
<domain>yahoo.it</domain>
|
|
<domain>yahoo.fr</domain>
|
|
<domain>yahoo.co.uk</domain>
|
|
<domain>yahoo.com.br</domain>
|
|
<domain>ymail.com</domain>
|
|
<domain>rocketmail.com</domain>
|
|
|
|
<displayName>Yahoo! Mail</displayName>
|
|
<displayShortName>Yahoo</displayShortName>
|
|
|
|
<incomingServer type="pop3">
|
|
<hostname>pop.mail.yahoo.com</hostname>
|
|
<port>995</port>
|
|
<socketType>SSL</socketType>
|
|
<username>%EMAILLOCALPART%</username>
|
|
<authentication>plain</authentication>
|
|
</incomingServer>
|
|
|
|
<outgoingServer type="smtp">
|
|
<hostname>smtp.mail.yahoo.com</hostname>
|
|
<port>465</port>
|
|
<socketType>SSL</socketType>
|
|
<username>%EMAILLOCALPART%</username>
|
|
<authentication>plain</authentication>
|
|
<addThisServer>true</addThisServer>
|
|
<useGlobalPreferredServer>false</useGlobalPreferredServer>
|
|
</outgoingServer>
|
|
|
|
</emailProvider>
|
|
</clientConfig>
|