|
|
 |  |
Re: Mail problemsFrom: Men & Mice Support Date: Sunday, October 24, 1999
Time: 9:53:00 amAt 10:56 AM -0700 10/22/99, David M. Cole wrote:
>QuickDNSers:
>
>When I hit the 90-minute mark and can't figure out a problem, I actually go
>looking for the book (DNS & Bind, in this instance). Much to my surprise,
>it has grown legs and walked out of the office.
>
>So: I want to set up a second mail server (not secondary, but second) for a
>domain on a machine that has other services on it and is already named for
>a different domain. I make an MX record and get the error "a mail loop
>exists" when I send mail to the server; also, when a mail client is
>configured for SMTP with that name, it errors out. I try setting up a CNAME
>record and get an error in DNS Expert saying you can't have a CNAME and an
>MX record (which is beside the point, because now the mail says "the host
>doesn't exist"), but SMTP does now allow for signing on.
>
>Here are the specifics:
>
>machine: newsinc.net (209.249.83.182)
>desired mail server name: lists.jsa.org
It sounds like you want this:
lists.jsa.org. MX 10 newsinc.net.
This would cause mail for account@lists.jsa.org to be sent to newsinc.net, which you say is the new mail server.
It also sounds like you've already tried something like this, and received the mail loop error. This indicates that the mail server hasn't been configured to accept mail for that domain; when it receives such mail, it looks for the responsible mail server (according to the DNS), sees itself, and calls for help.
Lastly, to use the name lists.jsa.org as an SMTP host, you'd need the following record:
lists.jsa.org. A 209.249.83.182
You can't use a CNAME record that points to newsinc.net, because you already have an MX record by that name (lists.jsa.org). A CNAME can't coexist with any other record of the same name. If you didn't have the MX record, you could use the CNAME record.
Of course, once you have the A record, the MX record becomes somewhat superfluous, but it doesn't hurt anything. You could change it to this, though:
lists.jsa.org. MX 10 lists.jsa.org.
Hope this helps.
____________________________________________________________________
Chris Buxton cbuxton@menandmice.com
Men & Mice http://www.menandmice.com
Makers of: QuickDNS Pro
|

Return to Digital Point Solutions' Home Page |