[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-developers] Mail loops back to me?
- Subject: Re: [cobalt-developers] Mail loops back to me?
- From: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Thu Jun 14 05:38:02 2001
- List-id: Discussion Forum for developers on Cobalt Networks products <cobalt-developers.list.cobalt.com>
>
> site1.com -> 123.123.123.123 (A Record)
> www.site1.com -> 123.123.123.123 (A Record)
> 123.123.123.123 -> site1.com (PTR Record)
> mail.site1.com -> www.site1.com (Cname)
> site1.com -> mail.site1.com (MX Record)
>
1st get rid of the CNAME
mail.site1.com -> 123.123.123.123 (A Record)
Then give it a try.
Gerald