source: trunk/server/fedora/config/etc/aliases @ 2466

Last change on this file since 2466 was 2466, checked in by tboning, 11 years ago
Certificate and configuration for tb
File size: 2.4 KB
Line 
1#
2#  Aliases in this file will NOT be expanded in the header from
3#  Mail, but WILL be visible over networks or from /bin/mail.
4#
5#       >>>>>>>>>>      The program "newaliases" must be run after
6#       >> NOTE >>      this file is updated for any changes to
7#       >>>>>>>>>>      show through to sendmail.
8#
9
10# Basic system aliases -- these MUST be present.
11mailer-daemon:  postmaster
12postmaster:     root
13
14# General redirections for pseudo accounts.
15bin:            root
16daemon:         root
17adm:            root
18lp:             root
19sync:           root
20shutdown:       root
21halt:           root
22mail:           root
23news:           root
24uucp:           root
25operator:       root
26games:          root
27gopher:         root
28ftp:            root
29nobody:         root
30radiusd:        root
31nut:            root
32dbus:           root
33vcsa:           root
34canna:          root
35wnn:            root
36rpm:            root
37nscd:           root
38pcap:           root
39apache:         root
40webalizer:      root
41dovecot:        root
42fax:            root
43quagga:         root
44radvd:          root
45pvm:            root
46amanda:         root
47privoxy:        root
48ident:          root
49named:          root
50xfs:            root
51gdm:            root
52mailnull:       root
53postgres:       root
54sshd:           root
55smmsp:          root
56postfix:        root
57netdump:        root
58ldap:           root
59squid:          root
60ntp:            root
61mysql:          root
62desktop:        root
63rpcuser:        root
64rpc:            root
65nfsnobody:      root
66
67ingres:         root
68system:         root
69toor:           root
70manager:        root
71dumper:         root
72abuse:          root
73
74newsadm:        news
75newsadmin:      news
76usenet:         news
77ftpadm:         ftp
78ftpadmin:       ftp
79ftp-adm:        ftp
80ftp-admin:      ftp
81www:            webmaster
82webmaster:      root
83noc:            root
84security:       root
85hostmaster:     root
86
87# trap decode to catch security attacks
88decode:         root
89
90# Person who should get root's mail
91root:           andersk@mit.edu, quentin@mit.edu, geofft+root@mit.edu, mitchb@mit.edu, ezyang@mit.edu, xavid@mit.edu, adehnert-sipb@mit.edu, achernya@mit.edu, glasgall@mit.edu, tboning@mit.edu
92scripts-reserved-mail-test-foo: anders+scripts-reserved-mail-test-foo@kaseorg.com
93scripts-reserved-mail-test-bar: anders+scripts-reserved-mail-test-bar@kaseorg.com
94
95scripts:        root
96signup:         root
97afsagent:       root
98logview:        root
99scripts-build:  root
100
101# People who are abusing or otherwise causing problems with the mail system
102# Put "/dev/null" as the target of their alias
103# srimano: has a phpBB generating a lot of backscatter
104srimano:        /dev/null
105# dbriggs: phpBB: added 2011-06-25, see mail to -root 2011-03-27, 2011-06-03
106dbriggs:        /dev/null
107# ro21531: spam to rosmosis.net: added 2011-06-25, see mail to -root 2011-06-03
108ro21531:        /dev/null
109# buechley: not responsive to mail sent by -root on 2013-05-14, added 2013-07-04
110buechley:        /dev/null
111
112# Temporary to clear the queue
113# Should be deleted if left uncommitted
Note: See TracBrowser for help on using the repository browser.