Eric C. Broch wrote:
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
*A -a host address. In the IN class, this is a 32-bit IP address.*
Described in RFC 1035.
*MX - Identifies a mail exchange for the domain* with a 16-bit
preference value (lower is better) *followed by the host name of the
mail exchange*. Described in RFC 974, RFC 1035.
RFC2821 Simple Mail Transfer Protocol
http://www.ietf.org/rfc/rfc2821.txt
*Note: all the greeting-type replies have the official name (the
fully-qualified primary domain name) of the server host as the first
word following the reply code.*
=======================
Incorrect greeting from your mail server: 220 Welcome To White Horse
Technical Consulting QMT SMTP Server ESMTP * *
*Correct : 220 poweredgeT105.whitehorsetc.com - Welcome To White
Horse Technical Consulting QMT SMTP Server ESMTP*
It o.k. now :
;; ANSWER SECTION:
whitehorsetc.com. 3373 IN A 69.144.11.118
whitehorsetc.com. 3139 IN MX 0
poweredget105.whitehorsetc.com.
whitehorsetc.com. 127841 IN NS ns56.domaincontrol.com.
whitehorsetc.com. 127841 IN NS ns55.domaincontrol.com.
*
*poweredget105.whitehorsetc.com. 3600 IN CNAME whitehorsetc.com.
*is not very correct -RFC 1034 - don't use CNAME for NS and MX !!
**
add: poweredget105.whitehorsetc.com. 3600 IN A 69.144.11.118
*
Regards.
Constantin*
*