>My Main domain is:
>
>neweve.com and it's ip for www is 216.235.251.4
>The MX record is defined as mail.neweve.com with ip 216.235.251.3
>
>I'm looking at the smtp logs in the server when it tries to send mail to
>neweve.com I see this:
>
>Processing d:\imail\spool\Q684a73c.SMP
>Stack connect fail "216.235.251.4"  <<--- notice .4!
>Requeuing...etc
>
>It's trying to send mail to the www server and not the .3!
>
>My zone file for neweve.com says:
>
>;[Mail Servers]
>neweve.com.     IN     MX     10     mail.neweve.com.
>;
>;[Host Addresses]
>neweve.com.  IN     A     216.235.251.4
>mail         IN     A     216.235.251.3
>
>What's up? Why is it trying the wrong server?

either the DNS IMail is using it telling the ip for neweve.com MX is 
.4, but that doesn't look to be case:

# dig neweve.com mx

; <<>> DiG 8.3 <<>> neweve.com mx
;; res options: init recurs defnam dnsrch
;; got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 4
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 3
;; QUERY SECTION:
;;      neweve.com, type = MX, class = IN

;; ANSWER SECTION:
neweve.com.             3H IN MX        10 mail.neweve.com.

;; AUTHORITY SECTION:
neweve.com.             3H IN NS        ns1.newevemedia.net.
neweve.com.             3H IN NS        ns2.newevemedia.net.

;; ADDITIONAL SECTION:
mail.neweve.com.        3H IN A         216.235.251.3

or

DNS is answering 3, but MX/.3 is not responding so Imail tries 
neweve.com at .4, but it looks ok to me:

# telnet 216.235.251.3 25
Trying 216.235.251.3...
Connected to mail.neweve.com.
Escape character is '^]'.
220 X1 NT-ESMTP Server neweve.com (IMail 6.06 11556-1)
quit

What DNS is Imail using?

Len




Please visit http://www.ipswitch.com/support/mailing-lists.html 
to be removed from this list.

An Archive of this list is available at:
http://www.mail-archive.com/imail_forum%40list.ipswitch.com/

Reply via email to