# File: Judas.cfg # Author: Angus McIntyre # Date: 26.08.2000 # Updated: 27.08.2000 # This is the configuration file for the 'Judas.pl' script, # available from . # # This file should consist of a list of lines of the form # # set setting value # # where 'setting' is one of the recognised settings names. # The settings are: # # setting type meaning # ----------- ------------------ ---------------------- # address a mail address mail recipient address # debug 1 or 0 debug on? # documentroot a path path to HTML root dir # gethost 1 or 0 look up hosts? # image a path path to the image # logfile a path path to log file # logformat a string what data to log # logsize an integer max log size in bytes # mailer a path which mailer to use # mailformat a string what data to mail # mode log/mail/log mail how to report # rolloversize an integer file size after roll # # The 'config' setting cannot be specified in a configuration # file (or at least it can be, but it will be ignored). # # Values in the configuration file will override the defaults and # any arguments passed by the user as part of the URL. # logfile # # Full path to the log file to which results should be written. set logfile /home/yourdomain/public_html/logs/JudasLog.txt # address # # Address to which any mail generated by the script should be sent. set address you@yourdomain.com # mode # # Mode in which the log runs. Possible values include 'none', 'log', # 'mail' and 'log mail'. set mode log # logformat # # String specifying which bits of information should be logged. set logformat thaBVOEupg # mailformat # # String specifying which bits of information should be mailed. set mailformat thaboupg # mailer # # Full path to mailer to use. set mailer /usr/lib/sendmail