home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga 13 / MA_Cover_13.bin / source / c / stefanb_src / old_projects / umsuucp / lib / config next >
Encoding:
Text File  |  1992-11-18  |  710 b   |  35 lines

  1. #
  2. #  UULIB:config & S:UUConfig -- UUCP Configuration
  3. #
  4. #  Notes: - Copy this file to S:UUConfig
  5. #         - UULIB:config and S:UUConfig must be the same file!
  6. #
  7.  
  8. #  Node name
  9. #  WARNING: some UUCP systems can't handle names longer than 7 characters!
  10. NodeName      foobar
  11.  
  12. #  User name
  13. UserName      root
  14.  
  15. #  Log level
  16. Debug         0
  17.  
  18. #  Processor for incoming packets (Default: Uuxqt)
  19. #Uuxqt        uuxqt
  20.  
  21. #  Spool directory (Default: UUSPOOL:)
  22. #UUSpool      UUCP:Spool
  23.  
  24. #  Config directory (Default: UULIB:)
  25. #UULib        UUCP:Lib
  26.  
  27. #  Public directory (Default: UUPUB:)
  28. #UUPub        UUCP:Public
  29.  
  30. #  Modem init string
  31. #ModemInit    ATZ
  32.  
  33. #  Modem answer read timeouts in seconds (default 60)
  34. #TimeOut      60
  35.