Home | History | Annotate | Line # | Download | only in etc
aliases revision 1.9
      1 #	$NetBSD: aliases,v 1.9 1998/01/09 23:51:09 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 toor:		root
     25 uucp:		root
     26 
     27 # Well-known aliases -- these should be filled in!
     28 # root:
     29 # operator:
     30 
     31 # Standard aliases defined by rfc2142
     32 abuse:		postmaster # address to report network abuse (like spam)
     33 noc:		root	   # reports of network infrastructure difficulties
     34 security:	root	   # address to report security problems
     35 hostmaster:	root	   # DNS maintainer (DNS SOA records should use this)
     36 usenet:		root	   # Usenet news service maintainer
     37 news:		usenet	   # defined as an alias for "usenet"
     38 webmaster:	root	   # http/web service maintainer
     39 www:		webmaster  # defined as an alias for "webmaster"
     40 uucp:		root	   # uucp service maintainer
     41 ftp:		root	   # ftp maintainer (especially anonymous ftp)
     42 
     43 # don't enable this.
     44 # decode:	/dev/null
     45 
     46 # uncomment this for msgs:
     47 # msgs: "|/usr/bin/msgs -s"
     48