blob: c822666d47a068a152b74095b7ac23c08a16e0d8 (
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
33
34
35
36
37
38
39
40
41
|
#
# $OpenBSD: aliases,v 1.10 2002/07/15 23:47:57 deraadt 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
popa3d: root
proxy: root
smmsp: root
sshd: root
_portmap: root
_rstatd: root
_identd: root
_rusersd: root
_fingerd: root
# Well-known aliases -- these should be filled in!
# root:
# manager:
# dumper:
# uncomment this for msgs:
# msgs: "|/usr/bin/msgs -s"
|