[BACK]Return to genericstable CVS log [TXT][DIR] Up to [local] / src / etc / mail

File: [local] / src / etc / mail / Attic / genericstable (download)

Revision 1.1, Sat Aug 14 17:06:03 2004 UTC (19 years, 9 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2, OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8, OPENBSD_3_7_BASE, OPENBSD_3_7, OPENBSD_3_6_BASE, OPENBSD_3_6

Add example genericstable

# $OpenBSD: genericstable,v 1.1 2004/08/14 17:06:03 millert Exp $
#
# sendmail(8) generics table.  Rebuild by running as root:
#   makemap hash /etc/mail/genericstable < /etc/mail/genericstable
#
# This file contains the mapping of local to external addresses.
# It is often used to map login names to First.Last name style
# email addresses.
#
# Each line denotes a transform of:
#   local_address	external_address
#
# Where local_address is usually unqualified.
#
# E.g.
#   peter		Peter.Parker@bugle.com
#
# It is also possible to rewrite non-local address from one or more
# domains using the GENERICS_DOMAIN or GENERICS_DOMAIN_FILE macros.
# This is usally used on an outgoing mail hub to rewrite addresses
# from different subsidiaries or departments to include the parent
# domain (in addition to the First.Last name mapping).  E.g.
#
#   joe@dept.company.com	Joe.Bloggs@company.com
#
# See the "genericstable" section of /usr/share/sendmail/README for
# more information.
#