Updated mail provider info for gmx.de
Activated SSL encrption for POP3 and changed server name for SMTP to mail.gmx.net. The first change is vital to get it to work, the latter seems to be only cosmetic. I still get a "503 Bad sequence of commands" when sending a mail, but it is sent nonetheless. See ticket: #12960.
This commit is contained in:
parent
c90d3c9d9f
commit
9a828bfeb8
@ -1,9 +1,9 @@
|
|||||||
resource(1, "POP Server") "pop.gmx.net";
|
resource(1, "POP Server") "pop.gmx.net";
|
||||||
resource(2, "IMAP Server") "imap.gmx.net";
|
resource(2, "IMAP Server") "imap.gmx.net";
|
||||||
resource(3, "SMTP Server") "mail.gmx.de";
|
resource(3, "SMTP Server") "mail.gmx.net";
|
||||||
resource(4, "POP Authentication") 0;
|
resource(4, "POP Authentication") 0;
|
||||||
resource(5, "SMTP Authentication") 1;
|
resource(5, "SMTP Authentication") 1;
|
||||||
resource(6, "POP SSL") 0;
|
resource(6, "POP SSL") 1;
|
||||||
resource(7, "IMAP SSL") 0;
|
resource(7, "IMAP SSL") 0;
|
||||||
resource(8, "SMTP SSL") 0;
|
resource(8, "SMTP SSL") 0;
|
||||||
resource(9, "Username Pattern") 0;
|
resource(9, "Username Pattern") 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user