[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
How to use an IP when the FQDN exists for a host ?
- To: hobbit (at) hswn.dk
- Subject: How to use an IP when the FQDN exists for a host ?
- From: pkc_mls <pkc_mls (at) yahoo.fr>
- Date: Mon, 25 Feb 2008 09:06:51 +0100
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.fr; h=Received:X-YMail-OSG:X-Yahoo-Newman-Property:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:Content-Type:Content-Transfer-Encoding; b=KEjlavNuNn46yYPUIjcvlGmOiqN/3KtJ3EbA5BQe3GzCTjwFdoVXGU5c+MBXEGANZNg4TdL5m3MIha5q2wDDpW/ZfIrqcA0xIFJHpyF1Nct/ITCTIRYQl5MTXoBmnfkgghKNPkZ8z6qQ6CFlq1z8h+G1AX/WeA9Vr9BQbC8dj0Q= ;
- User-agent: Thunderbird 2.0.0.9 (Windows/20071031)
Hi all,
I have an entry in my bb-hosts for an smtp server :
1.2.3.4 smtp.domain.com # smtp
but the smtp.domain.com is resolved with a different IP, so the check is
done with the
IP that comes from the DNS resolution.
is there a way to use the IP ? (I'd like to keep the name).
thanks