# FileFix config file

# FileFix utilities directory
BinDir /usr/local/lib/ifmail/filefix

# Full path to utilities for recoding CP866 <-> koi8-r
# If you will not used Russian, set "/bin/cat".
KoiToAlt /usr/local/bin/koi82alt
AltToKoi /usr/local/bin/alt2koi8

# Full path to utility for recoding MS-DOS -> UNIX ("\r\n" -> "\n")
DosToUnix /usr/bin/fromdos

# Up- and downlinks' listing file
Users /usr/local/lib/ifmail/filefix/Users
DefGroup ABCD

# List of areas
Areas /usr/local/lib/ifmail/filefix/Areas

# Default description ( default - "Description missing" )
#DefDesc

# Fileechos list, format - "R50 fileecho list"
# See 'update_fechos' ( default - not used )
EchoList /usr/local/lib/ifmail/filefix/FELIST.*

# ifmail config path
IfConfig /usr/local/lib/ifmail/config

# Queue directory path -- evidently must be equal to the one
# in areaqueue's command line
Queue /usr/spool/ifmail/filefix/queue


# Log facility of syslogd to be used by FileFix
# see syslog(3) and syslog.conf(5)
# Note: syslogd must be started with option '-r'
LogFacility local0
LogFile /var/log/allfix/filefix.log
LogLevel 9

LockFile /tmp/filefix.lck

# Directory for tic's saving
# If full path is given, all tic's will go to single directory.
TicDir .tics

# 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.
DescDir .desc

# This program sould be started after autocreate new area.
# Arguments:
# program Area Save Group Path Full name of area
# where:
#	Area - Name of area
#       Save - Value of field "Save" in this area (-1 - default);
#	Group - Value of field "Group" in this area;
#	Path - Path for files in this area;
#	All next arguments - Name of new area.
#NewAreaExec /usr/local/lib/ifmail/addtofreq

# Time (in hours) to wait for file after tic is received
WaitFile 24

# Pathname to save bad files and tic's.
BadTic /tmp/badtic
BadFile /tmp/badtic

# Help file. Reply on %HELP
HelpFile /usr/local/lib/ifmail/filefix/help.txt

# How mail is to be sent. Future version will be controlled via mail.
# Let's say it will be named 2.x :)
MailCommand /usr/lib/sendmail -t

# To whom
MailTo postmaster

# From: field for mail without host.domain. Host.domain used "myfqdn"
# from ifmail config. Default is "Filefix-Robot"
RobotName Filefix-Robot

# Announces
SendAnnounce Yes
ANewsCommand /usr/lib/news/inews -h -S
ANewsgroups fido7.20.ROBOTS

# Flag file. Files are considered new if they're newer than this
#		file's mtime. If not defined, files with sticky bit 
#		are considered new.

#LastScan /files/filebase/fileecho/filefix.scan

