1#	$NetBSD: aliases,v 1.21 2008/07/18 21:12:03 apb Exp $
2#
3#	from: @(#)aliases	8.2 (Berkeley) 3/5/94
4#
5#  Aliases in this file will NOT be expanded in the header from
6#  Mail, but WILL be visible over networks or from /usr/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# Basic system aliases -- these MUST be present.
14MAILER-DAEMON: postmaster
15postmaster: root
16
17# General redirections for pseudo accounts.
18toor:		root
19daemon:		root
20bin:		root
21games:		root
22postfix:	postmaster
23named:		root
24ntpd:		root
25sshd:		root
26nobody:		root
27
28# Well-known aliases -- these should be filled in!
29# root:
30# operator:
31
32# Standard aliases defined by rfc2142
33# address to report network abuse (like spam)
34abuse:		postmaster
35# reports of network infrastructure difficulties
36noc:		root
37# address to report security problems
38security:	root
39# DNS administrator (DNS SOA records should use this)
40hostmaster:	root
41# Usenet news service administrator
42usenet:		root
43news:		usenet
44# http/web service administrator
45webmaster:	root
46www:		webmaster
47# UUCP service administrator
48uucp:		root
49# FTP administrator (especially anonymous FTP)
50ftp:		root
51
52# don't enable this.
53# decode:	/dev/null
54
55# uncomment this for msgs(1):
56# msgs: "|/usr/bin/msgs -s"
57