Confirmed users
596
edits
m (→Location: add public link) |
(→Secure Auth: add "APOP" response) |
||
| Line 42: | Line 42: | ||
* 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>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. | In all cases, if you see <code>CRAM-MD5</code> or <code>DIGEST-MD5</code> or (for POP) <code>APOP</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 ==== | ||