home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ARM Club 3
/
TheARMClub_PDCD3.iso
/
hensa
/
internet
/
a082_1
/
!Rucp
/
SystemRC
< prev
next >
Wrap
Text File
|
1991-04-08
|
5KB
|
134 lines
#
# System configuration file for system foobar.UUCP
#
# This file is set by setting the environment variable Rucp$SystemRC
# to the full name of this file. This is done in the !Rucp.!Boot file
#
#
# System configuration section
#
#
# Your host name. This should be the same as the first part of
# your domain name, and unique in the first six characters. All
# registered system names are posted to USENET comp.mail.maps
# monthly. Note that all of the good ones are taken.
# taken from environmental variable, see !Boot file
NodeName=<Rucp$Nodename>
# Domain is your full host name according to the Internet naming
# conventions; if you do not have a domain registered with the
# Internet (you would know if you did!), use UUCP as your domain
# Name. The first part of the domain name is the same as your
# host name.
# taken from environmental variable, see !Boot file
Domain=<Rucp$Domain>
# Postmaster is where to deliver all mail that has a problem,
# like an invalid user id. This parameter is new and required
# in release 1.08c. Don't forget to read postmaster's mail
# every so often!
postmaster=postmaster
# Mailserv is the system all mail will be sent if it is not
# destined for the local system (this one) or another system
# known to this system listed in the SYSTEMS file. Note that
# the system defined as your mail server must be listed in the
# SYSTEMS file, otherwise UUIO and MAIL will fail.
MailServ=hotb
# Directories used by Rucp. The simplest thing to do is to decide
# on the top directory, define that as the Configuration directory,
# and then define the other system related directories as
# sub-directories of the configuration Directory. Note that all
# of the directories listed below can be Left 'as-is', and they will
# be created automatically.
#
# ConfDir is the configuration directory for Rucp; the SYSTEMS,
# PASSWD (if used) and HOSTPATH (if used) files must be placed
# in this directory.
ConfDir=<Rucp$Dir>
# MailDir is where incoming mail is placed before it is read.
MailDir=<Rucp$Dir>.uucp.Mail
# NewsDir is where any news (if you arrange for it) will be dumped
# by rnews processing.
NewsDir=<Rucp$Dir>.uucp.News
# SpoolDir is where outgoing mail queued for other systems, and where
# the LOGFILE recording various UUIO information is recorded.
SpoolDir=<Rucp$Dir>.uucp.Spool
# PubDir is where files are transferred to.
PubDir=<Rucp$Dir>.uucp.Public
# TempDir is used for temporary work files.
TempDir=<Rucp$Dir>.Temp
# Program information. These parameters are new and required
# in release 1.08c.
# RMAIL is the program invoked by both MAIL and UUIO to deliver
# mail on your system.
rmail=rmail
# RNEWS is a stub module for receiving news; it just dumps
# all the news in the news directory (below). Normally,
# you won't even get news from other hosts unless they have it
# and you ask for it.
rnews=rnews
# Beginning of information for incoming calls. Note that if you
# never plan to let UUIO answer the phone by invoking it in passive
# mode via the "-r 0" flag, you need not give these keywords real
# values, although they must be defined.
# Inbound Communications parameters; outgoing parameters are
# defined for each system in the SYSTEMS file.
InSpeed=2400
#
# System boolean options; if not specified, the default
# for each option is off, that is the option prefixed by
# "no".
#
# These options can only be specified in the system
# configuration file. They cannot be listed in the PERSONAL.RC
# file or changed via the options (o) command in mail.
#
# Option "bang" causes addressing information to be written
# in node!user format, instead of the default user@node.domain
# format. Don't use it unless your mail server cannot handle
# RFC-822 mail.
options=nobang
# Option "directory" causes mail to be delivered to subdirectories
# built from the maildir (above) and the user's name; for example,
# with the "directory" option, mail for "moi" will be delivered
# to /lib/uupc/moi/newmail. Useful mostly for networked PC's.
options=nodirectory
# Option "fixedspeed" forces the modem not autobaud on dialin.
# This is useful for highspeed modems like the Telebit
# Trailblazer. The default, "nofixedspeed", should be used for
# the Hayes SmartModem 1200/2400 and clones.
options=nofixedspeed
# Option "multiqueue" directs rmail to queue up only one copy of
# mail for multiple addressees routed via the same host. This
# was the default previous to release 1.09c.
options=multiqueue
#
# Default personal configuration section
#
# (No defaults are defined). Note that specific user information
# goes in the <Rucp$UserRC> file.