home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / comms / uucp / uucp_1 / !uucp / config / sys < prev   
Text File  |  1994-04-03  |  2KB  |  73 lines

  1. # the path used by uuxqt to find executable files
  2. command-path /uucp/ubin
  3.  
  4. #defaults
  5. #********
  6.  
  7. called-chat-timeout 10
  8.  
  9. #local users may access any file ...
  10. local-send /
  11. local-receive /
  12.  
  13. # ... while remote machines may not
  14. remote-send /uucp/public/incoming
  15. remote-receive /uucp/public /net/ftp
  16.  
  17. # please keep 1MByte free (does it work?)
  18. free-space 1000000
  19.  
  20. # by default hosts may execute rmail and rnews on my machine
  21. commands rmail rnews
  22.  
  23. # my host may call out at any time, after failure it has to wait
  24. # at least 1 minute until next retry (0 does not work)
  25. time Any 1
  26.  
  27. # get login and password out of the separate call file       
  28. call-login *
  29. call-password *
  30.  
  31. # use port 'serial'
  32. port serial
  33. speed 19200
  34.  
  35. # the maximum amount of seconds we wait for an expect string to arrive
  36. # (chat scripts)
  37. chat-timeout 20
  38.  
  39. # protocol parameters
  40. protocol-parameter g timeout 10
  41. protocol-parameter g retries 10
  42. protocol-parameter g short-packets false
  43. protocol-parameter i timeout 3
  44. protocol-parameter i retries 3
  45. timegrade z any 0
  46.  
  47. # now, the systems ...
  48. # ********************
  49.  
  50. # master is called using port readag
  51. system master
  52. phone 037286102
  53. port readag
  54. # I fully trust master (I'm its SysAd)
  55. commands ALL
  56. protocol Ggit
  57.  
  58. # crash is called through port tcpip (pipe to !TCPIP)
  59. system crash
  60. port tcpip
  61. protocol tiGg
  62. # sometimes it takes quite some time for crash to respond
  63. chat-timeout 120
  64.  
  65.  
  66. # local host should be there too, at least to allow 'commands ALL' (does
  67. # allow local users to execute 'anything'
  68. system graeffet
  69. commands ALL
  70.  
  71. # some times my host is called graeff
  72. system graeff
  73. commands ALL