# This is a sample configuration file for Zot-Dispatch 2.0 # All values set in this configuration file are the defaults. # Blank lines are ignored. Lines beginning with a pound sign are ignored. # This file should be named zd.log and placed in the same directory as # Zot-Dispatch. If another name or location is desired, edit the source # for Zot-Dispatch and change the value of $zd_conf to the absloute location # of your configuration file. # written by Leonard Megliola III # 14 September 1995 # For information on configuring Zot-Dispatch, see # http://www.oac.uci.edu/X/W6/zd/2.0/ZD-2.0-Configure.html ########################################################################### # Default KILL_TIME is 120 seconds KILL_TIME 120 # There is no default ERRORS_TO e-mail address. Uncomment the following line # and change the e-mail address to the person who should receive error e-mail. # ERRORS_TO juser@someplace.somewhere # LIBWWW_PERL has no default value. If you have libwww-perl installed and # would like Zot-Dispatch to be able to retrieve templates via HTTP then # uncomment the following line and replace the directory listed with that in # which you have libwww-perl installed. You can find libwww-perl at: # http://www.ics.uci.edu/WebSoft/libwww-perl/ # or # ftp://liege.ics.uci.edu/pub/arcadia/libwww-perl/ # LIBWWW_PERL /absolute/path/to/libwww-perl # CGILIB has no default value. If not specified, Zot-Dispatch will not work # correctly. To set CGILIB, uncomment the following line and replace the # fake directory name with the absolute path to the directory in which # cgi-lib.pl can be found. # CGILIB /absolute/path/to/cgi-lib.pl/directory # Default HOSTNAME_PATH is /usr/ucb HOSTNAME_PATH /usr/ucb # Default MAIL is /usr/lib/sendmail MAIL /usr/lib/sendmail # Default DATE is /usr/bin/date DATE /usr/bin/date # Default HTTP_HOSTS is to allow all hosts order deny,allow allow all # Default MAIL_HOSTS is to allow all hosts order deny,allow allow all # There are no default ALIASES # Aliases can be specified as: # juser juser@someplace.somewhere # Default TRUNCATE is off TRUNCATE off # Default LOCAL_MAIL is enabled LOCAL_MAIL enabled # Default MAIL_LIMIT is 0 MAIL_LIMIT 0 # Default APPEND_LIMIT is 0 APPEND_LIMIT 0 # Default APPEND_FILES is to allow appending to all files. * # There are no default FILTER_PROGRAMS # Filter programs can be specified as: # symbolic_name = "/path/to/filter/program" # Default DOC_ROOT is / DOC_ROOT / # Default USER_DIR is public_html USER_DIR public_html # Default TEMP_DIR is /tmp TEMP_DIR /tmp # There is no default LOGFILE. If no LOGFILE is specified that functionality # will not be used. If you would like to specify a log file, uncomment the # following line and replace the fake log file name with the absolute path # to your Zot-Dispatch log file. # LOGFILE /absolute/path/to/zd/log/file # The default DEFAULT_SUBJECT is "Results from Zot-Dispatch" DEFAULT_SUBJECT "Results from Zot-Dispatch" # There are no default MACROs. Please see the configuration file documentation # for information about configuring macros.