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
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to