blob: fc745f9cd88fb64b839ea84d5311ef5c38144beb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
#
# $OpenBSD: aliases,v 1.7 1999/03/08 07:54:11 todd Exp $
#
# Aliases in this file will NOT be expanded in the header from
# Mail, but WILL be visible over networks or from /bin/mail.
#
# >>>>>>>>>> The program "newaliases" must be run after
# >> NOTE >> this file is updated for any changes to
# >>>>>>>>>> show through to sendmail.
#
# Basic system aliases -- these MUST be present
MAILER-DAEMON: postmaster
postmaster: root
# General redirections for pseudo accounts
bin: root
daemon: root
named: root
nobody: root
operator: root
uucp: root
www: root
ftp-bugs: root
# Well-known aliases -- these should be filled in!
# root:
# manager:
# dumper:
# uncomment this for msgs:
# msgs: "|/usr/bin/msgs -s"
|