[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.15.2.1, Thu Jun 6 02:40:42 2002 UTC (21 years, 10 months ago) by lukem
Branch: netbsd-1-6
CVS Tags: netbsd-1-6-RELEASE, netbsd-1-6-RC3, netbsd-1-6-RC2, netbsd-1-6-RC1, netbsd-1-6-PATCH002-RELEASE, netbsd-1-6-PATCH002-RC4, netbsd-1-6-PATCH002-RC3, netbsd-1-6-PATCH002-RC2, netbsd-1-6-PATCH002-RC1, netbsd-1-6-PATCH002, netbsd-1-6-PATCH001-RELEASE, netbsd-1-6-PATCH001-RC3, netbsd-1-6-PATCH001-RC2, netbsd-1-6-PATCH001-RC1, netbsd-1-6-PATCH001
Changes since 1.15: +7 -4 lines

Pull up revisions 1.5-1.7 (requested by Itojun in #184, and myself):
1.16:
	uid/gid for sendmail 8.12.x.
	disallow chroot priv accounts from being used for ftp.

1.17:
	typo

1.18:
	aliases: duplicated "named" entry
	ftpuesrs: add postfix

1.19:
	- re-order pseudo-users to master.passwd order
	- send postfix & smmsp email to postmaster instead of root

NOTE:	left smmsp user even though 1.6 doesn't have it (yet?), as
	it's harmless and makes tracking future changes easier

#	$NetBSD: aliases,v 1.15.2.1 2002/06/06 02:40:42 lukem 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
smmsp:		postmaster
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:
# msgs: "|/usr/bin/msgs -s"