Revision 19204,
1.4 KB
checked in by zacheiss, 21 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r19203,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | # |
---|
2 | # $Id: aliases,v 1.1.1.1 2003-04-08 15:07:42 zacheiss Exp $ |
---|
3 | # @(#)aliases 8.2 (Berkeley) 3/5/94 |
---|
4 | # |
---|
5 | # Aliases in this file will NOT be expanded in the header from |
---|
6 | # Mail, but WILL be visible over networks. |
---|
7 | # |
---|
8 | # >>>>>>>>>> The program "newaliases" must be run after |
---|
9 | # >> NOTE >> this file is updated for any changes to |
---|
10 | # >>>>>>>>>> show through to sendmail. |
---|
11 | # |
---|
12 | # |
---|
13 | # See also RFC 2142, `MAILBOX NAMES FOR COMMON SERVICES, ROLES |
---|
14 | # AND FUNCTIONS', May 1997 |
---|
15 | |
---|
16 | # Pretty much everything else in this file points to "root", so |
---|
17 | # you should forward root's email to the system administrator. |
---|
18 | # Delivering mail to root's mailbox or reading mail as root is |
---|
19 | # inadvisable. |
---|
20 | |
---|
21 | # Uncomment and *CHANGE* this! |
---|
22 | # root: insert-human-being-here |
---|
23 | |
---|
24 | # Basic system aliases -- these MUST be present |
---|
25 | MAILER-DAEMON: postmaster |
---|
26 | postmaster: root |
---|
27 | |
---|
28 | # General redirections for pseudo accounts |
---|
29 | bin: root |
---|
30 | daemon: root |
---|
31 | games: root |
---|
32 | mailnull: postmaster |
---|
33 | smmsp: postmaster |
---|
34 | ingres: root |
---|
35 | nobody: root |
---|
36 | system: root |
---|
37 | toor: root |
---|
38 | |
---|
39 | # Well-known aliases |
---|
40 | manager: root |
---|
41 | dumper: root |
---|
42 | operator: root |
---|
43 | |
---|
44 | # RFC 2142: BUSINESS-RELATED MAILBOX NAMES |
---|
45 | # info: root |
---|
46 | # marketing: root |
---|
47 | # sales: root |
---|
48 | # support: root |
---|
49 | |
---|
50 | # RFC 2142: NETWORK OPERATIONS MAILBOX NAMES |
---|
51 | abuse: root |
---|
52 | noc: root |
---|
53 | security: root |
---|
54 | |
---|
55 | # RFC 2142: SUPPORT MAILBOX NAMES FOR SPECIFIC INTERNET SERVICES |
---|
56 | hostmaster: root |
---|
57 | usenet: root |
---|
58 | news: usenet |
---|
59 | webmaster: root |
---|
60 | www: webmaster |
---|
61 | uucp: root |
---|
62 | ftp: root |
---|
63 | |
---|
64 | # Trap decode to catch security attacks |
---|
65 | decode: root |
---|
Note: See
TracBrowser
for help on using the repository browser.