Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Mar 2006 06:44:21 -0500
From:      Chuck Swiger <cswiger@mac.com>
To:        fbsd_user@a1poweruser.com
Cc:        "questions@FreeBSD. org" <questions@FreeBSD.org>
Subject:   Re: sendmail & dns lookups
Message-ID:  <441FE715.2080308@mac.com>
In-Reply-To: <MIEPLLIBMLEEABPDBIEGAEMEHCAA.fbsd_user@a1poweruser.com>
References:  <MIEPLLIBMLEEABPDBIEGAEMEHCAA.fbsd_user@a1poweruser.com>

next in thread | previous in thread | raw e-mail | index | archive | help
fbsd_user wrote:
> How do you tell sendmail not to do dns lookups?

FEATURE('nocanonify')

...is probably what you are looking for, otherwise you can enclose a raw IP
address in square brackets (ie, [1.2.3.4]) in a mailertable entry or elsewhere
which will disable the MX lookups for that specific host.

-- 
-Chuck



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?441FE715.2080308>