[BACK]Return to aliases CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / etc

File: [cvs.NetBSD.org] / src / etc / aliases (download)

Revision 1.21, Fri Jul 18 21:12:03 2008 UTC (15 years, 8 months ago) by apb
Branch: MAIN
CVS Tags: wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, netbsd-5-base, netbsd-5-2-RELEASE, netbsd-5-2-RC1, netbsd-5-2-3-RELEASE, netbsd-5-2-2-RELEASE, netbsd-5-2-1-RELEASE, netbsd-5-2, netbsd-5-1-RELEASE, netbsd-5-1-RC4, netbsd-5-1-RC3, netbsd-5-1-RC2, netbsd-5-1-RC1, netbsd-5-1-5-RELEASE, netbsd-5-1-4-RELEASE, netbsd-5-1-3-RELEASE, netbsd-5-1-2-RELEASE, netbsd-5-1-1-RELEASE, netbsd-5-1, netbsd-5-0-RELEASE, netbsd-5-0-RC4, netbsd-5-0-RC3, netbsd-5-0-RC2, netbsd-5-0-RC1, netbsd-5-0-2-RELEASE, netbsd-5-0-1-RELEASE, netbsd-5-0, netbsd-5, mjf-devfs2-base2, mjf-devfs2-base, matt-premerge-20091211, matt-nb5-pq3-base, matt-nb5-pq3, matt-nb5-mips64-u2-k2-k4-k7-k8-k9, matt-nb5-mips64-u1-k1-k5, matt-nb5-mips64-premerge-20101231, matt-nb5-mips64-premerge-20091211, matt-nb5-mips64-k15, matt-nb5-mips64, matt-nb4-mips64-k7-u2a-k9b, matt-mips64-base2, jym-xensuspend-nbase, jym-xensuspend-base, jym-xensuspend
Changes since 1.20: +2 -2 lines

s/msgs/msgs(1)/ in a comment.  From PR 39167.

#	$NetBSD: aliases,v 1.21 2008/07/18 21:12:03 apb 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 /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"