Revision 11327,
1.0 KB
checked in by danw, 27 years ago
(diff) |
add more @localhosts to make this work
|
Line | |
---|
1 | # $Id: aliases,v 1.3 1998-03-31 16:50:06 danw Exp $ |
---|
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 |
---|
21 | postmaster@localhost: root@localhost |
---|
22 | |
---|
23 | # We don't care about root's mail on cluster workstations |
---|
24 | root@localhost: /dev/null@localhost |
---|
25 | daemon@localhost: /dev/null@localhost |
---|
26 | MAILER-DAEMON@localhost: /dev/null@localhost |
---|
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.