forked from NetBSD/src
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaliases
56 lines (50 loc) · 1.3 KB
/
aliases
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# $NetBSD: aliases,v 1.22 2010/08/25 15:38:44 reed Exp $
#
# from: @(#)aliases 8.2 (Berkeley) 3/5/94
#
# Aliases in this file will NOT be expanded in the header from
# Mail, but WILL be visible over networks or from /usr/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.
toor: root
daemon: root
bin: root
games: root
postfix: postmaster
named: root
ntpd: root
sshd: root
nobody: root
# Well-known aliases -- these should be filled in!
# root:
# operator:
# Standard aliases defined by rfc2142
# address to report network abuse (like spam)
abuse: postmaster
# reports of network infrastructure difficulties
noc: root
# address to report security problems
security: root
# DNS administrator (DNS SOA records should use this)
hostmaster: root
# Usenet news service administrator
usenet: root
news: usenet
# http/web service administrator
webmaster: root
www: webmaster
# UUCP service administrator
uucp: root
# FTP administrator (especially anonymous FTP)
ftp: root
# don't enable this.
# decode: /dev/null
# uncomment this for msgs(1):
# msgs: "|/usr/bin/msgs -s"