home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / FETORA02.ARJ / FETORA.DOC next >
Encoding:
Text File  |  1994-10-25  |  10.4 KB  |  359 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.                         FF   EE     toto  RR     AA
  12.                          ast cho       emote ccess
  13.  
  14.  
  15.         FastEcho Areaconfiguration to RemoteAccess Messageconfiguration
  16.             (c) Copyright 1994 by Joedel
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.         FastEcho (c) by Software Technik Burchhardt
  51.         Remote Access (c) by Wantree Development & Andrew Millner
  52.  
  53.  
  54.                                                                     Page 1
  55.  
  56.  
  57.    HHooww ttoo uussee
  58.    --------------------
  59.  
  60.         First of all, create a configuration file named MAIN.CFG. Each line
  61.         of this file may consist of one of the following items:
  62.  
  63.            ;<remark>
  64.  
  65.                 a remark which is not recognized at run-time. You should
  66.                 use it to comment your configuration file.
  67.  
  68.            <empty line>
  69.  
  70.                 an empty line - nothing more
  71.  
  72.            keyword
  73.  
  74.                 a keyword - for a complete list look at the end of this
  75.                 paragraph (or documentation? ;))
  76.  
  77.  
  78.  
  79.    KKeeyywwoorrddss::
  80.    ----------------
  81.  
  82.         [global]
  83.            starts the global configuration part
  84.  
  85.         RAPath
  86.            Path to the RemoteAccess configuration files. e.g.
  87.            RAPath="C:\RA". A trailing backslash is optional.
  88.  
  89.         FEPath
  90.            Path to FASTECHO.CFG. e.g. FEPATH="C:\RA\FASTECHO". A trailing
  91.            backslash is optional.
  92.  
  93.         FEGroup
  94.            Set to YES, if the FastEcho group definition should be used to
  95.            create RemoteAccess groupdefinitions. If set to NO, no
  96.            groupdefinitions will be created - you have to create them
  97.            manually or create them in another setup-block (see below).
  98.            E.g. FEGroup=Yes
  99.  
  100.         SortAreas
  101.            If set to YES, the JAM-Areas defined in the FastEcho
  102.            configuration will be sorted alphabetically. If set to NO, the
  103.            JAM-Areas will be sorted as defined in FESetup. E.g.
  104.            SortGroups=YES
  105.  
  106.         UseFEOrigin
  107.            Set to YES, if the Originlines defined in FESetup should be
  108.            transported into the RemmoteAcces setup. If set to NO, you have
  109.            to create your own Origins or use another setup-block to do so
  110.            (see below). E.g. UseFEOrigin=YES
  111.  
  112.  
  113.                                                                 Page 2
  114.  
  115.         UseDescription
  116.            If set to YES, FE to RA copies the description rather than the
  117.            area-name in the RA message file.
  118.  
  119.         FEaka
  120.            If set to YES, the AKA (also known as) information of FastEcho
  121.            is used to configure RemoteAccess. If set to NO, the
  122.            RemoteAccess MainAKA is used instead. E.g. FEaka=YES
  123.  
  124.         WriteSecurity
  125.         ReadSecurity
  126.         SysopSecurity
  127.            These keywords define the different security options in the
  128.            RemoteAccess setup. If you do not use these keywords, the values
  129.            will be set to 0. E.g. WriteSecurity=2
  130.  
  131.         WriteFlags
  132.         ReadFlags
  133.         SysopFlags
  134.            These keywords define the different flag options. If you use
  135.            these keywords, you have to use the following format:
  136.               <flagtype>=<bit7..bit0 of flag A>,<bit7..bit0 of flag B>,
  137.                          <bit7..bit0 of flag C>,<bit7..bit0 of flag D>
  138.            e.g. ReadFlags=xx----x-,---o----,--------,--------
  139.            where x means flag have to be set, o: flag must not be set and
  140.            -: flag is insignificant
  141.  
  142.         MailType
  143.            This keyword could be set to 4 different values:
  144.               FastEcho: use the FastEcho type definition
  145.               EchoMail: set to EchoMail
  146.               NetMail : set to NetMail
  147.               Local   : set to LocalMail
  148.            If this keyword is not used, FastEcho mailtype will be the
  149.            standard value.
  150.  
  151.  
  152.         [groups]
  153.            Starts the next setup section. In this section you can use the
  154.            following [global] commands (see above).
  155.               SortAreas
  156.               UseFEOrigin
  157.               FEaka
  158.               WriteSecurity
  159.               ReadSecurity
  160.               SysopSecurity
  161.               WriteFlags
  162.               ReadFlags
  163.               SysopFlags
  164.               MailType
  165.  
  166.            Every command in this section overwrites the [global] values
  167.            for the given group.
  168.            This section is divided into several subsections starting with a
  169.            Group command (see below) and ending with the next Group command
  170.            or a new setup section.
  171.  
  172.  
  173.                                                                 Page 3
  174.  
  175.         Group
  176.            Sets the group the following commands are attached to. Values
  177.            must be in the range from 'A' to 'Z'. E.g. Group=A
  178.  
  179.         RAaka
  180.            Sets a special AKA for this group. You have to enter the AKA
  181.            number as specified in RASetup. 0 is the Main-AKA, 1..9 are the
  182.            sub-AKAs. E.g. RAaka=3
  183.  
  184.         RAGroup
  185.            Specifies a different RemoteAccess groupnumber for this FastEcho
  186.            group. Values may reach from 1 to 64000. E.g. RAGroup=10
  187.  
  188.         AreaStart
  189.            Specifies the first RemoteAccess areanumber, this group should
  190.            start from. This command is only defined for JAM-Areas. E.g.
  191.            AreaStart=450
  192.  
  193.         The following commands give you access to the RemoteAccess Setup
  194.         options (given in brackets). For further details refer to your
  195.         RemoteAccess manual.
  196.  
  197.         Mailstatus (status)
  198.            Values:
  199.               Both (pvt/pub)
  200.               Private (private)
  201.               Public (public)
  202.               ROnly (read-only)
  203.               NoReply (no-reply)
  204.  
  205.         Users (users)
  206.            Values:
  207.               Name (real names only)
  208.               Handle (force an alias)
  209.               Both (pick an alias)
  210.  
  211.         DaysOld (days old)
  212.            Values: 0..255, standard 255
  213.  
  214.         DaysRcvd (days rcvd)
  215.            Values: 0..255, standard 255
  216.  
  217.         MaxMsgs (max msgs)
  218.            Values: 0..65535, standard 65535
  219.  
  220.         Echoinfo (echoinfo)
  221.            Values: Yes/No, standard Yes
  222.  
  223.         Combined (combined)
  224.            Values: Yes/No, standard Yes
  225.  
  226.         Attaches (attaches)
  227.            Values: Yes/No, standard No
  228.  
  229.         SoftCRs (softcrs)
  230.            Values: Yes/No, standard No
  231.  
  232.         Deletes (deletes)
  233.            Values: Yes/No, standard No
  234.  
  235.  
  236.                                                                 Page 4
  237.  
  238.         Age (age)
  239.            Values: 0..255, standard 0
  240.  
  241.         AltGroup1 (altgroup1)
  242.            Values: 0..64000, standard 0
  243.  
  244.         AltGroup2 (altgroup2)
  245.            Values: 0..64000, standard 0
  246.  
  247.         AltGroup3 (altgroup3)
  248.            Values: 0..64000, standard 0
  249.  
  250.         AllGroups (allgroups)
  251.            Values: Yes/No, standard No
  252.  
  253.  
  254.         [areas] {+ only in registered version!}
  255.            Starts another setup section. Here you can define values for a
  256.            special area given by name. You could use the following
  257.            commands from the [global] section (see above):
  258.               UseFEOrigin
  259.               FEaka
  260.               WriteSecurity
  261.               ReadSecurity
  262.               SysopSecurity
  263.               WriteFlags
  264.               ReadFlags
  265.               SysopFlags
  266.               MailType
  267.  
  268.            The following commands from the [groups] section may also be
  269.            used (see above):
  270.               Mailstatus
  271.               Users
  272.               DaysOld
  273.               DaysRcvd
  274.               MaxMsgs
  275.               Echoinfo
  276.               Combined
  277.               Attaches
  278.               SoftCRs
  279.               Deletes
  280.               RAaka
  281.               Age
  282.               AltGroup1..3
  283.               AllGroups
  284.  
  285.            Every command in this section overwrites the [global] or [groups]
  286.            values for the given area.
  287.            This section is divided into several subsections starting with a
  288.            AreaTag command (see below) and ending with the next AreaTag
  289.            command or a new setup section.
  290.            Please note: the [areas] command in available in registered
  291.            versions only! see below.
  292.  
  293.         AreaTag
  294.            Specifies the Area the following commands are attached to. You
  295.            must not use wildcards like * or ?. Do not place the areaname
  296.            between "s. E.g. AreaTag=badmail
  297.  
  298.  
  299.                                                                 Page 5
  300.  
  301.         RAGroup
  302.            Connect this area to a special RemoteAccess group (see above for
  303.            further details).
  304.  
  305.         Areanumber
  306.            Specifies a special areanumber for the given area. Only defined
  307.            for JAM-Areas. E.g. Areanumber=254
  308.         Origin
  309.            Gives an origin for the given group. Please do not use any
  310.            semicolons in the originline. E.g. Origin="C-W-G Stolberg - the
  311.            one and only"
  312.  
  313.  
  314.         [ra]
  315.            Starts the last setup section. In this section you can directly
  316.            access the RemoteAccess setup. After every command you have to
  317.            place a number from 1 to 64000 to specify the groupnumber you
  318.            want to access
  319.  
  320.         GroupName?
  321.            Sets the name of the given RemoteAccess group. E.g.
  322.            Groupname27="FIDO areas" sets the name of the RemoteAccess group
  323.            27 to <FIDO areas>.
  324.  
  325.         GroupSecurity?
  326.            Sets the security for the given group. E.g. GroupSecurity27=100
  327.  
  328.         GroupFlags?
  329.            Sets the flag information for the given group. Detailed
  330.            information in the [global] section.
  331.  
  332.  
  333.                                                                 Page 6
  334.  
  335.    HHooww ttoo rreeggiisstteerr
  336.    ------------------------------
  337.  
  338.         Quite simple. Send a fancy little donation to the following address
  339.         with the following information:
  340.  
  341.            Your whole RACONFIG-SITEINFO entries (boxname, sysopname,
  342.            location). Please note that these information must be
  343.            case-sensitive!
  344.  
  345.         My address:
  346.  
  347.            Joerg Linden
  348.            Schuhmacherstr. 7
  349.            52062 Aachen
  350.            Germany
  351.  
  352.         For questions use the following E-Mail addresses:
  353.  
  354.            Joerg Linden@2:2452/158.509@fidonet.org
  355.  
  356.            Joedel@cwg.fido.de
  357.            Joedel@pool.informatik.rwth-aachen.de
  358.  
  359.