]> git.pld-linux.org Git - packages/sendmail.git/blame - genericstable
2017ed7f595b20850d85dd9ea0aa1cd4 passwd-to-alias
[packages/sendmail.git] / genericstable
CommitLineData
319200ca 1# /etc/mail/genericstable
2# Copyright (c) 1998, Richard Nelson <cowboy@debian.org>.
3# Time-stamp: <1998/10/27 10:00:00 cowboy>
4# GPL'd config file, please feed any gripes, suggestions, etc. to me
5#
6# Function:
7# Cause certain addresses originating locally (unqualified), or
8# from a domain in $=G to be rewritten based upon the map below.
9# This mapping may change both the user and domain name.
10#
11# Usage:
12# FEATURE(genericstable[, type [-o] /etc/mail/genericstable])dnl
13# makemap hash genericstable < genericstable
14#
15# Format:
16# localuser realuser@realdomain <<- implied $j or masq domain
17# user@host realuser@realhost <<- tried first
18# user[@host] realuser[@realhost]
19#
20# Examples:
21#
22# Notes:
23# * Masquerading is *required* for genericstable support!
24# * Then genericstable should only be enabled if needed as it
25# causes every sender to be looked up in the database
26# * Members of $=w are *not* automatically placed in $=G
27# * For local mail, FEATURE(always_add_domain) is necessary
28#
29# Related:
30# EXPOSED_USER(root uucp)dnl <<- these are exempt from masquerading
31# FEATURE(allmasquerade)dnl <<- rewrite recipient addrs too
32# FEATURE(always_add_domain)dnl <<- add domain to unqualified names
33# FEATURE(limited_masquerade)dnl <<- only masq domains in $=M
34# FEATURE(masquerade_envelope)dnl <<- rewrite envelope return address too
35# GENERICS_DOMAIN_FILE(`/etc/mail/sendmail.cG')dnl <<- masq From:
36#
This page took 0.024333 seconds and 4 git commands to generate.