Long answer:

The MX records are looked up using dnsjava, and should use the DNS servers
that you should (must with James v2.1) configured in SAR-INF/config.xml.
The code can be seen in
http://cvs.apache.org/viewcvs/james-server/src/java/org/apache/james/transpo
rt/mailets/RemoteDelivery.java?annotate=1.33.4.13 on line 288.  That calls
getMailServers on lines 609-618 in
http://cvs.apache.org/viewcvs/james-server/src/java/org/apache/james/James.j
ava?annotate=1.35.4.11.  Finally, you'll be in
http://cvs.apache.org/viewcvs/james-server/src/java/org/apache/james/dnsserv
er/DNSServer.java, starting on line 210.

Short answer: Set the DNS servers in SAR-INF/config.xml and/or try the
latest test build, which will attempt to detect valid DNS servers.

        --- Noel


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to