##################################################################
# Nodes


# Links

# Define defaults for (up)links
LinkDefaults begin

# Maximum arcmail size in kb for this link.
ArcmailSize              400

# Maximum pkt size in kb for this link.
PktSize                  300

# allowEmptyPktPwd <off|secure|on>
# This statement allows packets with empty password from this link.
# 'secure' means that any packets from this link that are in protected
# inbound will be processed.
# 'on' is like 'secure' but packets that are in unprotected inbound will
# be processed too. Highly disrecommended.
# 'off' is default state when packets with empty password will not processed
allowEmptyPktPwd         secure

# Allows address in a header of message to areafix differ from
# address in a header of packet containing that message.
# Turn it 'on' only for specific links having problem with it.
allowPktAddrDiffer       off

# Packer for this link. See also 'packer' config file.
Packer                   zip

# 'Level' sets access level for links.
# It deals with -lr and -lw options in area definition.
# Bigger level means more rights.
# Generally levels used by separating areas in several groups like
#  1 hubs only
#  2 nodes only
#  3 all others
# and giving appropriate level to a link.
# This mechanism is quite linear, so don't try to implement with it
# anything more complicated than restricting all point from accesing
# sysop areas. It won't work. See 'ReadOnly' and 'WriteOnly' statements
# for more.
Level                    3000

# Another access control statement.
# It deals with -g option in area definition.
# For ordinary link it may be preferable to separate areas from
# different links to different groups to prevent unwanted loop creation.
# Also useful to separate fidonet and other ftn areas,
# local and public areas.
# See also 'PublicGroup' stetement.
AccessGrp                A

# Please check config for proper forwardrequest settings.
# It's useful feature but I'm not an expert in it.
ForwardRequests          on

# Both echoareas and fileareas will be created automatically
# on arriving packets or files from non-existing area.
# To enable/disable autocreation for fileareas and echoareas
# separately use AreafixAutoCreate and FilefixAutoCreate.
AutoCreate               on

# Name of areafix robot of defined link
areafixName              AreaFix

# This statement sets the flavour which outgoing echomails
# for link get.
EchomailFlavour          Direct

# When this statement is enabled messagebases are created with all
# dots in its names treated like path separators, e.g. basename for
# ru.husky will be '[FidoMailDir]\ru\husky'.
AutoAreaCreateSubdirs    off

# These are analogous to above but apply to fileareas (filefix).
filefixName              FileFix
FileEchoFlavour          Normal
AutoFileCreateSubdirs    off
LinkDefaults             end




# Example of uplink definition

# 'Link' statement begins definition and names a link
Link little green men

# 'Aka' is an ftn address of this link
Aka 2:9999/9999

# 'OurAka' is one of addresses of this system which will
# be used for communication with this link. For example it
# is used as 'from' address in areafix requests and 'from'
# address in header of pkt for this link.
OurAKA 2:5030/9999

# Main password for this link. See also pktpwd, ticpwd, areafixpwd,
# filefixpwd, bbspwd and sessionpwd statements.
# I hope you aren't stupid enough to keep this string unchanged.
Password strgpswd

# Same format as EchoAreaDefaults.
# Is represents options for autocreated echoareas.
AreafixAutoCreateDefaults -b Jam -g A -a 2:5030/9999 -dupeCheck move -tinysb -lr 1000 -lw 2000

# This statement define a file where description of autocreated areas
# from this link are written.
AreafixAutoCreateFile    [FidoHPTDir]\areasfrom_9999_9999

# These are analogous to above but apply to fileareas.
filefixAutoCreateDefaults -g A
FilefixAutoCreateFile    [FidoHPTDir]\fileareasfrom_9999_9999




# Points

LinkDefaults begin

ArcmailSize              400
PktSize                  300
allowEmptyPktPwd         secure
allowPktAddrDiffer       off
Packer                   zip

# Set this to the value less than one for uplinks. Thus you can easily
# restrict all points from writing to some areas by manually change -lw
# option in area definition to the value between uplink's Level and points'
# Level.
Level                    2500

# Points have access to areas from uplink and to local areas.
AccessGrp                A,L
ForwardRequests          off
AutoCreate               off
areafixName              AreaFix
EchomailFlavour          Normal
AutoAreaCreateSubdirs    off
filefixName              FileFix
FileEchoFlavour          Hold
AutoFileCreateSubdirs    off
LinkDefaults             end



# Example of point definition

Link Lost Mountaineer 1

Aka 2:5030/9999.1
OurAKA 2:5030/9999
Password *****



Link Lost Mountaineer 2

Aka 2:5030/9999.2
OurAKA 2:5030/9999
Password *****

# It's easy, isn' it? :)
