aliases revision 218119
150472Speter# $FreeBSD: head/etc/mail/aliases 218119 2011-01-31 07:47:28Z 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
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
33218119Smaximhast:	root
3469191Sdougbkmem:	root
3587664Sgshapiromailnull: postmaster
3627086Swoschman:	root
3727086Swoschnews:	root
3837Srgrimesnobody:	root
3927086Swoschoperator: root
4043781Sdespop:	root
41127234Smaximproxy:	root
4287664Sgshapirosmmsp:	postmaster
4399133Smaximsshd:	root
4437Srgrimessystem:	root
4537Srgrimestoor:	root
4669191Sdougbtty:	root
4727086Swoschusenet: news
4837Srgrimesuucp:	root
4937Srgrimes
50153Srgrimes# Well-known aliases -- these should be filled in!
51153Srgrimes# manager:
52153Srgrimes# dumper:
5312389Sache
5427086Swosch# BUSINESS-RELATED MAILBOX NAMES
5527086Swosch# info:
5627086Swosch# marketing:
5727086Swosch# sales:
5827086Swosch# support:
5927086Swosch
6027086Swosch# NETWORK OPERATIONS MAILBOX NAMES
6128428Swoschabuse:	root
6227086Swosch# noc:		root
6328428Swoschsecurity:	root
6427086Swosch
6527086Swosch# SUPPORT MAILBOX NAMES FOR SPECIFIC INTERNET SERVICES
6628428Swoschftp: 		root
6728428Swoschftp-bugs: 	ftp
6827086Swosch# hostmaster: 	root
6927086Swosch# webmaster: 	root
7027086Swosch# www: 		webmaster
7127086Swosch
72110551Sgshapiro# NOTE: /var/msgs and /var/msgs/bounds must be owned by sendmail's
73112573Sgshapiro#	DefaultUser (defaults to mailnull) for the msgs alias to work.
74110551Sgshapiro#
7512389Sache# msgs: "| /usr/bin/msgs -s"
76110551Sgshapiro
7727086Swosch# bit-bucket: /dev/null
7827086Swosch# dev-null: bit-bucket
79