1#
2# Sample aliases file. Install in the location as specified by the
3# output from the command "postconf alias_maps". Typical path names
4# are /etc/aliases or /etc/mail/aliases.
5#
6#	>>>>>>>>>>      The program "newaliases" must be run after
7#	>> NOTE >>      this file is updated for any changes to
8#	>>>>>>>>>>      show through to Postfix.
9#
10
11# Person who should get root's mail. Don't receive mail as root!
12#root:		you
13
14# Basic system aliases -- these MUST be present
15MAILER-DAEMON:	postmaster
16postmaster:	root
17
18# General redirections for pseudo accounts
19bin:		root
20daemon:		root
21named:		root
22nobody:		root
23uucp:		root
24www:		root
25ftp-bugs:	root
26postfix:	root
27
28# Put your local aliases here.
29
30# Well-known aliases
31manager:	root
32dumper:		root
33operator:	root
34abuse:		postmaster
35
36# trap decode to catch security attacks
37decode:		root
38
39