home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / MISC / NETWORK / FSUU12R4.ZIP / INSTHELP.HLP (.txt) < prev    next >
Encoding:
Borland Turbo Vision Help  |  1991-10-25  |  9.4 KB  |  116 lines

  1. THelpTopic
  2.  FSUUCP 1.2 Release 4 Installer
  3. This is the installer for FSUUCP Version 1.2 Release 4. It will allow you to create the proper directory structure, unpack the ZIPs, move the support files to the proper directories, edit the support files, and set up directories for the systems you call and the users who will be using FSUUCP. 
  4. THelpTopic
  5.  Edit Systems Directories
  6. This function will allow interactive creation of system directories. It is currently under development and will be in the next version of the installer. 
  7. THelpTopic
  8.  Edit User Directories
  9. This function will allow interactive creation of user directories. It is currently under development and will be in the next version of the installer. 
  10. THelpTopic
  11.  Things Left To Do
  12. These are the things that you have left to do to get your FSUUCP system initially running. See the documentation for a more detailed description 
  13. THelpTopic
  14.  Set Up Base Paths and Data
  15.   Base
  16. The base directory is the directory where all executables are kept, and where the FSUUCP.CFG file goes. This is the directory that the FSUUCP environment variable should point to. 
  17.   Spool
  18. This is the base path for the spool directory. The spool directory holds the data and control files for mail and news that are waiting for transfer. See below for more information on the spool directory structure. 
  19.   Logfile
  20. This is the name for the UUCP logging file. FSUUCP generates log files that are even uglier than UNIX(tm) log files, but there is useful information in them for debugging purposes and feed testing. 
  21.   Libdir
  22. This is the base path for the LIB directory. Within LIB are the control files for UUCP and NEWS. See below for more information on the lib directory structure. 
  23.   Home
  24. This is the directory under which each user will have a home directory for storing a mailrc, sig, and newsrc file. You will have to create the individual user directories under it yourself) 
  25.   Pubdir
  26. This is the path name for the directory which holds all files that are neither mail nor news.  This path is being implemented for future use. 
  27.   News
  28. This is the base path for the Usenet news directory. All newsgroup storage areas are based off of this path. See below for more information on the news directory structure. 
  29.   Sysname
  30. "sysname" is the full domainized name of your site. If you do not have a domain name, use the same value as in logname, with the ".UUCP" psuedo-domain appended. 
  31.   Logname
  32. "logname" is the standard UUCP site name.  This is the name that other machines recognize your machine by. 
  33.   User
  34. This is the account name that should be used as the default user. 
  35.   Handle
  36. This is the handle name that should be used as the default. It is similar to the "USER" variable in UNIX(tm). 
  37.   Ramdisk
  38. If this optional field is placed in the fsuucp.cfg file, then all temporary storage will use the root directory of the drive specified. If no ramdisk is used, then temporary storage will use the path [spool]\uucp\tmp for all temporary files. Enter only the single letter of the ramdisk. 
  39. THelpTopic
  40.  FSUUCP.CFG File
  41. This file controls execution of FSUUCP. Lines consist of a control variable and a value, seperated by whitespace (space or tab). This file will be created and set up by the installer.  After creating this file, the installer will place it in the base directory, along with the rest of the executables. 
  42. THelpTopic
  43.  Systems file ([libdir]\uucp\systems)
  44. The systems file controls how FSUUCP logs into the remote system. Think of it as a basic login script processor. 
  45. Here is a sample systems entry. Note that this is one complete line. For the sake of this documentation, it has been broken up, but in the systems file, it should be contiguous. 
  46. petunia Any Hayes 2400 ATDT5551212 "" <CR> TCP\s> set\sbinary\son TCP\s> c\scsl "" \r tion:\s petunia ogin: me ssword: itsmeagain 
  47. petunia: the system we are calling. This should be the same as the entries in the batcher.cfg and sys files. If a system does not appear here, you cannot send mail directly to it. 
  48. Any: The time you may call. Currently, timing is not implemented. Soon, FSUUCP will support calling systems at specific times. 
  49. Hayes: The dialer type. Currently, FSUUCP supports "hayes" and "direct" dialers. The hayes type assumes a hayes compatible modem. >
  50. 2400: the baud rate at which to set the communications port. 
  51. ATDT5551212: the string to dial. For a direct connection, you may substitute this for anything you need to wake the connection up. If nothing else, put in a return ("\r"). =
  52.  THE REST OF THE systems LINE
  53.  ----------------------------
  54. The rest of the systems line is a send/expect pair script. In this instance, "" means expect nothing, and send a carraige return sequence. The <CR> is unique to FSUUCP, it directs UUCICO to send a return once per second for 10 seconds until something is received from the remote site. The rest of the lines are just strings to expect from the remote site, and what to send when that string is seen. 
  55.  ESCAPE CODES
  56.  ------------
  57. The systems send/expect script processor understands some basic escape codes: 
  58.  \b    - send break
  59.  \r    - send return
  60.  \n    - send newline
  61.  \t    - send tab
  62.  \d    - flush line, delay 1 second
  63.  \s    - send space
  64.  \c    - do NOT send a return at the end of this line
  65.       (default is to do so) 
  66.  \\    - send a backslash
  67. There is more documentation in the distributed systems file. 
  68.  NOTE
  69.  ----
  70. Editing an systems entry to work is a long and sometimes VERY difficult process! No two system are alike, and it takes some getting used to and a bit of skill to get your systems entry to log you in correctly every time. This is probably where you'll spend the most time configuring FSUUCP. GOOD LUCK! 
  71. THelpTopic
  72.  News active file ([libdir]\news\active)
  73. This file contains information about all the newsgroups that your system knows about and cares to receive. Each newsgroup is on its own line with the following format: 
  74.  group lseq hseq post
  75.  eg: alt.bbs 0000000000 0000000000 y
  76.  where:
  77. "group" is the name of the newsgroup (eg. rec.arts.startrek.info) L
  78. "lseq" is a word containing the lowest message available in the newsgroup. M
  79. "hseq" is a word containing the highest message available in the newsgroup. 
  80. "post" is a character describing the post permissions for that newsgroup. "y" allows posting, "x" does not, "m" denotes a moderated newsgroup, in which case the distribution is replaced with the email address of the moderator. k
  81. These fields are maintained automatically by the RNEWS module, which is called by UUXQT and READ/POSTNEWS 
  82. THelpTopic
  83.  Batcher control file ([libdir]\news\batcher.cfg)
  84. This file controls the parameters for news batching. Documentation is found in the example batcher.cfg file provided. 
  85. THelpTopic
  86.  Distribution Defaults ([libdir]\news\dist)
  87. This file contains all valid distributions for Usenet News articles which will originate from your FSUUCP site. 
  88. THelpTopic
  89.  Expiration control file ([libdir]\news\explist)
  90. This file controls the expiration of Usenet News articles. Documentation is found in the example explist file provided. 
  91. THelpTopic
  92.  Header control file ([libdir]\news\headers)
  93. This file controls the displaying of headers within news.  The provided file is set up for a standard news configuration.  You may edit it to insert any headers you wish, however DO NOT delete any of the preexisting headers or else news will crash.  Further documentation is included in the file. 
  94. THelpTopic
  95.  Moderation Recording ([libdir]\news\modrecdg)
  96. This file contains a message to send to the user if s/he tries to post to a moderated newsgroup. 
  97. THelpTopic
  98.  Sys file ([libdir]\news\sys)
  99. Examples and documentation for this file are included as a sample sys file. 
  100. THelpTopic
  101.  Windows
  102. Perform actions on the open edit windows 
  103. THelpTopic
  104.  Windows
  105. Perform actions on the open edit windows 
  106. THelpTopic
  107.  Edit Files
  108. Options in this menu allow you to edit control and configuration files needed for FSUUCP. 
  109. THelpTopic
  110.  Edit Systems Directories
  111. This function will allow interactive creation of system directories. It is currently under development and will be in the next version of the installer. 
  112. THelpTopic
  113.  Edit User Directories
  114. This function will allow interactive creation of user directories. It is currently under development and will be in the next version of the installer. 
  115. THelpIndex
  116.