[BACK]Return to aliases CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / etc

Annotation of src/etc/aliases, Revision 1.8

1.8     ! mrg         1: #      $NetBSD: aliases,v 1.7 1997/02/15 10:02:10 mikel Exp $
1.1       cgd         2: #
1.7       mikel       3: #      @(#)aliases     8.2 (Berkeley) 3/5/94
1.1       cgd         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:
1.7       mikel      13: # Basic system aliases -- these MUST be present.
1.1       cgd        14: MAILER-DAEMON: postmaster
                     15: postmaster: root
                     16:
1.7       mikel      17: # General redirections for pseudo accounts.
                     18: bin:           root
                     19: daemon:                root
                     20: games:         root
                     21: ingres:                root
                     22: nobody:                root
                     23: system:                root
                     24: toor:          root
                     25: uucp:          root
                     26: ftp-bugs:      root
1.1       cgd        27:
1.2       cgd        28: # Well-known aliases -- these should be filled in!
                     29: # root:
                     30: # manager:
                     31: # dumper:
                     32: # operator:
1.7       mikel      33:
1.8     ! mrg        34: # don't enable this.
        !            35: # decode:      /dev/null
1.3       cgd        36:
                     37: # uncomment this for msgs:
                     38: # msgs: "|/usr/bin/msgs -s"

CVSweb <webmaster@jp.NetBSD.org>