aliases revision 1.21 1 # $NetBSD: aliases,v 1.21 2008/07/18 21:12:03 apb Exp $
2 #
3 # from: @(#)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 or from /bin/mail.
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 # Basic system aliases -- these MUST be present.
14 MAILER-DAEMON: postmaster
15 postmaster: root
16
17 # General redirections for pseudo accounts.
18 toor: root
19 daemon: root
20 bin: root
21 games: root
22 postfix: postmaster
23 named: root
24 ntpd: root
25 sshd: root
26 nobody: root
27
28 # Well-known aliases -- these should be filled in!
29 # root:
30 # operator:
31
32 # Standard aliases defined by rfc2142
33 # address to report network abuse (like spam)
34 abuse: postmaster
35 # reports of network infrastructure difficulties
36 noc: root
37 # address to report security problems
38 security: root
39 # DNS administrator (DNS SOA records should use this)
40 hostmaster: root
41 # Usenet news service administrator
42 usenet: root
43 news: usenet
44 # http/web service administrator
45 webmaster: root
46 www: webmaster
47 # UUCP service administrator
48 uucp: root
49 # FTP administrator (especially anonymous FTP)
50 ftp: root
51
52 # don't enable this.
53 # decode: /dev/null
54
55 # uncomment this for msgs(1):
56 # msgs: "|/usr/bin/msgs -s"
57