This commit was generated by cvs2svn to track changes on a CVS vendor
[unix-history] / usr.sbin / sendmail / src / aliases
CommitLineData
6f14531a
RG
1#
2# @(#)aliases 8.1 (Berkeley) 6/9/93
3#
4# Aliases in this file will NOT be expanded in the header from
5# Mail, but WILL be visible over networks or from /bin/mail.
6#
7# >>>>>>>>>> The program "newaliases" must be run after
8# >> NOTE >> this file is updated for any changes to
9# >>>>>>>>>> show through to sendmail.
10#
11
12# Basic system aliases -- these MUST be present.
13MAILER-DAEMON: postmaster
14postmaster: root
15
16# General redirections for pseudo accounts.
17bin: root
18daemon: root
19games: root
20ingres: root
21nobody: root
22system: root
23toor: root
24uucp: root
25
26# Well-known aliases.
27manager: root
28dumper: root
29operator: root
30
31# trap decode to catch security attacks
32decode: root
33
34# OFFICIAL CSRG/BUG ADDRESSES
35
36# Ftp maintainer.
37ftp-bugs: bigbug@cs.berkeley.edu
38
39# Distribution office.
40bsd-dist: bsd-dist@cs.berkeley.edu
41
42# Fortune maintainer.
43fortune: fortune@cs.berkeley.edu
44
45# Termcap maintainer.
46termcap: termcap@cs.berkeley.edu
47
48# General bug address.
49ucb-fixes: bigbug@cs.berkeley.edu
50ucb-fixes-request: bigbug@cs.berkeley.edu
51bugs: bugs@cs.berkeley.edu
52# END OFFICIAL BUG ADDRESSES