marciohumpris
Posts: 274
Score: 0
Joined: 5/1/2008
Status: offline
|
Hello, Diego Working fine for me. Let me show you the analysis, it might help you analyse and understand whats going on. SYSTEM [13FC] 09:06:14 Client session DNS query 'mx1.xxx.com' 0 (2) [OK - 3] SYSTEM [13FC] 09:06:14 Client session Connecting to 'mx1.xxx.com' SYSTEM [13FC] 09:06:35 Client session Could not connect to 'mx1.xxx.com(70.xx.xx.xx)' SYSTEM [13FC] 09:06:35 Client session Connecting to 'mx2.xxx.com' 64.235.44.240 [13FC] 09:06:35 Client session Connected 64.235.44.240 [13FC] 09:06:35 Client session <<< 220 mail.domain.com ESMTP IceWarp 9.3.2; Sat, 27 Sep 2008 09:06:36 -0300 So see, it does an MX query for a domain which I set 2 MX's for. One MX with lower priority 10 I pointed to an inexistant host. The other MX with priority 20 I pointed to an existing A HOST that points to another IceWarp Mail Server. So 0 (2) [OK - 3] 0 means OK (2) means it found 2 MX's OK - 3 means the 3rd DNS server specified in IceWarp console (in Tools/Internet connections where you should specify more then 1 DNS server separated by semi colon) was used for the query. BTW, www.opendns.com has 2 DNS servers open for query that you can use. Then it tries to connect to the lower MX. It is unable to, then it connections to the other MX with priority 20. regards, Marcio
|