Add mail provider data for hotmail.com.

Servers only accept SSL connections, so the MX entry isn't enough to
autoconfigure. Moreover, hotmail.com MX still points to mx3.hotmail.com,
while outlook.com suggests to use pop3.live.com.
This commit is contained in:
Adrien Destugues 2015-01-14 14:03:11 +01:00
parent 6394d0e838
commit d8853b4953
2 changed files with 8 additions and 0 deletions

View File

@ -11,6 +11,7 @@ HAIKU_PROVIDER_INFOS =
gmail.com
gmx.de
googlemail.com
hotmail.com
laposte.net
lycos.de
mymail.ch

View File

@ -0,0 +1,7 @@
resource(1, "POP Server") "pop3.live.com";
resource(3, "SMTP Server") "smtp.live.com";
resource(4, "POP Authentication") 0;
resource(5, "SMTP Authentication") 1;
resource(6, "POP SSL") 1;
resource(8, "SMTP SSL") 1;
resource(9, "Username Pattern") 0;