source: trunk/packs/config/aliases @ 11075

Revision 11075, 985 bytes checked in by danw, 26 years ago (diff)
alias root, daemon, and MAILER-DAEMON (to /dev/null) add a few comments
Line 
1# $Id $
2
3#########################################################################
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
14# Note for Athena machines:
15# Since sendmail.cf rewrites unqualified addresses to be `@MIT.EDU',
16# you need to alias addresses `@localhost'
17
18# start of common aliases--do not remove this line
19
20# RFC 822 requires a `postmaster' alias to exist
21postmaster@localhost: root
22
23# We don't care about root's mail on cluster workstations
24root@localhost: /dev/null
25daemon@localhost: /dev/null
26MAILER-DAEMON@localhost: /dev/null
27
28# Add the following alias to enable NIS aliases.  If enabled, the
29#       NIS database defines anything not defined in this file.
30#+:+
Note: See TracBrowser for help on using the repository browser.