Date: Fri, 11 May 2001 14:23:16 -0700 From: "Caleb Walker" <cwalker@cwalk.org> To: "Vander Francisco" <vander@vanderland.com>, <freebsd-questions@FreeBSD.ORG> Subject: Re: DNS or Sendmail ? Message-ID: <008901c0da60$98a09430$92115ea5@whl117671isd> References: <003f01c0da33$01cd6880$8354040a@zoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. ------=_NextPart_000_0086_01C0DA25.EB472F90 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit This ought to do See attached ----- Original Message ----- From: "Vander Francisco" <vander@vanderland.com> To: <freebsd-questions@FreeBSD.ORG> Sent: Friday, May 11, 2001 8:56 AM Subject: DNS or Sendmail ? > > 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 > ------=_NextPart_000_0086_01C0DA25.EB472F90 Content-Type: application/octet-stream; name="vanderland.com.hosts" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="vanderland.com.hosts" $TTL 38400 @ IN SOA ns1.vanderland.com. vander200.home.com. ( 988652649 ; Serial 2H ; refresh 1H ; retry 2W ; expire 300 ) ; minimum ;Name Servers IN NS ns1.vanderland.com. IN NS ns3.zoneedit.com. IN NS ns5.zoneedit.com. ;MX records IN MX 10 mail.vanderland.com. ; Host Records @ IN A 24.180.127.92 www IN CNAME ns1.vanderland.com. mail IN A 24.180.127.92 NS1 IN A 24.180.127.92 ------=_NextPart_000_0086_01C0DA25.EB472F90-- 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?008901c0da60$98a09430$92115ea5>