aliases revision 1.11 1 # $NetBSD: aliases,v 1.11 1998/02/02 06:14:45 mikel 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 bin: root
19 daemon: root
20 falken: root
21 games: root
22 ingres: root
23 nobody: root
24 toor: root
25
26 # Well-known aliases -- these should be filled in!
27 # root:
28 # operator:
29
30 # Standard aliases defined by rfc2142
31 # address to report network abuse (like spam)
32 abuse: postmaster
33 # reports of network infrastructure difficulties
34 noc: root
35 # address to report security problems
36 security: root
37 # DNS administrator (DNS SOA records should use this)
38 hostmaster: root
39 # Usenet news service administrator
40 usenet: root
41 news: usenet
42 # http/web service administrator
43 webmaster: root
44 www: webmaster
45 # UUCP service administrator
46 uucp: root
47 # FTP administrator (especially anonymous FTP)
48 ftp: root
49
50 # don't enable this.
51 # decode: /dev/null
52
53 # uncomment this for msgs:
54 # msgs: "|/usr/bin/msgs -s"
55