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