# The AreaFix's main config file

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

#
# The name of the sysop of your station :)
#
SysOp Alexey Kshnyakin

#
# Your own address in domain style
#
Address f118.n5020.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 areafix-service

#
# Your uplink's areafix name
#
UpLink_Robot AreaFix

#
# Your uplink's address in domain style
#
UpLink_Address f400.n5020.z2.fidonet.org

#
# Your password for the uplink's robot
#
UpLink_Password 118vs400

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

#
# Queue directory path -- evidently must be equal to the one
# in areaqueue's command line
#
Queue /staff/fnet/areafix/areafix/queue

#
# File containing your links' passwords
#
PasswdFile /usr/lib/ifmail/areafix/config/passwords

#
# File to be mailed for %HELP command
#
HelpFile /staff/fnet/areafix/areafix/config/help

#
# INN's $NEWSLIB/newsfeeds
#
NewsFeeds /staff/fnet/areafix/areafix/news/newsfeeds

#
# Passive newsfeeds - newsfeeds of passive links are placed here
#
Passive_NewsFeeds /staff/fnet/areafix/areafix/news/newsfeeds.passive

#
# Output newdsfeeds file. Usually is equal to NewsFeeds, 
# but you may supply a different one for debugging purposes
#
OutNewsFeeds /staff/fnet/areafix/areafix/news/newsfeeds.out

#
# INN's $NEWSLIB/newsgroups
#
NewsGroups /staff/fnet/areafix/areafix/news/newsgroups

#
# INN's $NEWSLIB/active
#
Active /staff/fnet/areafix/areafix/news/active

#
# ifmail's Areas file
#
Echo2News /etc/ifmail/Areas

#
# File containing restricted echoes. See it for descriptions
#
RestEcho /staff/fnet/areafix/areafix/config/restricted

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

#
# Command to be used for INN's newsfeeds reloading
#
#ReloadCommand /usr/local/news/bin/ctlinnd reload newsfeeds "Areafix request"
ReloadCommand /dev/null

#
# Semaphore file used to make sure that there is exactly one instance
# of the areafix at a time
#
Semaphore /staff/fnet/areafix/areafix/tmp/areafix.semaphore

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

#
# Description for the newsgroups that have no one in newsgroups file
#
DescrMissing Description missing

#
# "Log facility" of syslogd to be used by areafix
# (RTFM syslog(3) and syslog.conf(5))
#
LogFacility local1

#
# 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

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

#
# Command translation. User's command equal to the 1st parameter
# is substituted with the 2nd one.
# Its main purpose is shown by the example below
#

XlateCommand	+*	%+fido7.*
