Home | History | Annotate | Line # | Download | only in etc
aliases revision 1.16
      1 #	$NetBSD: aliases,v 1.16 2002/06/05 21:32:25 itojun 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 games:		root
     21 named:		root
     22 nobody:		root
     23 postfix:	root
     24 toor:		root
     25 named:		root
     26 ndpd:		root
     27 sshd:		root
     28 smmsp:		root
     29 
     30 # Well-known aliases -- these should be filled in!
     31 # root:
     32 # operator:
     33 
     34 # Standard aliases defined by rfc2142
     35 # address to report network abuse (like spam)
     36 abuse:		postmaster
     37 # reports of network infrastructure difficulties
     38 noc:		root
     39 # address to report security problems
     40 security:	root
     41 # DNS administrator (DNS SOA records should use this)
     42 hostmaster:	root
     43 # Usenet news service administrator
     44 usenet:		root
     45 news:		usenet
     46 # http/web service administrator
     47 webmaster:	root
     48 www:		webmaster
     49 # UUCP service administrator
     50 uucp:		root
     51 # FTP administrator (especially anonymous FTP)
     52 ftp:		root
     53 
     54 # don't enable this.
     55 # decode:	/dev/null
     56 
     57 # uncomment this for msgs:
     58 # msgs: "|/usr/bin/msgs -s"
     59