home *** CD-ROM | disk | FTP | other *** search
/ Amiga Times / AmigaTimes.iso / programme / trionbbs110 / Trion / docs / 14_Fidonet_features.doc < prev    next >
Encoding:
Text File  |  1998-10-06  |  5.4 KB  |  173 lines

  1.  
  2.  
  3.   Introduction
  4.   ------------
  5.  
  6.    To be able to take part in mail nets like fido net you need a
  7.    number of extra configuration files besides the mailareas.cfg.
  8.    This chapter describes how to configure and how to make it
  9.    work.
  10.  
  11.  
  12.    configuration files
  13.    -------------------
  14.  
  15.    The following configs are needed for mail transfers.
  16.  
  17.  
  18.    AKA.config             <- All your 'NodeNumbers' for mail transfers.
  19.    Archive.cfg            <- How the mail processor uses archivers.
  20.    nodelist.cfg           <- List with the nodelists to use.
  21.    origin.list            <- for 'origin lines' in echomail.
  22.    mail.cfg               <- Export list with Message Areas.
  23.    mail.names             <- To find a nodenumber with a username.
  24.    route.cfg              <- Netmail route config.
  25.    systems.cfg            <- Passwords for mail exchange.
  26.    taglines.data          <- List of taglines for messages.
  27.  
  28.  
  29.    AKA.config
  30.    ----------
  31.  
  32.    This file contains a list of all nodenumbers (AKA's) of your system.
  33.    They are stored here to be used by the mailer for EMSI connections.
  34.    place every nodenumber on a separate line.
  35.  
  36.  
  37.    Archive.cfg
  38.    -----------
  39.  
  40.    This file contains information on how to extract packets from
  41.    archives and how to add packets to archives.
  42.    It is used by the mail processor for archiving and extracting mail.
  43.  
  44.  
  45.    nodelist.cfg
  46.    ------------
  47.  
  48.    This file contains a list of the node and point lists that
  49.    are used by the BBS, also they contain a little information
  50.    on how to translate phone numbers.
  51.  
  52.    Note that a (Trion) pointlist has a different format as a
  53.    nodelist, a pointlist has no hierarchic structure but only
  54.    lines like:
  55.  
  56.    Point,14:103/300.1,BBS_Name,City,Name,Tel_Number,baud,flags
  57.  
  58.    Where the "Point," field is fixed but all other fields has
  59.    to be edited with the information of the node/point.
  60.    "14:103/300.1" is a demonstration point number and also
  61.    has to be replaced. You can add all nodes and points that
  62.    are not in a nodelist to the pointlist, so you can also
  63.    add the number of your boss and you don't need a nodelist
  64.    note that you have to use the word "Point" in the first
  65.    field.
  66.  
  67.  
  68.    origin.list
  69.    -----------
  70.  
  71.    This file contains a list of origins which are placed
  72.    random under echomail messages.
  73.  
  74.  
  75.    mail.cfg
  76.    --------
  77.  
  78.    This file contains the nodenumber that echomail should be
  79.    send to for each echomail section. Note that you
  80.    can use the GUI program MailEd to change the file, so you
  81.    don't have to type all information by hand.
  82.    Note that the areafix program also changes this file.
  83.  
  84.  
  85.    mail.names
  86.    ----------
  87.  
  88.    This is a small lookup file with names and nodenumbers of
  89.    persons you write netmail to often.
  90.    You only have to type the name, and the program will search
  91.    for the nodenumber here.
  92.  
  93.  
  94.    route.cfg
  95.    ---------
  96.  
  97.    Routing:
  98.  
  99.    If a netmail message has to be send out and there wasn't typed
  100.    a route address while editing the message the system checks in
  101.    the route.cfg if there is a node number to send it to.
  102.  
  103.    When checking the route.cfg it is noted if the found route node
  104.    is an exact match or a matching wildcard, this is important for
  105.    the route function.
  106.  
  107.    If the netmail message is for a node, it just gets routed with
  108.    a matching entry or matching wildcard in the Route.cfg.
  109.  
  110.    If the netmail message is for a point, first it checks if there
  111.    is an exact routing match in the route.cfg, if there isn't
  112.    it checks if the message is for a point from this system, if it
  113.    is it is send directly. If there still is no route it will first
  114.    check if the boss is in the Route.cfg .. and if that's a negative
  115.    it will check if there was a matching wildcard found when checking if
  116.    there was an exact route match for this point number.
  117.  
  118.    With this system you don't have to have any points in your
  119.    route.cfg , it is al done automatically for your points.
  120.    But if you place one of your points in the route.cfg you can
  121.    route the netmail for that point through other systems.
  122.    All netmail for points who are not yours are routed to
  123.    their boss, or themselfs or the best wildcard match.
  124.  
  125.  
  126.    systems.cfg
  127.    -----------
  128.  
  129.    This file contains passwords and archive methode for each
  130.    nodenumber. This is used for archiving mail and making
  131.    mailer calls.
  132.  
  133.  
  134.    taglines.data
  135.    -------------
  136.  
  137.    In the taglines.data config you can place taglines that can
  138.    be selected when writing messages.
  139.  
  140.    Note that the format of the data file are single lines of less
  141.    than 80 characters, so it selects taglines not paragraphs.
  142.    Which migth be an option for a next version but I don't know
  143.    if BIG taglines are apreciated by everyone who has to read them :)
  144.  
  145.    Note that empty lines or lines beginning with a ';' are skipped.
  146.  
  147.  
  148.   Scripts
  149.   ------- 
  150.  
  151.    To automate the mail packing and unpacking scripts are very
  152.    usefull.
  153.    A script ("Trion:scripts/mail") is provided to do all the
  154.    packing and unpacking and processing tick files and
  155.    areafix messages.
  156.  
  157.    You can start the mail script with the hotkey combination
  158.    right-Amiga and Escape after you have written a message
  159.    but it is more practical to let the mail script be
  160.    started by other scripts.
  161.  
  162.    There are the logout.X scripts that are started after someone
  163.    logged out on node X.
  164.  
  165.    There are incoming.X scripts that are started after node X is
  166.    called by a mailer.
  167.  
  168.    There are outgoing.X scripts that are started after node X has
  169.    made a succesfull mail call.
  170.  
  171.  
  172.  
  173.