Constantin,

Here's the real stuff:

>From mail.acemt.com

[mail.acemt.com]# dig mx whitehorsetc.com

; <<>> DiG 9.3.4-P1 <<>> mx whitehorsetc.com
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 21576
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 0

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

;; ANSWER SECTION:
whitehorsetc.com.       3600    IN      MX      0 69.144.11.118.

;; AUTHORITY SECTION:
whitehorsetc.com.       3600    IN      NS      ns55.domaincontrol.com.
whitehorsetc.com.       3600    IN      NS      ns56.domaincontrol.com.

;; Query time: 273 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Thu Jan  1 08:49:52 2009
;; MSG SIZE  rcvd: 115

My DNS setting are off my site and my mail server sits behind a firewall.

Eric C. Broch
White Horse Technical Consulting










-----Original Message-----
From: Constantin IOAJA [mailto:io...@cartel-alfa.ro] 
Sent: Thursday, January 01, 2009 1:50 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] spamdyke

Eric C. Broch wrote:
> This is MX dig on domain0.com qmailtoaster of domain1.com
> Domain0.com is the one that yields MX errors in the smtp log for
> domain1.com:
>
> [domain0]# dig mx domain1.com
>
> ; <<>> DiG 9.3.4-P1 <<>> mx domain1.com
> ;; global options:  printcmd
> ;; Got answer:
> ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 35358
> ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 0
>
> ;; QUESTION SECTION:
> ; domain1.com.              IN      MX
>
> ;; ANSWER SECTION:
> domain1.com.       3600    IN      MX      0 xx.xxx.xx.xxx.
>
> ;; AUTHORITY SECTION:
> domain1.com.       3536    IN      NS      ns55.domaincontrol.com.
> domain1.com.       3536    IN      NS      ns56.domaincontrol.com.
>
>   

Your DNS is not very well set.    
I think the mail server name should be your  host name :   
name.domain1.com.  NOT  IP ( xx.xxx.xx.xxx)

Right DNS:

;; ANSWER SECTION:
domain1.com.       3600    IN      MX      0   
name.domain1.com.                                         <= your mail 
server


;; ADDITIONAL SECTION:
ns55.domaincontrol.com.            43200   IN      A       zzz.zz.zzz.zz
ns56.domaincontrol.com.            43200   IN      A       yyy.yyy.yyy.yy
name.domain1.com.                    43200   IN      A      
xx.xxx.xx.xxx                               <= your mail server

;; AUTHORITY SECTION:
domain1.com.       3536    IN      NS      ns55.domaincontrol.com.
domain1.com.       3536    IN      NS      ns56.domaincontrol.com.

For a correct diagnosis please put real domain and real public ip !

Regards,

 Constantin
=============
    
MX Lookup   your domain1.com :
Banner:       220   xxxT105.domain1.com - Welcome to Qmail Toaster Ver. 
...                 <=  xxxT105.domain1.com  is your host name (mail server)
Preference                    0
Host Name               xx.xxx.xx.xxx                                   
                                              <=  correct is  
xxxT105.domain1.com  NOT IP
IP Address               xx.xxx.xx.xxx
TTL                         3600




---------------------------------------------------------------------
     QmailToaster hosted by: VR Hosted <http://www.vr.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



---------------------------------------------------------------------
     QmailToaster hosted by: VR Hosted <http://www.vr.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com

Reply via email to