|
CIRR.COMUUCP SupportTaylor UUCP |
Taylor UUCP is the third generation UUCP implementation. It was started in the December, 1991 as a ground up, Open Source, re-implementation of the UUCP software. It was written by Ian Taylor, and is available under the GNU general public license. Mailing list archives can be found at http://lists.cirr.com/taylor-uucp.
It is in common usage, being shipped with almost all the open source UNIX-like operating system's. This includes the various distributions of Linux, FreeBSD, NetBSD and OpenBSD. It can also be installed on almost any of the commercial UNIX systems.
Below are the configuration files used by Taylor UUCP. They have been pre-configured for connecting with uucp.cirr.com. Links are also included to allow easy down-load of the files.
- config file
The config file defines the parameters for the local host's configuration of Tayor UUCP. It defines such things as the local system's UUCP node name, the paths to the configuration files, the paths to the spool directories, and the paths to the log files.
####################################################################### # Taylor-UUCP sample config file ####################################################################### # # Sample master configuration file for Taylor UUCP # These paths are suitable for use on NetBSD, and may be # suitable for other systems. Or they may not. Please verify # the paths are correct before using them # # UUCP node name of the local host # This is the entry for the CIRR.COM end of the UUCP connection. # This string _must_ be changed to the name you provided # CIRR.COM as your UUCP node name. nodename cirr.com # # path to the UUCP spool spool /var/spool/uucp # # path where other sites can drop files for public consumption on the # local host pubdir /var/spool/uucppublic # # where's the log file? logfile /var/spool/uucp/Log # # and the debug file? debugfile /var/spool/uucp/Debug # # where are the sys, port, and dial configuration files sysfile /etc/uucp/sys portfile /etc/uucp/port dialfile /etc/uucp/dial # ####################################################################### # $Id: config,v 1.4 2003/09/02 02:42:35 cirr Stable $ #######################################################################- sys file
The sys file defines the list of remote systems your UUCP software can call. It also limits which systems can call you.
######################################################################## # Taylor-UUCP sample sys file ######################################################################## # sys file automatically generated by uuconv. # Start of system cirr.com # # uucp.cirr.com: UUCP Service by Central Iowa (Model) Railroad # Contact: uucp@cirr.com # Note: Comment out the direct dial entry if not in use. # system cirr.com send-request true remote-send /usr/spool/uucppublic !/etc local-receive / remote-receive /usr/spool/uucppublic !/etc commands /bin/rmail /usr/local/bin/rnews # # Connection type: TCP port TCP time Any phone uucp.cirr.com chat ogin: login word: password # # Connection type: direct dial alternate time Any port ACU phone 972379XXX chat ogin: login word: password # ######################################################################## # $Id: sys,v 1.4 2002/09/20 20:20:31 cirr Stable $ ########################################################################
- port file
The port file defines the ports used to establish connections to remote systems.
The
Porttag provides the linkage between the port file and the sys file.
######################################################################## # Taylor-UUCP port file examples ######################################################################## # port file automatically generated by uuconv. # # Two escape characters may appear in this file: # - \D which means don't translate the phone #/token # - \T translate the phone #/token using the Dialcodes file # Both refer to the phone number field in the Systems file (field 5) # \D should always be used with entries in the Dialers file, since the # Dialers file can contain a \T to expand the number if necessary. # \T should only be used with built-in functions that require expansion # # TLI based connections port TLI type tli protocol tieg seven-bit false reliable true half-duplex false device tcp stream false dialer-sequence TLI \D # # TCP/IP Connections, on the uucp port # port TCP type tcp protocol tieg seven-bit false reliable true half-duplex false service uucp # # Analog Connections # Line 1 port ACU type modem protocol gi device tty01 baud 38400 dialer-sequence hayes \T # Line 2 port ACU type modem protocol gi device tty00 baud 38400 dialer-sequence hayes \T ######################################################################## # $Id: port,v 1.5 2003/05/12 20:06:58 cirr Stable $ ########################################################################
- dial file
The dial file defines how to dial a particular device to connect to a remote system.
The
dialer-sequencetag in the port file, and thedialerin the dial file provides the linkage between the port file and the dial file.The Dialers are described as chat scripts. Depending upon the compilation options used, dialers may also be external programs, but that is not described in the example.
########################################################################## # Taylor-UUCP dialer definitions (dial) ########################################################################## # dial file automatically generated by uuconv. # # Meaning of some of the escape characters: # \p - pause (approximately 1/4-1/2 second delay) # \d - delay (2 seconds) # \D - phone number/token # \T - phone number with Dialcodes and character translation # \K - insert a BREAK # \E - turn on echo checking (for slow devices) # \e - turn off echo checking # \r - carriage return # \c - no new-line # \n - send new-line # \nnn - send octal number # # Start of dialer hayes dialer hayes chat "" \dATZ\d\r OK\r \dAT\r\c OK\r \dATS7=45\r\c OK\r \EATDT\T\r\c CONNECT # ########################################################################## # $Id: dial,v 1.4 2001/09/03 20:34:57 cirr Stable $ ##########################################################################
| Copyright 2001 Central Iowa (Model) Railroad | Contact Us |
Referral Program |
Support |
| $Id: taylor.html,v 1.6 2003/09/14 22:18:22 cirr Stable $ | Terms of Service | Privacy Information |