TMDA Configuration Files

TMDA is configured with a global file (located at /etc/tmdarc) and local files for each user (generally located at ~user/.tmda/config).

The contents of these files is described in depth on the TMDA Configuration Variables web page. tmda-cgi specific variables are the variables beginning with "CGI_". The definitions of these are also listed below, for your convenience.

CGI_SETTINGS
CGI_URL

CGI_SETTINGS

Filename for saving various tmda-cgi settings. This filename can include a full path, otherwise it is relative the user's config file. No error will be reported if this file does not exist.

Example:
CGI_SETTINGS = "/home/jim/.tmda/MyCGISettings"

Default is "tmda-cgi.ini".

CGI_URL

Absolute URL of your tmda-cgi installation.

Example:
CGI_URL = "http://www.domain.dom/cgi-bin/tmda.cgi"

No default.