summaryrefslogtreecommitdiffstats
path: root/network/opensmtpd/aliases
blob: 85cc8e71ac4b231ef347e5d01da73d06eb6a68cd (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
# Sample aliases file installed in /etc/opensmtpd/aliases
#
# 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.
#

# Person who should get root's mail. Don't receive mail as root!
#root:          you

# Basic system aliases -- these MUST be present
MAILER-DAEMON:  postmaster
postmaster:     root

# General redirections for pseudo accounts
daemon:         root
named:          root
uucp:           root
www:            root
ftp-bugs:       root

# Redirections for pseudo accounts that should not receive mail
bin:    /dev/null
build:  /dev/null
nobody: /dev/null
sshd:   /dev/null

# Well-known aliases
manager:        root
dumper:         root
operator:       root

# 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

# trap decode to catch security attacks
decode:         root

# Put your local aliases here.