ffmpeg-6: fix COMPONENT_REVISION
[oi-userland.git] / components / mail / sendmail / files / aliases
blobb2dc05464457afaad283cd0fb352f005985c74cd
2 # Copyright (c) 1983, 2013, Oracle and/or its affiliates. All rights reserved.
4 # CDDL HEADER START
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.
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.
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]
21 # CDDL HEADER END
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)
28 #       >>>>>>>>>>      The program "newaliases" must be run after
29 #       >> NOTE >>      this file is updated for any changes to
30 #       >>>>>>>>>>      show through to sendmail.
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
37 # Alias for mailer daemon; returned messages from our MAILER-DAEMON
38 # should be routed to our local Postmaster.
39 MAILER-DAEMON: postmaster
41 # General redirections for pseudo accounts.
42 bin:            root
43 daemon:         root
44 system:         root
45 toor:           root
46 uucp:           root
47 adm:            root
49 # Well-known aliases.
50 manager:        root
51 dumper:         root
52 operator:       root
54 # trap decode to catch security attacks
55 decode:         root
57 # Aliases to handle mail to programs or files, eg news or vacation
58 nobody: /dev/null
60 # Sample aliases:
62 # Alias for distribution list, members specified here:
63 #staff:wnj,mosher,sam,ecc,mckusick,sklower,olson,rwh@ernie
65 # Alias for distribution list, members specified elsewhere:
66 #keyboards: :include:/usr/jfarrell/keyboards.list
68 # Alias for a person, so they can receive mail by several names:
69 #epa:eric
71 #######################
72 # Local aliases below #
73 #######################