about summary refs log tree commit diff stats
path: root/linux/conf/exim/aliases
blob: 2849996132de34c2c7e071055c93d12c6ca96e07 (plain) (blame)
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
# Default aliases file, installed by Exim. This file contains no real aliases.
# You should edit it to taste.

# The following alias is required by the mail RFCs 2821 and 2822.
# Set it to the address of a HUMAN who deals with this system's mail problems.

postmaster: machine-admin

# It is also common to set the following alias so that if anybody replies to a
# bounce message from this host, the reply goes to the postmaster.

mailer-daemon: postmaster

# You should also set up an alias for messages to root, because it is not
# usually a good idea to deliver mail as root.

root: postmaster

# It is a good idea to redirect any messages sent to system accounts so tha
# they don't just get ignored. Here are some common examples:

bin: root
daemon: root
ftp: root
nobody: root
operator: root
uucp: root

# You should check your /etc/passwd for any others.

# Other commonly enountered aliases are:
#
# abuse:       the person dealing with network and mail abuse
# hostmaster:  the person dealing with DNS problems
# webmaster:   the person dealing with your web site

####