Date: Fri, 11 May 2001 11:56:51 -0400 From: "Vander Francisco" <vander@vanderland.com> To: <freebsd-questions@freebsd.org> Subject: DNS or Sendmail ? Message-ID: <003f01c0da33$01cd6880$8354040a@zoo.com>
next in thread | raw e-mail | index | archive | help
I have a FreeBSD server running BIND....
I create vanderland.com zone, using webmin, and the DNS is running...
the problem is: when I send a e-mail to vander@vanderland.com I get a
message
saying that 24.180.127.92.vanderland.com do not exist...
Where can I change to make the server to be found as vanderland.com, instead
24.180.127.92.vanderland.com ?
Here is my Configuration
/etc/namedb/vanderland.com.hosts
$ttl 38400
vanderland.com. IN SOA vanderland.com. vander2000.home.com. (
988652649
10800
3600
432000
38400 )
vanderland.com. IN NS 24.180.127.92
vanderland.com. IN NS 209.61.140.1
vanderland.com. IN NS 209.81.71.59
vanderland.com. IN MX 10 mail.vanderland.com.
vanderland.com. IN A 24.180.127.92
ns1.vanderland.com. IN A 24.180.127.92
mail.vanderland.com. IN A 24.180.127.92
www.vanderland.com. IN A 24.180.127.92
/etc/namedb/localhost.rev
$TTL 3600
@ IN SOA vanderland.com. root.vanderland.com. (
20010501 ; Serial
3600 ; Refresh
900 ; Retry
3600000 ; Expire
3600 ) ; Minimum
IN NS vanderland.com.
1 IN PTR localhost.com.
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?003f01c0da33$01cd6880$8354040a>
