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:
@@ -11,6 +11,7 @@ HAIKU_PROVIDER_INFOS =
|
||||
gmail.com
|
||||
gmx.de
|
||||
googlemail.com
|
||||
hotmail.com
|
||||
laposte.net
|
||||
lycos.de
|
||||
mymail.ch
|
||||
|
||||
@@ -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;
|
||||
Reference in New Issue
Block a user