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

Re: Install Woody r2 on Inspiron 8100



On Thu, Jan 08, 2004 at 09:38:08PM +0100, GloubI wrote:
> Paul Bettinger a écrit :
> 
> > gloubinours@sortirtomars.com
> >It appears that the DNS operator for sortirtomars.comhas installed an
> >invalid MX record with an IP addressinstead of a domain name on the
> >right hand side.
> > 
> >
...

> PS : I'm don't understand why it's don't work, i have test to send a 
> mail via an another mail (from my office)
> and it's good...

$ dig sortirtomars.com mx

; <<>> DiG 9.2.1 <<>> sortirtomars.com mx
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 34570
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 2

;; QUESTION SECTION:
;sortirtomars.com.              IN      MX

;; ANSWER SECTION:
sortirtomars.com.       3594    IN      MX      0 161.58.213.67.

;; AUTHORITY SECTION:
sortirtomars.com.       894     IN      NS      ns7.gandi.net.
sortirtomars.com.       894     IN      NS      custom2.gandi.net.

;; ADDITIONAL SECTION:
ns7.gandi.net.          189030  IN      A       80.67.173.197
custom2.gandi.net.      189030  IN      A       62.80.122.201

;; Query time: 96 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Fri Jan  9 14:25:00 2004
;; MSG SIZE  rcvd: 144


the MX record need to point to a valid A record.

Something like that:

sortirtomars.com.	IN	MX 0	mx.sortirtomars.com.
mx.sortirtomars.com.	IN	A	161.58.213.67

Please note that you are not allowed to use CNAME record like:
mx.sortirtomars.com.	IN	CNAME	blurb.beaf.dead.

-- 
Ducrot Bruno

--  Which is worse:  ignorance or apathy?
--  Don't know.  Don't care.



Reply to: