home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / unix / sysv386 / 17553 < prev    next >
Encoding:
Text File  |  1992-12-21  |  2.0 KB  |  70 lines

  1. Newsgroups: comp.unix.sysv386
  2. Path: sparky!uunet!seq!herbst
  3. From: herbst@seq.uncwil.edu (R.T. Herbst)
  4. Subject: UUCP/uuto/cu/...
  5. Message-ID: <1992Dec20.112232.14317@seq.uncwil.edu>
  6. Keywords: UUCP uuto cu
  7. Organization: Univ. of North Carolina @ Wilmington
  8. Date: Sun, 20 Dec 1992 11:22:32 GMT
  9. Lines: 59
  10.  
  11.  
  12. This may help those who are having tropuble using UUCP.
  13. To cu, send and receive files, and send mail to another 
  14. UNIX system hereafter the host.
  15.  
  16. 1. You need an entry on the host machine in /etc/passwd
  17. like the nuccp entry except the user name must be the node-name 
  18. of the local system.
  19.  
  20. 2. You need on the host machine a Permissions file in 
  21. /usr/lib/uucp like the one shown below. No guarrantees
  22. that your system will work with this one; but  should with one like
  23. it.
  24.  
  25. #    @(#)uucp:Permissions    2.1.1.4
  26. # (See Operations Guide.)
  27. LOGNAME=nuucp SENDFILES=yes
  28. LOGNAME=<node-name>\
  29. SENDFILES=yes \
  30. VALIDATE=<node-name>\
  31. READ=/usr/spool/uucppublic \
  32. WRITE=/usr/spool/uucppublic \
  33. MACHINE=<node-name>\
  34. COMMANDS=/bin/rmail \
  35. REQUEST=yes
  36.  
  37. 3. My REL 4 did not come with a dailer script for intel 14.4 
  38. or the Boca.
  39.  
  40. Below is a dialer script that works
  41. for the intel14.4. 
  42. Caution you may want to remove the \\J1 and associated OK\r.
  43. Also the ATS0=1 and ATM0 are optional.
  44.  
  45. This one line file should be edited into /usr/lib/uucp/Dialers
  46. with care. 
  47. Since intel144 is a new line in Dialers you will have to
  48. modify the Devices file. 
  49.  
  50. intel144 =,-,    "" \M\dATQ0\r\cAT\r\c OK\r AT&F\r\c OK\r AT\\N0\r\c OK\r ATM0\r\c OK\r ATS0=1\r\c OK\r \EATDT\T\r\c 00 \r\m\c
  51.  
  52. No guarrantees that the above will work for any other
  53. 14.4 modem. Guess this is a good place to start.
  54.  
  55. shoudl you want bilateral communications with another UNIX box
  56. just put the corresponding Permissions file on your machine.
  57.  
  58. ALSO the latest version of Ckermit-- kermit5a(188) is a winner and
  59. is an alternative to uucp..
  60.  
  61. To use ckermit you  should as root
  62.  
  63. chown uucp kermit
  64. the chmod 4755 kermit
  65.  
  66. where kermit is the executable derived form the wermit that is
  67. produced by make <sys>
  68.  
  69. herbst@seq.uncwil.edu
  70.