components/sendmail/files/aliases
changeset 3649 4006eaaa7d29
equal deleted inserted replaced
3648:29c40c98aad3 3649:4006eaaa7d29
       
     1 #
       
     2 # Copyright (c) 1983, 2013, Oracle and/or its affiliates. All rights reserved.
       
     3 #
       
     4 # CDDL HEADER START
       
     5 #
       
     6 # The contents of this file are subject to the terms of the
       
     7 # Common Development and Distribution License (the "License").
       
     8 # You may not use this file except in compliance with the License.
       
     9 #
       
    10 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
       
    11 # or http://www.opensolaris.org/os/licensing.
       
    12 # See the License for the specific language governing permissions
       
    13 # and limitations under the License.
       
    14 #
       
    15 # When distributing Covered Code, include this CDDL HEADER in each
       
    16 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
       
    17 # If applicable, add the following below this CDDL HEADER, with the
       
    18 # fields enclosed by brackets "[]" replaced with your own identifying
       
    19 # information: Portions Copyright [yyyy] [name of copyright owner]
       
    20 #
       
    21 # CDDL HEADER END
       
    22 #
       
    23 
       
    24 ##
       
    25 #  Aliases can have any mix of upper and lower case on the left-hand side,
       
    26 #	but the right-hand side should be proper case (usually lower)
       
    27 #
       
    28 #	>>>>>>>>>>	The program "newaliases" must be run after
       
    29 #	>> NOTE >>	this file is updated for any changes to
       
    30 #	>>>>>>>>>>	show through to sendmail.
       
    31 ##
       
    32 
       
    33 # The following alias is required by the mail protocol, RFC 2821
       
    34 # Set it to the address of a HUMAN who deals with this system's mail problems.
       
    35 postmaster: root
       
    36 
       
    37 # Alias for mailer daemon; returned messages from our MAILER-DAEMON
       
    38 # should be routed to our local Postmaster.
       
    39 MAILER-DAEMON: postmaster
       
    40 
       
    41 # General redirections for pseudo accounts.
       
    42 bin:		root
       
    43 daemon:		root
       
    44 system:		root
       
    45 toor:		root
       
    46 uucp:		root
       
    47 adm:		root
       
    48 
       
    49 # Well-known aliases.
       
    50 manager:	root
       
    51 dumper:		root
       
    52 operator:	root
       
    53 
       
    54 # trap decode to catch security attacks
       
    55 decode:		root
       
    56 
       
    57 # Aliases to handle mail to programs or files, eg news or vacation
       
    58 nobody: /dev/null
       
    59 
       
    60 # Sample aliases:
       
    61 
       
    62 # Alias for distribution list, members specified here:
       
    63 #staff:wnj,mosher,sam,ecc,mckusick,sklower,olson,rwh@ernie
       
    64 
       
    65 # Alias for distribution list, members specified elsewhere:
       
    66 #keyboards: :include:/usr/jfarrell/keyboards.list
       
    67 
       
    68 # Alias for a person, so they can receive mail by several names:
       
    69 #epa:eric
       
    70 
       
    71 #######################
       
    72 # Local aliases below #
       
    73 #######################
       
    74