Home | History | Annotate | Line # | Download | only in etc
aliases revision 1.3
      1  1.1  cgd #
      2  1.1  cgd #	@(#)aliases	5.3 (Berkeley) 5/24/90
      3  1.1  cgd #
      4  1.1  cgd #  Aliases in this file will NOT be expanded in the header from
      5  1.1  cgd #  Mail, but WILL be visible over networks or from /bin/mail.
      6  1.1  cgd #
      7  1.1  cgd #	>>>>>>>>>>	The program "newaliases" must be run after
      8  1.1  cgd #	>> NOTE >>	this file is updated for any changes to
      9  1.1  cgd #	>>>>>>>>>>	show through to sendmail.
     10  1.1  cgd #
     11  1.1  cgd 
     12  1.1  cgd # Basic system aliases -- these MUST be present
     13  1.1  cgd MAILER-DAEMON: postmaster
     14  1.1  cgd postmaster: root
     15  1.1  cgd 
     16  1.1  cgd # General redirections for pseudo accounts
     17  1.1  cgd bin:	root
     18  1.1  cgd daemon:	root
     19  1.1  cgd games:	root
     20  1.1  cgd ingres:	root
     21  1.1  cgd nobody:	root
     22  1.1  cgd system:	root
     23  1.1  cgd toor:	root
     24  1.1  cgd uucp:	root
     25  1.1  cgd 
     26  1.2  cgd # Well-known aliases -- these should be filled in!
     27  1.2  cgd # root:
     28  1.2  cgd # manager:
     29  1.2  cgd # dumper:
     30  1.2  cgd # operator:
     31  1.3  cgd 
     32  1.3  cgd # uncomment this for msgs:
     33  1.3  cgd # msgs: "|/usr/bin/msgs -s"
     34