[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] DNS & MX Records
- Subject: RE: [cobalt-users] DNS & MX Records
- From: "Jim Carey" <ozbcoz@xxxxxxxxxxxxxxxx>
- Date: Tue Jan 2 20:45:01 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> I will be hosting a domain on my RaQ for which they have a mail server on
> their own network. The current host provider has an MX record
> setup to go to
> their mail server (which is at a different IP address than me,
> obviously....). Anybody know how to setup the DNS on the RaQ to handle
> this - in other words, I get everything but the email, which goes to their
> IP? I know I essentially have to setup an MX record that points
> to the IP of
> their server, but don't know how to do this on the RaQ.
If you set up something like this
domain.com IN A your ip address
www.domain.com IN A your ip address
mail.domain.com IN A their ip address
domain.com IN MX 30,mail.domain.com
www.domain.com IN MX 30,mail.domain.com
it should work for you (works for me)
you can do that via the GUI by just adding the addition A record and by then
adding the MX records to point to the mail.domain.com
cheers
Jim Carey
www.OZbcoz.com