source: trunk/packs/config/aliases @ 11327

Revision 11327, 1.0 KB checked in by danw, 27 years ago (diff)
add more @localhosts to make this work
RevLine 
[11327]1# $Id: aliases,v 1.3 1998-03-31 16:50:06 danw Exp $
[11075]2
[9784]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
[11075]14# Note for Athena machines:
15# Since sendmail.cf rewrites unqualified addresses to be `@MIT.EDU',
16# you need to alias addresses `@localhost'
17
[9784]18# start of common aliases--do not remove this line
19
[11075]20# RFC 822 requires a `postmaster' alias to exist
[11327]21postmaster@localhost: root@localhost
[11075]22
23# We don't care about root's mail on cluster workstations
[11327]24root@localhost: /dev/null@localhost
25daemon@localhost: /dev/null@localhost
26MAILER-DAEMON@localhost: /dev/null@localhost
[11075]27
[9784]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.