Peter Much wrote:
> ! So if I look up an unqualified "froboz", it's assumed to be in
> ! the local domain because of the DNS suffix every machine is using,
> ! and every machine is using it, either because you told it to, or
> ! because that's what the DHCP server told it to use, when it handed
> ! each machine it's IP address.
> 
> Exactly. And when this is not found, then the resolver will
> inplicitly issue another query for the unqualified name.
> 
> And it is even worse with sendmail, because sendmail does quite
> interesting things there - like switching off RES_DEFNAMES -
> so this one will definitely not add the local domain.

This is broken in 2 ways:

1)      The default names option in the standard resolver will prevent
        another query for the unqualified name, since unqualified names
        are supposed to get the local domain name, unconditionally.

2)      It's possible to change the resolver flags in sendmail by
        adding lines to the M4 file source code.  You need to look
        at the source tree and read cf/README.

-- Terry

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to