email get stuck on localhost

there are two servers:

* our server: eu.e-vaizdas.net 83.149.90.224
* server where we have a cpanel account: e-vaizdas.net 83.223.98.102 (this is virtualhost IP, the main IP is 83.223.98.100)

the dns server for both zones (eu.e-vaizdas.net and e-vaizdas.net) is runing on our server 83.149.90.224
so, the 83.149.90.224 should accept http, mail, dns (and other) request for eu.e-vaizdas.net domain , and it should accept ONLY dns request e-vaizdas.net domain. all mail, web and other stuff is on other server - on 83.223.98.102.

PROBLEM:
when we send mail from 83.149.90.224 server to *@e-vaizdas.net , it should send to 83.223.98.102. but unfortunately server 83.149.90.224 try to deliver that mail message localy.


this is config of e-vaizdas.net domain on 83.149.90.224 dns server:
-----------------------------------------------------------
$ORIGIN .
$TTL 14400 ; 4 hours
e-vaizdas.net IN SOA ns3.e-vaizdas.net. root.e-vaizdas.net. (
2005022104 ; serial
7200 ; refresh (2 hours)
3600 ; retry (1 hour)
1209600 ; expire (2 weeks)
86400 ; minimum (1 day)
)
NS ns1.e-vaizdas.net.
NS ns1.dmprojects.com.
NS ns3.e-vaizdas.net.
A 83.223.98.102
MX 10 mail.e-vaizdas.net.
TXT "v=spf1 a mx ip4:83.223.98.100 ~all"
$ORIGIN e-vaizdas.net.
www A 83.223.98.102
eu NS ns1.eu
NS ns2.eu
ftp A 83.223.98.102
localhost A 83.223.98.102
mail A 83.223.98.100
pop A 83.223.98.100
smtp A 83.223.98.100
us NS ns1.us
NS ns2.us
$ORIGIN eu.e-vaizdas.net.
ns1 A 83.149.90.225
ns2 A 83.149.90.226
$ORIGIN us.e-vaizdas.net.
ns1 A 65.75.178.141
ns2 A 65.75.178.142
---------------------------------------------------

you can see, that when we send mail from 83.149.90.224 to *@e-vaizdas.net , server should search for "MX 10 mail.e-vaizdas.net." record, then "mail A 83.223.98.100", and send mail to 83.223.98.100, but as i said, it try to deliver that mail localy.

please help to find the bug... thank you

 

 

 

 

Top