# gtic config file

# fido-address [required]
address 2:463/169

# bink-style inbound [required]
inbound /var/spool/ifmail/inb

# bink-style outbound [required]
# *** outbound config moved to domains file
# outbound /var/spool/ifmail/outb

# domains file [required]
domains_file /etc/gtic/domains

# mode for files in outbound [644]
# if directory in outbound is not exist, make it with dirmode(outbound_mode)
outbound_mode 644

# mode for files in fileechos [644]
# if directory of fileecho is not exist, make it with dirmode(file_mode)
# can be overriden by FileMode keyword in areas_file
file_mode 644

# users list file [required]
users_file /etc/gtic/users

# areas list file [required]
areas_file /etc/gtic/areas

# area groups configuration [NULL, disabled]
areagroups_config /etc/gtic/areagroups

# logfile [/dev/null], mode [600]
# set log_file_mode to zero for disable logging
log_file /var/log/gtic.log
log_file_mode 600

# lockfile, pipe for locking check  [/tmp/gtic.lck]
lock_file /tmp/gtic.lck

# Directory descriptions saving
# If full path is given, all *.desc's will go to one directory.
# default is directory where files themselfes will be stored. [.]
desc_dir .desc

# newfile-list path (can be overriden by Newfile keyword in areas-file)
# default is /dev/null (disable newfile-list)
# can be used in newarea_exec script [/dev/null]
default_newfile /tmp/gtic.newfile

# Time (in hours) to wait for file after tic is received [168, one week]
wait_file 168

# pathname to save bad files and tic's. [/tmp/badtic] [755]
bad_dir /tmp/badtic
bad_dir_mode 750

# Help file. Reply on %HELP [NULL]
help_file /etc/gtic/help

# external programm for file announce (text of message passed via stdin)
# comment for disable announcing ["", empty string disable announcing]
# popen()
announce_exec /usr/local/gtic/gtic.announce

# external program for creating a new area ($1=areaname, $2=linkname)
# comment for disable autocreating ["", empty string disable newarea_exec]
# execl()
newarea_exec /usr/local/gtic/gtic.create_area

# external program for make an area manager response ($1=to_address)
# [NULL, disables response]
# popen()
response_exec /usr/sbin/sendmail -f$msg_from root

# always toss badtic directory - yes/no [yes]
toss_badtic yes

# From: field for area manager reply (used as environment variable
# for external programs (announcing, create area, etc)) [root]
msg_from root

# try make hardlinks for output files instead write absolute path names to xlo
make_hardlinks yes

# if yes, add point links to SEENBY keyword [no]
add_point_seenby no

# group for new area (used from gtic.create_area) ["", disabled]
newarea_group public

# base path for creating new areas (used from gtic.create_area)
# [/tmp]
basepath /tmp

# To: field for new areas annonuce, area manager response etc. [root]
msg_to root

# URL path to ftp's /pub
# [NULL, disable announce URL]
#pub_url               ftp://localhost/pub/fido/fileechos

# Path to ftp's /pub catalog (for matching when announcing URL)
# [NULL, disable announce URL]
#pub_path      /home/ftp/pub

