RE: Max Connection Limit...

2004-02-10 Thread Noel J. Bergman
> I want only 2 simultaneous connections to be opened to the SMTP service. Looks like a bug in our configuration. We'll fix it for the next release. --- Noel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional co

RE: Read time outs

2004-02-10 Thread Noel J. Bergman
> Unknown error occurred while processing DATA. > javax.mail.MessagingException: Error in input stream; >nested exception is: > java.net.SocketTimeoutException: Read timed out Turn on DEBUG for the SMTP server, and see how much time passes between the DATA command and the timeout. I see

RE: FetchPop Domain Question

2004-02-10 Thread Steve Brewin
J Malcolm wrote: > I may be missing something on FetchPop. But I believe instructions said that I needed to add the > domain name that the mail is being fetched from to the list of domains hosted by James. Fine. I > added austin.rr.com to my list of domains, and I can successfully fetch mail f

FetchPop Domain Question

2004-02-10 Thread J Malcolm
I may be missing something on FetchPop.  But I believe instructions said that I needed to add the domain name that the mail is being fetched from to the list of domains hosted by James.  Fine.   I added austin.rr.com to my list of domains, and I can successfully fetch mail from [EMAIL PROTE

Forwarding mail to external domain - authentication

2004-02-10 Thread J Malcolm
I completely understand authentication for using my SMTP server for an outgoing mail box.  I have it set to require a pw in order to not have an open relay.    I simply want to forward mail received for a certain user’s mailbox to an msn.com address.  But apparently James doesn’t differe

Configuring James

2004-02-10 Thread Barry Burd
I just tried to change the RemoteDelivery mailet settings in config.xml, and I apparently messed something up. I'm running James on a LAN in my home behind a simple router. (My ISP is Optimum Online, which doesn't block port 25.) I'm trying to get James to first try connecting directly with the rec

Re: Disconnect between JAMES and MySQL

2004-02-10 Thread Serge Knystautas
Hut Carspecken wrote: Server connection failure during transaction. Due to underlying exception: 'java.sql.SQLException: Invalid authorization specification, message from server: "Access denied for user: '[EMAIL PROTECTED]' (Using password: YES)"'. Attempted reconnect 3 times. Giving up. We are

Please help, Null pointer exception in RemoteAddrNotInNetwork

2004-02-10 Thread Manuel Soto
Some thing happen after changing my server host name. I get the following stack trace. 10/02/04 10:39:59 ERROR spoolmanager: Unable to init matcher RemoteAddrNotInNetwork=127.0.0.1, 192.0.0.*, 192.168.9.*: org.apache.mailet.MailetException: Could not load matcher (RemoteAddrNotInNetwork); nested

RE: Error while sending mail....

2004-02-10 Thread Vincenzo Gianferrari Pini
Noel, Sure I can commit my S/MIME code into CVS, but if I understand well your idea, you want a mailet to be able to check an incoming message's S/MIME signature, while my mailet does S/MIME sign an outgoing message. In my production system I use "remote control mailets that accept messages enc