home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Source / GNU / uucp / Uucp.framework / sample / sys1 < prev    next >
Text File  |  1993-01-14  |  2KB  |  45 lines

  1. # This is an example of a sys file, the file(s) which describe remote
  2. # systems for Taylor UUCP.  To use it, you must compile the package
  3. # with HAVE_TAYLOR_CONFIG set to 1 in policy.h (that is the default),
  4. # copy this file to newconfigdir as set in Makefile.in (the default is
  5. # /usr/local/conf/uucp), and edit it as appropriate for your system.
  6.  
  7. # If you do not use the ``unknown'' command in the config file, then
  8. # each system that you communicate with must be listed in a sys file.
  9.  
  10. # Everything after a '#' character is a comment.  To uncomment any of
  11. # the sample lines below, just delete the '#'.
  12.  
  13. # This is a sample sys file that might be used in a leaf system.  A
  14. # leaf system is one that only contacts one other system.  sys2
  15. # provides another example.
  16.  
  17. # The name of the remote system that we call.
  18. system uunet
  19.  
  20. # The login name and password are kept in the callout password file
  21. # (by default this is the file "call" in newconfigdir).
  22. call-login *
  23. call-password *
  24.  
  25. # We can send anything at any time.
  26. time any
  27.  
  28. # During the day we only accept grade 'Z' or above; at other times
  29. # (not mentioned here) we accept all grades.  uunet queues up news
  30. # at grade 'd', which is lower than 'Z'.
  31. call-timegrade Z Wk0755-2305,Su1655-2305
  32.  
  33. # The phone number to call.
  34. phone 7389449
  35.  
  36. # uunet tends to be slow, so we increase the timeout
  37. chat-timeout 120
  38.  
  39. # The port we use to dial out.
  40. port serial
  41.  
  42. # Increase the timeout and the number of retries.
  43. protocol-parameter g timeout 20
  44. protocol-parameter g retries 10
  45.