OSDN Git Service

initial commit
[openbsd-octeon/openbsd-octeon.git] / src / etc / mail / genericstable
1 # $OpenBSD: genericstable,v 1.1 2004/08/14 17:06:03 millert Exp $
2 #
3 # sendmail(8) generics table.  Rebuild by running as root:
4 #   makemap hash /etc/mail/genericstable < /etc/mail/genericstable
5 #
6 # This file contains the mapping of local to external addresses.
7 # It is often used to map login names to First.Last name style
8 # email addresses.
9 #
10 # Each line denotes a transform of:
11 #   local_address       external_address
12 #
13 # Where local_address is usually unqualified.
14 #
15 # E.g.
16 #   peter               Peter.Parker@bugle.com
17 #
18 # It is also possible to rewrite non-local address from one or more
19 # domains using the GENERICS_DOMAIN or GENERICS_DOMAIN_FILE macros.
20 # This is usally used on an outgoing mail hub to rewrite addresses
21 # from different subsidiaries or departments to include the parent
22 # domain (in addition to the First.Last name mapping).  E.g.
23 #
24 #   joe@dept.company.com        Joe.Bloggs@company.com
25 #
26 # See the "genericstable" section of /usr/share/sendmail/README for
27 # more information.
28 #