Name
FEATURE(bitdomain)
Synopsis
This bitdomain
feature is deprecated because its functionality can be handled by the
newer domaintable
feature (FEATURE(domaintable)). In case you still need to use this
bitdomain
feature, we continue to describe it
here.
Many Internet hosts have BITNET addresses that are separate from their Internet addresses. For example, the host icsi.berkeley.edu has the registered BITNET name ucbicsi. If a user tried to reply to an address such as:
user@ucbicsi.bitnet
that mail would fail. To help with translating registered BITNET
names
into Internet addresses, John Gardiner Myers has supplied the
bitdomain
program in the
contrib subdirectory. It produces output in the
form:
ucbicsi icsi.berkeley.edu
that can be put into database form for use with the
K
configuration command. The
bitdomain
feature causes rules to be included in
the configuration file that perform the necessary translation:
R$* < @ $+ .BITNET > $* $: $1 < @ $(bitdomain $2 $: $2.BITNET $) > $3
Note that this rule requires BITNET addresses to be so identified
with a .BITNET
suffix. If the address, without the
suffix, is found in the bitdomain
database, the
Internet equivalent address is used in its place. (See also the
UUCPSMTP mc configuration macro and the
domaintable
feature.)
The form of the bitdomain
feature is:
FEATURE(`bitdomain')
This declaration causes the following K
configuration command to be included in addition to the
aforementioned rule:
Kbitdomain hash /etc/mail/bitdomain
The bitdomain ...
Get Sendmail, 3rd Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.