home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 September / WIN95_09961.iso / mailsrv / MCOACH.ZIP / FXUCI1.ZI_ / FXUCI1.ZI / FXCONFIG.REF next >
Text File  |  1994-09-25  |  8KB  |  254 lines

  1. #
  2. # Configuration file reference for FX Uucico 1.0
  3. #
  4. # All available options are included in this sample, they show
  5. # default values, or typicial setting. Entries are sorted by
  6. # alphabetical order. Some of them are used by other Waffle
  7. # programs. Options not recognized by FX Uucico are not listed. 
  8. #
  9. # Note : this is a full reference, not a typical example.
  10.  
  11. # The actual content is not relevant to FX Uucico. It only changes the
  12. # default sharing behaviour. See sharing and networking.
  13.  
  14. channel : 6
  15.  
  16. # Comm port number, this entry is mandatory
  17.  
  18. device : 2
  19.  
  20. # Specify the comm driver, FOSSIL, NATIVE or DIGI. If not present,
  21. # Uucico will use FOSSIL if autodetected, NATIVE otherwise.
  22.  
  23. driver : FOSSIL
  24.  
  25. # Baud rate or bps speed. Mandatory entry
  26.  
  27. speed : 2400
  28.  
  29. # Base directory of the spool tree. Mandatory entry.
  30.  
  31. spool : D:\spool
  32.  
  33. # Directory for placing temporary files. Only used by the sharing module.
  34. # You may put it in a Ramdisk if you have enough space.
  35.  
  36. temporary : c:\temp
  37.  
  38. # Your machine name, this is how your host is identified by your neighbours
  39. # It must match their 'systems' (or equivalent) entries. Mandatory entry.
  40.  
  41. uucpname : laser
  42.  
  43. # Root directory. Sets the default parent for the log and uucp subdirs.
  44. # If not present, FX assumes a single directory (no tree) by default.
  45.  
  46. waffle : c:\waffle
  47.  
  48. # Fatal timeout in seconds in the 'g' family of protocols. Uucico will close
  49. # the connection when the remote host is idle for a longer time.
  50.  
  51. uu.alive : 90
  52.  
  53. # Pause time in seconds between calls to two different hosts.
  54.  
  55. uu.between : 10
  56.  
  57. # Debuglevel for the 'uucico' and 'debug' logs.
  58.  
  59. uu.debug : 3
  60.  
  61. # Packet retry timeout in the 'g' and 'G' protocols. This is not a fatal
  62. # timeout as uu.alive. Uucico retries sending packets after uu.delay
  63. # seconds without remote acknowledge. This is a critical setting for
  64. # noisy lines. Too low will result in too much retries, too high will
  65. # leave the connection idle for long periods and the remote host may
  66. # abort.
  67.  
  68. uu.delay : 20
  69.  
  70. # Overrides 'driver' entry. Usefull for using different drivers for Waffle
  71. # and uucico.
  72.  
  73. uu.driver : NATIVE
  74.  
  75. # Getting one of those strings will abort script execution. Note that
  76. # underscores must be used instead of spaces. Setting the wQuirks option
  77. # off, disable watching for those string in the login script, they are then
  78. # only effective in the dialer script.
  79.  
  80. uu.drops : NO_CARRIER NO_DIALTONE BUSY ERROR
  81.  
  82. # Maximum number of errors allowed in the 'g' family of protocols.
  83. # See also fx.errorRatio.
  84.  
  85. uu.errors : 200
  86.  
  87. # Grade level in dialout mode. Jobs with lower priorities will be skipped.
  88. # The default is to transmit all jobs.
  89.  
  90. uu.grade : C
  91.  
  92. # Timeout in seconds waiting for the initial uucp messages.
  93.  
  94. uu.handshake : 30
  95.  
  96. # Locked DTE speed. Normally used on high speed 'buffering' modems with
  97. # a constant DTE speed, independent on the actual carrier speed. When
  98. # this option is specified, the normal speed configuration is not used.
  99.  
  100. uu.locked : 57600
  101.  
  102. # Number of retries for dialout calls.
  103.  
  104. uu.retries : 1
  105.  
  106. # Delay pause in seconds between two different entries for the same host
  107.  
  108. uu.retrytime : 10
  109.  
  110. # Timeout in seconds for scripts execution.
  111.  
  112. uu.time : 30
  113.  
  114. # Debuglevel for messages outputed to the screen.
  115.  
  116. uu.visual : 3
  117.  
  118. # Window size for the 'g' familiy of protocols.
  119.  
  120. uu.windows : 7
  121.  
  122. # Save backups of old jobs in the directory 'spool\lost'. Boolean.
  123. # Note, backups are never made when file restart is active!
  124.  
  125. fx.backup : yes
  126.  
  127. # Directory location for all uucp config files besides STATIC.
  128.  
  129. fx.confDir : c:\waffle\uucp
  130.  
  131. # When enabled, FX will perform its own double buffering of the external
  132. # comm drivers. This is requiered for some non-standard Fossils (for ISDN,
  133. # intelligent boards, etc). May be also used to overcome the driver's
  134. # buffer limit. Will add some overhead.
  135.  
  136. fx.dblBuffer : no
  137.  
  138. # Directory location to write the 'debug' log. Overrides 'fx.logdir'
  139.  
  140. fx.debugDir : h:\temp
  141.  
  142. # Maximum errors to packets ratio. Similar to 'uu.errors' but instead
  143. # of being an absolute limit, is proportional to the traffic.
  144. # A value of 10, means that the session will be aborted if there are more
  145. # than 10% errors (in relation to correct packets). FX starts checking the
  146. # ratio, only after the errors are more than twice the absolute value
  147. # of this setting (20, if fx.errorRatio is 10).
  148. # Defaults to zero, not used.
  149.  
  150. fx.errorRatio : 0
  151.  
  152. # Selects new munging method. Boolean option, default false.
  153. # Warning, can't be used if uuxqt (or your tosser) doesn't support it.
  154.  
  155. fx.nmunge : false
  156.  
  157. # Minimum free space in bytes required on the spool drive. 
  158. # Default, do not check for free space.
  159.  
  160. fx.freeSpace : 500000
  161.  
  162. # Packet size for the 'g' and 'G' protocols.
  163.  
  164. fx.gPktSize : 64
  165.  
  166. # Number of seconds to wait for the modem to drop the carrier detect signal
  167. # when hanging up. Default is 0, drop DTR signal and exits immediately.
  168.  
  169. fx.hangupTime : 0
  170.  
  171. # See PERMITS. Boolean option, default is off.
  172.  
  173. fx.joinDefPermit : no
  174.  
  175. # Directory location for writing the log files.
  176.  
  177. fx.logDir : c:\waffle\admin
  178.  
  179. # Maximum file size in bytes allowed in transmission. Default is 32 MegaBytes.
  180.  
  181. fx.maxFile : 1000000
  182.  
  183. # Unless disabled, FX will release time-slice by default when running
  184. # under DesqView, Windows or other environments with a compatible release
  185. # time-slice interface (os/2, WinNT, etc). See the multitask chapter for
  186. # more info. Boolean option, defaults to true.
  187.  
  188. fx.multitask : yes
  189.  
  190. # Maximum age of the file in days for resuming file transfer. If the file
  191. # is older, it will be overwritten. This applies for incoming files only.
  192. # Default 0, don't check age.
  193.  
  194. fx.resumeAge : 0
  195.  
  196. # The presence of this option enagages basic configuration mode (that's why
  197. # it's commented out here). See the configuration chapter for full details.
  198.  
  199. #fx.rSystem : host   time protocol    script
  200.  
  201. # Delay (in 100ths of a second) between each byte sent to the port when
  202. # executing scripts. The default is 0 (no delay). This will speed script
  203. # execution as most systems do not need any delay. Some old modems (1200 bps)
  204. # may need a very short one, a value of 10 (1/10th second) is usually enough.
  205. # See also "echo check".
  206.  
  207. fx.scriptPace : 10
  208.  
  209. # Enables FX networking features. Default depends on the presence of
  210. # the 'channel' variable. On if present, off otherwise.
  211.  
  212. fx.share : no
  213.  
  214. # Number of jobs to scan and sort before selecting the next transaction.
  215. # The sort is done in ASCII order, low values first, this allows for jobs
  216. # to be sent by grade and chronological order. Normally not needed for non
  217. # multitasking and non-graded systems, because the jobs would be already
  218. # ordered. High values may affect performance.
  219. # Default is 0, use the first job returned by the operating system.
  220.  
  221. fx.sortJobs : 0
  222.  
  223. # Fatal timeout in seconds for the streaming protocols, ('f' and 'y').
  224. fx.streamTime : 30
  225.  
  226. # Some uucp implementations expect a redudant hang-up command, before
  227. # closing the connection. Turn on this switch if the remote host complains
  228. # that all the session are logged as failed. Leaving this option disabled
  229. # for those cases, will not produce any harm other than the error message
  230. # in the remote host's logs. Boolean option, default false.
  231.  
  232. fx.strictClose : no
  233.  
  234. # Controls the amount of information written to the 'uulog' file.
  235. #    0 - uulog is never written to
  236. #    1 - Only denied transfers are logged
  237. #    2 - Same as above plus non uucp-jobs transfers
  238. #    3 - Same as above plus normal jobs
  239. # Default is 2, compatible with Waffle.
  240.  
  241. fx.uulogLevel : 2
  242.  
  243. # Catch-all for global Waffle compatibility. When 'fx.wQuirks' is
  244. # off, same aspects of the software differ from Waffle's behaviour.
  245. # They cover everything that we believe would be better to change,
  246. # but doing so may introduce small incompatibilities, and yet don't
  247. # have a specific configuration option. Currently it applies to the
  248. # exit level (see the tech guide), the usage of uu.drops in login scripts.
  249. # and the matching search method for dialers and scripts.
  250. # Default is on, maximum Waffle compatibility.
  251.  
  252. fx.wQuirks : yes
  253.  
  254.