Home | History | Annotate | Line # | Download | only in etc
aliases revision 1.12
      1 #	$NetBSD: aliases,v 1.12 2000/04/30 05:49:10 perry Exp $
      2 #
      3 #	from: @(#)aliases	8.2 (Berkeley) 3/5/94
      4 #
      5 #  Aliases in this file will NOT be expanded in the header from
      6 #  Mail, but WILL be visible over networks or from /bin/mail.
      7 #
      8 #	>>>>>>>>>>	The program "newaliases" must be run after
      9 #	>> NOTE >>	this file is updated for any changes to
     10 #	>>>>>>>>>>	show through to sendmail.
     11 #
     12 
     13 # Basic system aliases -- these MUST be present.
     14 MAILER-DAEMON: postmaster
     15 postmaster: root
     16 
     17 # General redirections for pseudo accounts.
     18 bin:		root
     19 daemon:		root
     20 falken:		root
     21 games:		root
     22 ingres:		root
     23 nobody:		root
     24 postfix:	root
     25 toor:		root
     26 
     27 # Well-known aliases -- these should be filled in!
     28 # root:
     29 # operator:
     30 
     31 # Standard aliases defined by rfc2142
     32 # address to report network abuse (like spam)
     33 abuse:		postmaster
     34 # reports of network infrastructure difficulties
     35 noc:		root
     36 # address to report security problems
     37 security:	root
     38 # DNS administrator (DNS SOA records should use this)
     39 hostmaster:	root
     40 # Usenet news service administrator
     41 usenet:		root
     42 news:		usenet
     43 # http/web service administrator
     44 webmaster:	root
     45 www:		webmaster
     46 # UUCP service administrator
     47 uucp:		root
     48 # FTP administrator (especially anonymous FTP)
     49 ftp:		root
     50 
     51 # don't enable this.
     52 # decode:	/dev/null
     53 
     54 # uncomment this for msgs:
     55 # msgs: "|/usr/bin/msgs -s"
     56