This:
20/06/03 13:32:16 INFO dnsserver: DNS Server is: 202.51.233.2
appears to be wrong, and causing your problem as illustrated:
$ host -t mx si.id.sony.com.sg
si.id.sony.com.sg mail is handled by 10 inetmg02.sony.com.sg.
si.id.sony.com.sg mail is handled by 20 inetmg01.sony.com.sg.
$ host -t mx si.id.sony.com.sg 202.51.233.2
Using domain server:
Name: 202.51.233.2
Address: 202.51.233.2#53
Aliases:
Where did that DNS server come from? Are you using autodiscovery? Does
your <dnsserver> section look like this?
<dnsserver>
<servers>
<!--
<server>127.0.0.1</server>
-->
</servers>
<!-- Change autodiscover to false if you would like to turn off
autodiscovery -->
<!-- and set the DNS servers manually in the <servers> section -->
<autodiscover>true</autodiscover>
<authoritative>false</authoritative>
</dnsserver>
If you aren't using the autodiscover feature, give it a try. If you are,
and it is failing, then we should report that, and also set a valid DNS into
config.xml.
I am calling it a night.
--- Noel
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]