Configuration utilities for administrators: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
(Working - ISP database)
Line 15: Line 15:
* [http://in-cider.spaces.live.com/blog/cns!1F17474AB1F2CE52!327.entry  ADMXPI for Thunderbird] adds Active Directory/group policy support for Thunderbird.
* [http://in-cider.spaces.live.com/blog/cns!1F17474AB1F2CE52!327.entry  ADMXPI for Thunderbird] adds Active Directory/group policy support for Thunderbird.


* [https://www.zettaserve.com/default.asp?catid=55 Zettaserve] has free .MSI packages for Thunderbird and Firefox. [http://www.frontmotion.com/ FrontMotion] has ones for both Firefox and a Firefox Community Edition that has the ability to lockdown settings through Active Directory using Administrative Templates. They don't have the latest versions, but seem to upgrade often enough that its not obsolete. The [http://sourceforge.net/project/showfiles.php?group_id=131575 Open Source MSI repository] sounds promising but it only has obsolete versions.  
* [https://www.zettaserve.com/default.asp?catid=55 Zettaserve] has free .MSI packages for Thunderbird and Firefox. [http://www.frontmotion.com/ FrontMotion] has ones for both Firefox and a Firefox Community Edition that has the ability to lockdown settings through Active Directory using Administrative Templates. They don't have the latest versions, but seem to upgrade often enough that its not obsolete. The [http://sourceforge.net/project/showfiles.php?group_id=131575 Open Source MSI repository] sounds promising but it only has obsolete versions.
 
* The account wizard was replaced in Thunderbird 3.0 with one that supports a [https://support.mozillamessaging.com/en-US/kb/ISP+Database ISP database], and tries to automate creating the account based on just the username, password and email address. The data can come from a central database maintained by Mozilla , a [https://wiki.mozilla.org/Thunderbird:Autoconfiguration:ConfigFileFormat configuration file] that it "discovers" in your domain, or use a '''mailnews.auto_config_url''' setting to specify what web page has that configuration file. This doesn't let you configure global settings or install add-ons like the other tools, its just a way to make it easier to add a pre-configured account. Its not clear yet whether the configuration file can be used to set account specific settings that aren't visible in tools -> account settings.


==Not ready yet==
==Not ready yet==

Revision as of 06:05, 11 September 2010

This article was written for Thunderbird but also applies to Mozilla Suite / SeaMonkey (though some menu sequences may differ).

Many of the tools used by system administrators to automate configuring and deploying Netscape for multiple users don't work with Thunderbird. This bug report talks about how A Brief Guide to Mozilla Preferences doesn't seem to work anymore. Some tools to consider:

Working

  • Mozilla AutoConfig (aka Mission Control) is a centralized auto-configuration of Mozilla Suite, Firefox, Thunderbird, and Netscape 4.X. It uses general.config.filename and general.config.vendor preferences in the all.js file in the greprefs subdirectory of the program directory. The <vendor>.cfg file can either contain the customized javascript to autoconfigure the application or it can direct the client to query a web server and download the preferences. Current versions of Thunderbird (1.5.0.8 as of this writing) and Firefox appear to fully support autoconfig. Autoconfig is extremely powerful and flexible since the javascript configure files can read environmental variables and make LDAP queries to retrieve user specific information for configuration. Through the lockPref and defaultPref functionality, administrators can also lock down configurations as needed.
  • Mozptch is a Mozilla project for configuring Mozilla Suite, Firefox and Thunderbird. It runs under Windows and Linux, can be run interactively or non-interactively and uses a ini-style configuration file.
  • Zettaserve has free .MSI packages for Thunderbird and Firefox. FrontMotion has ones for both Firefox and a Firefox Community Edition that has the ability to lockdown settings through Active Directory using Administrative Templates. They don't have the latest versions, but seem to upgrade often enough that its not obsolete. The Open Source MSI repository sounds promising but it only has obsolete versions.
  • The account wizard was replaced in Thunderbird 3.0 with one that supports a ISP database, and tries to automate creating the account based on just the username, password and email address. The data can come from a central database maintained by Mozilla , a configuration file that it "discovers" in your domain, or use a mailnews.auto_config_url setting to specify what web page has that configuration file. This doesn't let you configure global settings or install add-ons like the other tools, its just a way to make it easier to add a pre-configured account. Its not clear yet whether the configuration file can be used to set account specific settings that aren't visible in tools -> account settings.

Not ready yet

  • Automatic Mozilla Configurator is a Mozilla project (in beta) to customize and deploy Mozilla Suite, Firefox and Thunderbird for users whose home directory is on a file share. One of its main goals is to be able to lock preferences using a mozilla.cfg file that contains encoded javascript commands. That feature is not available for Thunderbird.
  • The Client Customization Kit (CCK) project is being revived according to this article. However the wiki currently just has a empty placeholder for Thunderbird.

Misc. Information

You can disable the Import wizard in Thunderbird from starting when there is no profile by adding

[XRE]
EnableProfileMigrator=false

to a file called "override.ini" in the program directory (C:\Program Files\Mozilla Thunderbird). [1]

Thunderbird 3 has a auto-setup database for the account wizard. You can flag one you think is wrong or submit a new configuration for review at Mozilla's ISP database site.

tb-enterprise is a mailing list to discuss deploying and configuring Thunderbird in enterprise environments.

See also

External links

A series of blog postings on Mozilla AutoConfig: