48 lines
1.4 KiB
Plaintext
48 lines
1.4 KiB
Plaintext
# $NetBSD: aliases,v 1.9 1998/01/09 23:51:09 perry Exp $
|
|
#
|
|
# from: @(#)aliases 8.2 (Berkeley) 3/5/94
|
|
#
|
|
# Aliases in this file will NOT be expanded in the header from
|
|
# Mail, but WILL be visible over networks or from /bin/mail.
|
|
#
|
|
# >>>>>>>>>> The program "newaliases" must be run after
|
|
# >> NOTE >> this file is updated for any changes to
|
|
# >>>>>>>>>> show through to sendmail.
|
|
#
|
|
|
|
# Basic system aliases -- these MUST be present.
|
|
MAILER-DAEMON: postmaster
|
|
postmaster: root
|
|
|
|
# General redirections for pseudo accounts.
|
|
bin: root
|
|
daemon: root
|
|
falken: root
|
|
games: root
|
|
ingres: root
|
|
nobody: root
|
|
toor: root
|
|
uucp: root
|
|
|
|
# Well-known aliases -- these should be filled in!
|
|
# root:
|
|
# operator:
|
|
|
|
# Standard aliases defined by rfc2142
|
|
abuse: postmaster # address to report network abuse (like spam)
|
|
noc: root # reports of network infrastructure difficulties
|
|
security: root # address to report security problems
|
|
hostmaster: root # DNS maintainer (DNS SOA records should use this)
|
|
usenet: root # Usenet news service maintainer
|
|
news: usenet # defined as an alias for "usenet"
|
|
webmaster: root # http/web service maintainer
|
|
www: webmaster # defined as an alias for "webmaster"
|
|
uucp: root # uucp service maintainer
|
|
ftp: root # ftp maintainer (especially anonymous ftp)
|
|
|
|
# don't enable this.
|
|
# decode: /dev/null
|
|
|
|
# uncomment this for msgs:
|
|
# msgs: "|/usr/bin/msgs -s"
|