aliases revision 190304
150472Speter# $FreeBSD: head/etc/mail/aliases 190304 2009-03-23 00:40:07Z gshapiro $
237Srgrimes#	@(#)aliases	5.3 (Berkeley) 5/24/90
337Srgrimes#
437Srgrimes#  Aliases in this file will NOT be expanded in the header from
527086Swosch#  Mail, but WILL be visible over networks.
637Srgrimes#
737Srgrimes#	>>>>>>>>>>	The program "newaliases" must be run after
837Srgrimes#	>> NOTE >>	this file is updated for any changes to
937Srgrimes#	>>>>>>>>>>	show through to sendmail.
1037Srgrimes#
1127086Swosch#
1299134Smaxim# See also RFC 2142, `MAILBOX NAMES FOR COMMON SERVICES, ROLES
1327086Swosch# AND FUNCTIONS', May 1997
14190304Sgshapiro# 	http://tools.ietf.org/html/rfc2142
1537Srgrimes
1699134Smaxim# Pretty much everything else in this file points to "root", so
1788684Sgshapiro# you would do well in either reading root's mailbox or forwarding
1888684Sgshapiro# root's email from here.
1927086Swosch
2040855Sphk# root:	me@my.domain
2140855Sphk
2237Srgrimes# Basic system aliases -- these MUST be present
2337SrgrimesMAILER-DAEMON: postmaster
2437Srgrimespostmaster: root
2537Srgrimes
2637Srgrimes# General redirections for pseudo accounts
27147069Smaxim_dhcp:	root
28131343Smaxim_pflogd: root
2937Srgrimesbin:	root
3069191Sdougbbind:	root
3137Srgrimesdaemon:	root
3237Srgrimesgames:	root
3369191Sdougbkmem:	root
3487664Sgshapiromailnull: postmaster
3527086Swoschman:	root
3627086Swoschnews:	root
3737Srgrimesnobody:	root
3827086Swoschoperator: root
3943781Sdespop:	root
40127234Smaximproxy:	root
4187664Sgshapirosmmsp:	postmaster
4299133Smaximsshd:	root
4337Srgrimessystem:	root
4437Srgrimestoor:	root
4569191Sdougbtty:	root
4627086Swoschusenet: news
4737Srgrimesuucp:	root
4837Srgrimes
49153Srgrimes# Well-known aliases -- these should be filled in!
50153Srgrimes# manager:
51153Srgrimes# dumper:
5212389Sache
5327086Swosch# BUSINESS-RELATED MAILBOX NAMES
5427086Swosch# info:
5527086Swosch# marketing:
5627086Swosch# sales:
5727086Swosch# support:
5827086Swosch
5927086Swosch# NETWORK OPERATIONS MAILBOX NAMES
6028428Swoschabuse:	root
6127086Swosch# noc:		root
6228428Swoschsecurity:	root
6327086Swosch
6427086Swosch# SUPPORT MAILBOX NAMES FOR SPECIFIC INTERNET SERVICES
6528428Swoschftp: 		root
6628428Swoschftp-bugs: 	ftp
6727086Swosch# hostmaster: 	root
6827086Swosch# webmaster: 	root
6927086Swosch# www: 		webmaster
7027086Swosch
71110551Sgshapiro# NOTE: /var/msgs and /var/msgs/bounds must be owned by sendmail's
72112573Sgshapiro#	DefaultUser (defaults to mailnull) for the msgs alias to work.
73110551Sgshapiro#
7412389Sache# msgs: "| /usr/bin/msgs -s"
75110551Sgshapiro
7627086Swosch# bit-bucket: /dev/null
7727086Swosch# dev-null: bit-bucket
78