|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: [PLUG] DNS CNAME issues
|
On Wed, Apr 25, 2001 at 05:45:48PM -0700, Eric Cunningham wrote:
> ; Mail routing
> IN MX 10 mail.beccel.com.
I believe you need an @ at the beginning of the line:
@ IN MX 10 mail.beccel.com.
(Someone correct me if that's unnecessary.)
> ; Addresses for the canonical names
> localhost.beccel.com IN A 127.0.0.1
> mail.beccel.com IN A 216.158.41.227
> ns2.beccel.com IN A 216.158.41.228
localhost.beccel.com. IN A 127.0.0.1
mail.beccel.com. IN A 216.158.41.227
ns2.beccel.com. IN A 216.158.41.228
Otherwise, BIND will think, for example, that you are talking about hosts
localhost.beccel.com.beccel.com, mail.beccel.com.beccel.com, and
ns2.beccel.com.beccel.com.
> ; Aliases - the part that doesn't work...
Probably once you correct the above, these will work.
--
Bill Jonas * bill@billjonas.com * http://www.billjonas.com/
"As we enjoy great advantages from the inventions of others, we should
be glad of an opportunity to serve others by any invention of ours; and
this we should do freely and generously." -- Benjamin Franklin
______________________________________________________________________
Philadelphia Linux Users Group - http://www.phillylinux.org
Announcements-http://lists.phillylinux.org/mail/listinfo/plug-announce
General Discussion - http://lists.phillylinux.org/mail/listinfo/plug
|
|