]> git.pld-linux.org Git - packages/sendmail.git/blame - sendmail-mailertable-sample
- ooops - left from tests...
[packages/sendmail.git] / sendmail-mailertable-sample
CommitLineData
7c7baedf 1# /etc/mail/mailertable
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# Specify a mapping from old host name to new host name.
8# Commonly used to support old (or merged) domain names.
9# The host name in the lhs will be rewritten to that in the rhs
10#
11# Usage:
12# FEATURE(mailertable[, type [-o] /etc/mail/mailertable])dnl
13# makemap hash mailertable < mailertable
14#
15# Format:
16# Local recipients:
17# <address> local:user
18# <address> local: <<- will use same user
19# Error messages:
20# badhost error:nohost mail to %0 is prohibited
21# .baddomain error:nohost mail to %1%0 is prohibited
22#
23# Examples:
24# Local recipients:
25# <address> local:user
26# <address> local: <<- will use same user
27# Error messages:
28# badhost error:nohost mail to %0 is prohibited
29# .baddomain error:nohost mail to %1%0 is prohibited
30#
31# Notes:
32#
33# Related:
34#
35# Address rewrites for hosts *NOT IN* class $w
36# Direct delivery, %0 is left side
37# friend.dom smtp:[%0]:[some.smart.host]
38# Direct deliver of domain, smarthost as second choice
39# .friend.dom smtp:[%1%0]:[some.smart.host]
40# Default route, via smarthost
41# . smtp:[some.smart.host]
42#
43badhost error:nohost mail to %0 is prohibited
44.baddomain error:nohost mail to %1%0 is prohibited
45#
46# Sites we deliver directly to, bypassing SMARTHOST:
47#
48# Sites that use DUL: Dialup User Lists (or equivalent)
49#aol.com esmtp:[relay]
50#primenet.com esmtp:[relay]
This page took 0.053632 seconds and 4 git commands to generate.