blob: 766dc3e2d83db3129ef8660647eaa16b3906b308 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
|
# Aliases in this file will NOT be expanded in the header from
# Mail, but WILL be visible over networks or from /usr/libexec/mail.local.
#
# >>>>>>>>>> The program "newaliases" must be run after
# >> NOTE >> this file is updated for any changes to
# >>>>>>>>>> show through to smtpd.
#
# Well-known aliases -- this should be filled in!
# root: your-every-day-user
# Basic system aliases -- these MUST be present
MAILER-DAEMON: postmaster
postmaster: root
operator: root
# General redirections for important pseudo accounts
daemon: root
uucp: root
# Redirections for pseudo accounts that should not receive mail
bin: /dev/null
adm: /dev/null
lp: /dev/null
sync: /dev/null
shutdown: /dev/null
halt: /dev/null
mail: /dev/null
news: /dev/null
man: /dev/null
cron: /dev/null
ftp: /dev/null
sshd: /dev/null
at: /dev/null
squid: /dev/null
gdm: /dev/null
xfs: /dev/null
games: /dev/null
named: /dev/null
mysql: /dev/null
postgres: /dev/null
apache: /dev/null
nut: /dev/null
cyrus: /dev/null
vpopmail: /dev/null
ntp: /dev/null
postfix: /dev/null
smmsp: /dev/null
distcc: /dev/null
guest: /dev/null
nobody: /dev/null
# RFC 2142: NETWORK OPERATIONS MAILBOX NAMES
abuse: root
# noc: root
security: root
# RFC 2142: SUPPORT MAILBOX NAMES FOR SPECIFIC INTERNET SERVICES
# hostmaster: root
# usenet: root
# news: usenet
# webmaster: root
# ftp: root
|