# The AreaFix's main config file

#
# Log detail level
# 0 - errors only
# 1 - + names of users and miscellaneous warnings and security notices
# 2 - + command reports
# 3 - + 1st debug level
# 4 - + 2nd
# 5 - + 3rd
#
LogLevel	5

#####
## General info
#####

#
# The name of the sysop of your station :)
#
SysOp Evgenii Bartashevich

#
# Your own address in domain style
#
Address f595.n5030.z2.fidonet.org

#
# The name that will be placed in To: field of areafix's reply.
# Do not set it to 'areafix' because it may cause robot-to-robot mailing
#
Robot_name AreaFix

#     - $N - echoname, $L - echolevel
#    !

Template 'EchoArea $N /tmp/dupebase/$N -0 -$ee -$l$L -p2:5030/999'

#####
## Path and file part -- use FULL pathnames
#####

#
# File containing your links' passwords
#
#LinksFile /etc/ifmail/areafix/links
LinksFile /home/evg/areafix/conf/links


#log file
log /tmp/areafix.log
#log /var/log/ifmail/areafix.log

#
# File to be mailed for %HELP command
#
HelpFile /home/evg/areafix/conf/help
#HelpFile /etc/ifmail/areafix/help
#HelpFile ./examples/help

# Areas file - FTN
#
AreaFile /home/evg/areafix/conf/areas.bbs
#AreaFile /etc/ifmail/areafix/areas.bbs

#
# Command to be used for mail delivering
# >foofile  -- overwrite file "foofile"
# >>foofile -- append to file "foofile"
# |fooprog  -- pipe to program "fooprog"
#
MailCommand >> /tmp/areafix.outmail
#MailCommand |/usr/sbin/sendmail -t


#####
## Miscellaneous parameters
#####

#
# Whether to forward unmatched '+' requests to your uplink (Yes|No)
#
Forward Yes

# Kill empty echoes ( has not links)

KillEmpty Yes

