This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
smtp_authentication [2014/06/26 18:41] laurent created |
smtp_authentication [2020/10/11 09:50] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Testing SMTP athentication ====== | + | ====== Testing IMAP and SMTP athentication ====== |
+ | |||
+ | |||
+ | ^ Host ^ protocol adress ^ port ^ secured ? ^ result to test ^ result to use ^ observation ^ | ||
+ | |Free| imap.free.fr | | | | | | | ||
+ | |[[http://www.free.fr/assistance/2407.html|Doc]] | smtp.free.fr | 465 | | KO | KO | not allowed | | ||
+ | | | smtp.free.fr | 25 | no | KO | KO | | | ||
+ | | | smtp.free.fr | 587 | yes | OK | KO | | | ||
+ | |OVH| imap.yourdomain.tld | | | | | | | ||
+ | |[[https://www.ovh.com/fr/g1297.configuration-thunderbird|Doc]] | smtp.yourdomain.tld | 587 | no | OK | **OK** | | | ||
+ | | | smtp.yourdomain.tld | 587 | yes | OK | KO | | | ||
+ | | | ns0.ovh.net | | | | | | | ||
+ | | | ns0.ovh.net | | | | | | | ||
+ | | | ns0.ovh.net | | | | | | | ||
+ | |||
+ | |||
+ | |||
+ | |||
- | Format : | ||
- | * ISP name, smtp adress | ||
- | * not secured, port number: result | ||
- | * secured, port number: result |