Thunderbird version 3 tries to make things easier for users by enabling automatic configuration of the connection to their mail servers. Users provide their email account, user name and password, and then Thunderbird queries a database to find connection information for incoming and outgoing mail servers.
This page gives instruction on how to add Internet Service Provider (ISP) configuration data to the database. It also describes the security mechanisms that prevent malicious entries in the ISP database that could put users at risk.
If you are trying to configure Thunderbird to access to account, see Automatic Account Configuration for instructions. See Autoconfiguration in Thunderbird on the Mozilla Developer Center for more detailed technical information about ISPDB. See Thunderbird's tb-enterprise mailing list and resources for more information about deploying Thunderbird within large organizations.
ISP data is submitted to the Thunderbird team via a web form located at http://ispdb.mozillamessaging.com/add/. Anyone can access this form and review or submit configuration data. (To see a list of the ISPs that have already been submitted, see http://ispdb.mozillamessaging.com/list. Click on an entry to view the status of a submission.)
To make a full submission, create a Bugzilla entry with a patch from the Subversion (svn) source code repository. While this is a complicated process, it is very helpful to the Thunderbird team. The more steps you can complete the better.
To submit ISP data:
Two Thunderbird team members will verify the configuration, using both manual inspection and a set of automated sanity checks. For example, the automated sanity checks will report if the mail servers aren't in the same domain as the email address. The reviewer can ignore the complaint, but would need a justification from the ISP regarding why their configuration is non-standard.
Yes. For example, you may have some users who are on an internal network, authenticate when they log in and use unauthenticated SMTP. Other users access the mail servers from an external location and need to authenticate when they access their mail account.
As of Thunderbird 3.1, before checking the ISP database, Thunderbird checks for domain configuration files at the following locations:
If one of these files is found and it contains configuration settings, Thunderbird will use these settings. You should store the configuration data for internal users in one of these files and make the files available only to users within the network. Alternatively, could put a CGI script at either of those URLs and return completely different data per address.
It is conceivable, but would be difficult. The attacker would have to compromise three security checks:
The email address and password are not transmitted when Thunderbird initially queries the ISP database looking for server configuration information. Only the domain name is used to query for incoming and outgoing hosts. When the query is complete, Thunderbird displays the incoming and outgoing servers plus information about the connection. After the user validates (and, optionally, manually alters) the server information, he or she clicks the Create Account button. At this point Thunderbird sends the user's email address and password to the ISP's mail server to verify their validity.
You can use the hidden preference "mailnews.auto_config_url" to specify a website (under your control) that has the configuration data for the domains the user should be accessing. (Click Tools | Options | Advanced | General | Config Editor (Windows) or Preferences | Advanced | General | Config Editor (Mac and Linux) to access hidden preferences.) Thunderbird will append the hostname to the URL (for example "http://example.com/foo.org") and use configuration data from that location.
The server-connection configiguration file format is documented at: http://wiki.mozilla.org/Thunderbird:Autoconfiguration:ConfigFileFormat.
Set the "mailnews.auto_config_url" preference (described above) to an empty string. This will prevent Thunderbird from contacting https://live.mozillamessaging.com/autoconfig/ (but it will still probe the host when the configuration isn't found).
If Thunderbird doesn't find configuration information, it tests for the existence of common defaults (such as "imap" and "pop" prefixes to the domain name and listeners on standard ports). If the defaults don't work, you must manually configure the account.
Still need help?
Help us improve this article. Submit additional feedback.