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