MailServerList: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Restore some of the old page, particular the license for legal reasons, and some unique explanations.)
(Database)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
Documentation: [https://developer.mozilla.org/en/Thunderbird/Autoconfiguration Autoconfiguration on MDC]
Database: [http://ispdb.mozillamessaging.com ISP DB]
Database: [http://ispdb.mozillamessaging.com ISP DB]


<b>You must read this page before you supply configs.</b> By submitting configs, you place your contributions in the public domain (insofar as copyright can apply to collections of facts). You may use the list for any purpose. Good community members are expected to contribute back any improvements they make to the list.
<b>You must read this page before you supply configs.</b> By submitting configs, you place your contributions in the public domain (insofar as copyright can apply to collections of facts). You may use the list for any purpose. Good community members are expected to contribute back any improvements they make to the list.


The Mail Server List is a public domain list of email providers and the correct configuration for their mail servers. It is designed to enable services which make autoconfiguration of email clients as easy as giving name, email address and password.
The Mail Server List is a database of email providers and the correct configuration for their mail servers. It is designed to enable services which make autoconfiguration of email clients as easy as giving name, email address and password.


Please test config information before submitting it, if at all possible (although untested data is better than no data). You are probably in the best position to try this, as other project participants won't have accounts with this ISP.
Please test config information before submitting it, if at all possible (although untested data is better than no data). You are probably in the best position to try this, as other project participants won't have accounts with this ISP.
= Some details =
== Enable URL ==
Some providers do not provide IMAP or POP service by default, but require it to be enabled via a web UI. Paste the URL that a logged-in user would use into this field, and the application can prompt the user to visit it.
== Secure Auth ==
This is whether the password must be sent in clear or can be encrypted (hashed via MD5).
To find out manually, you can contact the server directly and talk the POP/IMAP/SMTP protocol manually. Use <code>netcat -v <i>hostname</i> <i>port</i></code> (preferred) or <code>telnet <i>hostname</i> <i>port</i></code> as "client".
* POP3: when you see <code>+OK WEB.DE POP3-Server</code> or similar, enter <code><b>CAPA</b></code>, hit return.
* IMAP: when you see <code>* OK mwinf2j04 IMAP4 server ready</code> or similar, enter <code><b>1 CAPABILITY</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> 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.

Latest revision as of 17:41, 18 July 2023

Documentation: Autoconfiguration on MDC Database: ISP DB

You must read this page before you supply configs. By submitting configs, you place your contributions in the public domain (insofar as copyright can apply to collections of facts). You may use the list for any purpose. Good community members are expected to contribute back any improvements they make to the list.

The Mail Server List is a database of email providers and the correct configuration for their mail servers. It is designed to enable services which make autoconfiguration of email clients as easy as giving name, email address and password.

Please test config information before submitting it, if at all possible (although untested data is better than no data). You are probably in the best position to try this, as other project participants won't have accounts with this ISP.