RE: DNS problem?

2003-06-16 Thread Noel J. Bergman
Thanks, where can I get the latest the soft? http://jakarta.apache.org/builds/jakarta-james/latest/src/ Yes. There or the CVS. --- Noel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

RE: DNS problem?

2003-06-16 Thread Jeff Cai
Noel, It now can sends mail to bdi.com.cn. Grate! Jeff --- Noel J. Bergman [EMAIL PROTECTED] Thanks, where can I get the latest the soft? http://jakarta.apache.org/builds/jakarta-james/latest/src/ Yes. There or the CVS. --- Noel

RE: DNS problem?

2003-06-15 Thread Noel J. Bergman
Jeff, DEBUG dnsserver: Looking up MX record for bdi.com.cn. ERROR dnsserver: Couldn't resolve MX records for domain bdi.com.cn. ERROR dnsserver: Couldn't resolve IP address for host bdi.com.cn. I have checked in a change to DNSServer. Would you please give it a shot, and let me know if it

RE: DNS problem?

2003-06-12 Thread Steve Short
[mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2003 10:05 PM To: James Users List Subject: Re: DNS problem? How about my question? Any idea? hi, One of our users wants to mail to the address [EMAIL PROTECTED] but faild. The james reported James.Mailet: RemoteDelivery: No mail

RE: DNS problem?

2003-06-12 Thread Noel J. Bergman
. The lookup code doesn't replicate that code. It leverages the cache to do the work. --- Noel -Original Message- From: Cai Jeff [mailto:[EMAIL PROTECTED] Sent: Thursday, June 12, 2003 1:38 To: James Users List Subject: Re: DNS problem? I think it is a bug of dnsjava but james

RE: DNS problem?

2003-06-12 Thread Brian Wellington
On Thu, 12 Jun 2003, Noel J. Bergman wrote: Brian (on the BCC list), Would you care to comment on this? The code in James appears to be essentially the same as your Lookup method, except for adaptations. The claim is that the algorithm checks the cache, finds nothing, does a lookup,

RE: DNS problem?

2003-06-12 Thread Jeff Cai
I am using James 2.2.0a3, after I enabled the DEBUG in dnsserver tag, I just got following msg, 11/06/03 15:54:40 DEBUG dnsserver: Looking up MX record for bdi.com.cn. 11/06/03 15:54:40 ERROR dnsserver: Couldn't resolve MX records for domain bdi.com.cn. 11/06/03 15:54:41 ERROR dnsserver: Couldn't

DNS problem?

2003-06-11 Thread Cai Jeff
hi, One of our users wants to mail to the address [EMAIL PROTECTED] but faild. The james reported James.Mailet: RemoteDelivery: No mail server found for: bdi.com.cn. When I used nslookup I can get the following MX RR, bdi.com.cn mail exchanger = 10 mail.bdi.com.cn. bdi.com.cn mail

Re: DNS problem?

2003-06-11 Thread Cai Jeff
How about my question? Any idea? hi, One of our users wants to mail to the address [EMAIL PROTECTED] but faild. The james reported James.Mailet: RemoteDelivery: No mail server found for: bdi.com.cn. When I used nslookup I can get the following MX RR, bdi.com.cn mail exchanger = 10

Re: DNS problem?

2003-06-11 Thread Serge Knystautas
TTL's should never be 0. TTL's shouldn't even come close to that. This is a misconfigured DNS server. You can report this bug to the person who wrote the DNS client lib we use (www.xbill.org/dnsjava) as to how to better handle a misconfigured DNS server, but I figure we'll be hopefully moving

Re: DNS problem?

2003-06-11 Thread Cai Jeff
I think it is a bug of dnsjava but james. Please see the definition of TTL: a 32 bit signed integer that specifies the time interval that the resource record may be cached before the source of the information should again be consulted. Zero values are interpreted to mean that the RR can only be

Re: DNS problem?

2003-06-11 Thread Cai Jeff
Sorry for mistype. I think it is a bug of dnsjava but james. should be: it is not a bug of dnsjava but james. Please see the definition of TTL: a 32 bit signed integer that specifies the time interval that the resource record may be cached before the source of the information should again

Re: DNS problem on Solaris 8

2002-07-26 Thread mohan
Hi Diego, I have set up James 2.0a2 in Solaris 8 (Sparc). It is working fine. The point is you have to enter the DNS server ip in /etc/resolv.conf file. Then only james can get the MX records of any mail server. You try adding your DNS server ip into the above file. Good luck. Mohan

DNS problem on Solaris 8

2002-07-24 Thread Diego Castillo
Hi all, I am encountering trouble when running James on Sun Solaris 8. James seems to be unable to solve any mail server address. This does not happen if I use a Win2K machine using the same network and configuration. I have tried both 2.0a2 and 2.0a3 with the same result. Has anyone ever run