home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.unix.sysv386
- Path: sparky!uunet!seq!herbst
- From: herbst@seq.uncwil.edu (R.T. Herbst)
- Subject: UUCP/uuto/cu/...
- Message-ID: <1992Dec20.112232.14317@seq.uncwil.edu>
- Keywords: UUCP uuto cu
- Organization: Univ. of North Carolina @ Wilmington
- Date: Sun, 20 Dec 1992 11:22:32 GMT
- Lines: 59
-
-
- This may help those who are having tropuble using UUCP.
- To cu, send and receive files, and send mail to another
- UNIX system hereafter the host.
-
- 1. You need an entry on the host machine in /etc/passwd
- like the nuccp entry except the user name must be the node-name
- of the local system.
-
- 2. You need on the host machine a Permissions file in
- /usr/lib/uucp like the one shown below. No guarrantees
- that your system will work with this one; but should with one like
- it.
-
- # @(#)uucp:Permissions 2.1.1.4
- # (See Operations Guide.)
- LOGNAME=nuucp SENDFILES=yes
- LOGNAME=<node-name>\
- SENDFILES=yes \
- VALIDATE=<node-name>\
- READ=/usr/spool/uucppublic \
- WRITE=/usr/spool/uucppublic \
- MACHINE=<node-name>\
- COMMANDS=/bin/rmail \
- REQUEST=yes
-
- 3. My REL 4 did not come with a dailer script for intel 14.4
- or the Boca.
-
- Below is a dialer script that works
- for the intel14.4.
- Caution you may want to remove the \\J1 and associated OK\r.
- Also the ATS0=1 and ATM0 are optional.
-
- This one line file should be edited into /usr/lib/uucp/Dialers
- with care.
- Since intel144 is a new line in Dialers you will have to
- modify the Devices file.
-
- 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
-
- No guarrantees that the above will work for any other
- 14.4 modem. Guess this is a good place to start.
-
- shoudl you want bilateral communications with another UNIX box
- just put the corresponding Permissions file on your machine.
-
- ALSO the latest version of Ckermit-- kermit5a(188) is a winner and
- is an alternative to uucp..
-
- To use ckermit you should as root
-
- chown uucp kermit
- the chmod 4755 kermit
-
- where kermit is the executable derived form the wermit that is
- produced by make <sys>
-
- herbst@seq.uncwil.edu
-