16 lines
412 B
Plaintext
16 lines
412 B
Plaintext
# This entry for public login.
|
|
# It provides the default permissions.
|
|
# See the Basic Networking Utilities Guide for more information.
|
|
|
|
MACHINE=OTHER LOGNAME=nuucp \
|
|
READ=/usr/spool/uucppublic \
|
|
WRITE=/usr/spool/uucppublic \
|
|
SENDFILES=call REQUEST=no \
|
|
COMMANDS=/bin/rmail
|
|
|
|
MACHINE=SYSTEM LOGNAME=nuucp \
|
|
READ=/usr/spool/uucppublic \
|
|
WRITE=/usr/spool/uucppublic \
|
|
SENDFILES=yes REQUEST=yes \
|
|
COMMANDS=/bin/rmail
|