source: trunk/third/sendmail/src/aliases @ 12554

Revision 12554, 1.1 KB checked in by danw, 26 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r12553, which included commits to RCS files with non-trunk default branches.
Line 
1#
2#       @(#)aliases     8.2 (Berkeley) 3/5/94
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: ftp-bugs
38ftp-bugs: bigbug@cs.berkeley.edu
39
40# Distribution office.
41bsd-dist: bsd-dist@cs.berkeley.edu
42
43# Fortune maintainer.
44fortune: fortune@cs.berkeley.edu
45
46# Termcap maintainer.
47termcap: termcap@cs.berkeley.edu
48
49# General bug address.
50ucb-fixes: bigbug@cs.berkeley.edu
51ucb-fixes-request: bigbug@cs.berkeley.edu
52bugs: bugs@cs.berkeley.edu
53# END OFFICIAL BUG ADDRESSES
Note: See TracBrowser for help on using the repository browser.