aliases revision 147069
150472Speter# $FreeBSD: head/etc/mail/aliases 147069 2005-06-07 03:41:20Z maxim $
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
1437Srgrimes
1599134Smaxim# Pretty much everything else in this file points to "root", so
1688684Sgshapiro# you would do well in either reading root's mailbox or forwarding
1788684Sgshapiro# root's email from here.
1827086Swosch
1940855Sphk# root:	me@my.domain
2040855Sphk
2137Srgrimes# Basic system aliases -- these MUST be present
2237SrgrimesMAILER-DAEMON: postmaster
2337Srgrimespostmaster: root
2437Srgrimes
2537Srgrimes# General redirections for pseudo accounts
26147069Smaxim_dhcp:	root
27131343Smaxim_pflogd: root
2837Srgrimesbin:	root
2969191Sdougbbind:	root
3037Srgrimesdaemon:	root
3137Srgrimesgames:	root
3269191Sdougbkmem:	root
3387664Sgshapiromailnull: postmaster
3427086Swoschman:	root
3527086Swoschnews:	root
3637Srgrimesnobody:	root
3727086Swoschoperator: root
3843781Sdespop:	root
39127234Smaximproxy:	root
4087664Sgshapirosmmsp:	postmaster
4199133Smaximsshd:	root
4237Srgrimessystem:	root
4337Srgrimestoor:	root
4469191Sdougbtty:	root
4527086Swoschusenet: news
4637Srgrimesuucp:	root
4737Srgrimes
48153Srgrimes# Well-known aliases -- these should be filled in!
49153Srgrimes# manager:
50153Srgrimes# dumper:
5112389Sache
5227086Swosch# BUSINESS-RELATED MAILBOX NAMES
5327086Swosch# info:
5427086Swosch# marketing:
5527086Swosch# sales:
5627086Swosch# support:
5727086Swosch
5827086Swosch# NETWORK OPERATIONS MAILBOX NAMES
5928428Swoschabuse:	root
6027086Swosch# noc:		root
6128428Swoschsecurity:	root
6227086Swosch
6327086Swosch# SUPPORT MAILBOX NAMES FOR SPECIFIC INTERNET SERVICES
6428428Swoschftp: 		root
6528428Swoschftp-bugs: 	ftp
6627086Swosch# hostmaster: 	root
6727086Swosch# webmaster: 	root
6827086Swosch# www: 		webmaster
6927086Swosch
70110551Sgshapiro# NOTE: /var/msgs and /var/msgs/bounds must be owned by sendmail's
71112573Sgshapiro#	DefaultUser (defaults to mailnull) for the msgs alias to work.
72110551Sgshapiro#
7312389Sache# msgs: "| /usr/bin/msgs -s"
74110551Sgshapiro
7527086Swosch# bit-bucket: /dev/null
7627086Swosch# dev-null: bit-bucket
77