MailServerList: Difference between revisions

m
Line 35: Line 35:
* SMTP: when you see <code>220 mail.gmx.net GMX Mailservices ESMTP</code> or similar, enter <code><b>EHLO example.net</b></code>, hit return.
* SMTP: when you see <code>220 mail.gmx.net GMX Mailservices ESMTP</code> or similar, enter <code><b>EHLO example.net</b></code>, hit return.


In all cases, if you see <code>CRAM-MD5</code> or <code>DIEGST-MD5</code> in the response, the server should support "secure auth". If you only see <code>AUTH</code> <code>LOGIN</code> and/or <code>PLAIN</code>, the server probably does not support secure auth.
In all cases, if you see <code>CRAM-MD5</code> or <code>DIGEST-MD5</code> in the response, the server should support "secure auth". If you <i>only</i> see <code>AUTH</code> <code>LOGIN</code> and/or <code>PLAIN</code>, the server probably does not support secure auth.


==== Test ====
==== Test ====
Confirmed users
596

edits