|
|
The following steps demonstrate how to configure UUCP over TCP/IP using the TCP socket interface between the systems london and thames.
uucp stream tcp nowait NOLUID /etc/uucpd uucpd
Should the program /etc/uucpd not exist, execute the following
commands as root:
ln /usr/lib/uucp/uucpd /etc/uucpd
chmod 755 /etc/uucpd
uucp 540/tcp uucpd # uucp daemon
thames Any TCP,e Any - ogin: nuucp word: passwordwhere password is the password of the nuucp account on thames.
london Any TCP,e Any - ogin: nuucp word: passwordwhere password is the password of the nuucp account on london.
MACHINE=thames LOGNAME=nuucp \ COMMANDS=rmail:rnews:uucp \ READ=/usr/spool/uucppublic:/usr/tmp \ WRITE=/usr/spool/uucppublic:/usr/tmp \ SENDFILES=yes REQUEST=yes
MACHINE=london LOGNAME=nuucp \ COMMANDS=rmail:rnews:uucp \ READ=/usr/spool/uucppublic:/usr/tmp \ WRITE=/usr/spool/uucppublic:/usr/tmp \ SENDFILES=yes REQUEST=yes
TCP,e TCP - Any TCP 540
Note that if you alter /etc/inetd.conf while the system is
running, you should force inetd to reread the configuration
file by entering the following command:
kill -1 'cat /etc/inetd.pid'
If you fail to make inetd restart before trying to contact it, the contacting host may give a ``Connection refused'' error.