Home | History | Annotate | Line # | Download | only in proto
aliases0 revision 1.1.1.1.4.2
      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
     15 MAILER-DAEMON:	postmaster
     16 postmaster:	root
     17 
     18 # General redirections for pseudo accounts
     19 bin:		root
     20 daemon:		root
     21 named:		root
     22 nobody:		root
     23 uucp:		root
     24 www:		root
     25 ftp-bugs:	root
     26 postfix:	root
     27 
     28 # Put your local aliases here.
     29 
     30 # Well-known aliases
     31 manager:	root
     32 dumper:		root
     33 operator:	root
     34 abuse:		postmaster
     35 
     36 # trap decode to catch security attacks
     37 decode:		root
     38 
     39