#
# File: /etc/uucp/config
# 
# Example by Andreas Klemm <andreas@knobel.knirsch.de>
#
# Based on Taylor uucp documentation 1.04
#
# Sat Jan  8 15:18:22 GMT+0100 1994
#
# In many cases you will not need to create a `config' file at all.
# The most common reason to create one is to give your machine a special
# UUCP name.  Other reasons might be to change the UUCP spool directory or
# to permit any remote system to call in.
#
# change your nodename when calling other systems
# default: this is your nodename (uname -n)
#
# nodename Your_Node_Name

nodename knobel

#
# UUCP spool directory
#
# - location of spool directories for incoming
#   and outgoing traffic
# - location of log- and debugfiles
#
# default (compiled in):
#
#	spool /usr/spool/uucp
#
# Slackware 1.1.1 introduces /var directory tree for spool data:
#

spool /var/spool/uucp

#
# UUCP public directory
#
# - toplevel directory of an area that is accessable by
#   everyone local and remote for sending and receiving
#   files via uucp commands.
# - The permissions of the so called ``pubdir'' are 777
#		rwx rwx rwx
#		421 421 421
#	     =	 7   7   7
#
# default (compiled in):
#
#	pubdir /usr/spool/uucppublic
#
# Slackware 1.1.1 introduces /var directory tree for spool data:
#

pubdir /var/spool/uucppublic

#
# UUCP logfile are located under the spooldir
#
# uucp session logfile
#
# default (compiled in):
#
#	/usr/spool/uucp/Log
#
# Slackware 1.1.1 introduces /var directory tree for spool data:
#

logfile /var/spool/uucp/Log

#
# UUCP tramsmission statistic can be found in this file
# request that file to detect poor transmission results !
# Note: When transferring very large files, then the results
# ``bytes/sec.'' may be not relieable.
#
# default (compiled in):
#
#	/usr/spool/uucp/Stats
#
# Slackware 1.1.1 introduces /var directory tree for spool data:
#

statfile /var/spool/uucp/Stats

#
# UUCP debugging output can be foung in this file.
# Debugging values greater than 2 produce lots of
# output. Debug level 2 is a nice value ;-)
# /usr/lib/uucp/uucico -r1 -x2 -sSystem_2_Call
#
# default (compiled in):
#
#	/usr/spool/uucp/Debug
#
# Slackware 1.1.1 introduces /var directory tree for spool data:
#

debugfile /var/spool/uucp/Debug

#
# Anonymous uucp
# --------------
#
#    Suppose you wanted to permit any system to call in to your system and
# request files.  This is generally known as "anonymous UUCP", since the
# systems which call in are effectively anonymous.  By default, unknown
# systems are not permitted to call in.  To permit this you must use the
# `unknown' command in `config'.
#
# a) Location of the Public Directory (default: /var/spool/uucppublic)
#	unknown pubdir /var/spool/uucppublic
#
# b) Only files in the public directory (~) may be sent (default)
#	unknown remote-send ~
#
# c) Only files in the public directory (~) may be received
#	unknown remote-receive ~
#
# *Optional* restrictions:
# -----------------------
#
# d) No files may be transferred to this system
#	unknown receive-request no
#
# e) No commands may be executed (empty list of commands)
#	unknown commands
#
# f) Only files in the public directory may be sent;
#    users may not download files from the upload directory 
#	unknown remote-send ~ !~/upload
#
# g) May only upload files into /usr/spool/anonymous/upload
#	unknown remote-receive ~/upload
#
# default for pubdir: /usr/spool/uucppublic
#
# Slackware 1.1.1 introduces /var directory tree for spool data:
#

unknown pubdir /var/spool/uucppublic

unknown remote-send ~

unknown remote-receive ~
