home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / dcom / modems / 18358 < prev    next >
Encoding:
Text File  |  1992-12-21  |  2.3 KB  |  76 lines

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