[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] Do I have a DNS Problem?



> > I have two problems that I wonder maybe they're caused by a dns problem.
> > Problem 1. I cannot send email to anyone on aol.com
> > The returned emails indicate a dns failure !!!!
> >
> > Problem 2. All of my sites have an email alias of the format
> > 	@host.virtualdomain.tld
> > One of those sites cannot receive email, the most recent site
> > added to the server.
> > The DNS records for that site follow my regular format
> > Domain.tld to IP
> > Host.domain.tld to IP
> > IP to Domain.tld
> > and an MX record sending mail to host.domain.tld
> >
> > My primary dns is on one RAQ2 the secondary is on a RAQ1
> > The domain in question is www.wordsup.com
> > At present the index page is just collecting emails prior to 
> publication.
> > The only things unusual about my system are
> > ssl and ssh are installed.
> > I do have one domain where I have edited the etc/aliases file to append
> > a second recipient on one of the sites.
> > I have verified that there are no user names duplicated accross virtual
> > sites.
> >
> > I found several articles that mentioned not being able to send mail to
> > aol.com but no solutions.
> >
> > All patches are installed except the latest that affects the grayed out
> > stats (waiting till I hear some positive results from the gurus here.)
> >
> > Thanks in advance.

Reading the post
> Re: [cobalt-users] 554 Error DSN: Service unavailable
earlier this morning, I took a look at my etc/hosts file.
 
 I have not manually edited the file, ever! So this is the way
 it was created when setting up the RAQ2.
 
 etc/hosts currently is ....
 127.0.0.1	localhost
 64.135.71.133	raq2.agilitysystems.com 	# main interface
 
 
 Should it be like this?....
 127.0.0.1	localhost
 64.135.71.133	raq2.agilitysystems.com		# main interface
 64.135.71.130 	ns1.agilitysystems.net	ns1 	#primary dns
 64.135.71.131	ns2.agilitysystems.net	ns2 	#secondary dns
 
 (and should there be spaces or tabs between the line segments?)
 
 Are there any other files (and which ones) that I should check to see what
 else is missing that prevents email to aol.com and mail refusal 
 to the site
 www.wordsup.com
 
 TIA.
 Paul