Re: Problems with outgoing email

2003-11-11 Thread Richard O. Hammer
Two tools which I find useful for troubleshooting such difficulties are: 1. telnet to port 25 of the server in question (one of the Yahoo servers which DNS is finding for you) and talk SMTP to it. That is, type in SMTP commands and observe the responses. You can send test messages to yourself

Re: Problems with outgoing email

2003-11-10 Thread Serge Knystautas
Chandru wrote: Hi, Took me a bit of time to figure out that I need to point James to the apropriate dns server (default is localhost). The nameservers are set correctly (I am using yahoo's namesservers currently). The emails seem to be going out from James: 10/11/03 20:21:50 INFO James.Mailet: R

RE: Problems with outgoing email

2003-11-10 Thread Chandru
t my yahoo address. Any pointers on where I could start digging? Thanks Chandru -Original Message- From: Richard O. Hammer [mailto:[EMAIL PROTECTED] Sent: Saturday, October 11, 2003 10:31 PM To: James Developers List Subject: Re: Problems with outgoing email Chandru wrote: > I h

Re: Problems with outgoing email

2003-10-11 Thread Richard O. Hammer
Chandru wrote: I have a similar issue where the connection times out trying to contact yahoo.com (exception below). Shoudn't james be trying to contact the mail server (mx?.mail.yahoo.com) instead? This reminds me of something I've seen in the finally block in org.apache.james.dnsserver.DNSServer