$w
The short name of this host All versions
When sendmail first starts to
run, it calls gethostname(3) to
get the name of the local machine. If that call
fails, it sets that local name to be localhost
. Then
gethostbyname(3) is called to
find the official name for the local host. If that
call fails, the official name for the local host
remains unchanged. The official name for the local
host is assigned to $j
.
If the V
command’s
version (The V Configuration Command on page 580) is 5 or higher, V8
sendmail discards the domain
and assigns the result to $w
(the short name):
here.us.edu
↑
from here to end of name discarded
If the version is 4 or less, $w
is assigned the fully qualified name
(and is identical to $j
).
$w
is then appended
to class $=w
($=w on page 876).
$=w
is used
internally by sendmail to
screen all MX records that are found in delivering
mail over the network.[326] Each such record is compared in a
case-insensitive fashion to $=w
. If there is a match, that MX
record and all additional MX records of lower
priority are skipped. This prevents
sendmail from mistakenly
connecting to itself.
Any of the following errors (or variations on them)
indicate that $=w
, $w
, or $j
might contain a faulty value, most
likely from a bad configuration file
declaration:
553 host config error: mail loops back to myself 553 Local configuration error, hostname not recognized as local 553 host hostname configuration error 553 5.3.5 host config error: mail loops back to me (MX problem?)
Note that if
Get sendmail, 4th 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.