RE: Problems getting fetchmail to work:

2004-07-01 Thread Steve Brewin
Steen Jansdal wrote: > > Kenn Chong wrote: > > Hi, > > > > Thank u for your reply. I did ensure that james was running > > fine and I could send a message out and retrieve email from > > a local account in james. The messages that i sent you werer > > from the log file for fetchmail. I actually

RE: James SSL support, Mozilla and missing cryptographic algorithms

2004-07-01 Thread Vincenzo Gianferrari Pini
This way we could avoid having the James administrator edit the java.security file, as we could add the provider programmatically in our code. Anyhow a problem exists: the Bouncy Castle jars are different, based on the JRE release, and I don't know if they are upward compatible. JRE 1.3 requires

R: How to adjust the spool to user delivery delay?

2004-07-01 Thread Marcello Marangio
Hi I'm glad I took the right way... Yes, in the default config.xml file there were checks for query.bondedsender.org, dnsbl.njabl.org and relays.ordb.org Ciao Marcello > -Messaggio originale- > Da: Noel J. Bergman [mailto:[EMAIL PROTECTED] > Inviato: giovedi 1 luglio 2004 17.47 > A: James

Re: James SSL support, Mozilla and missing cryptographic algorithms

2004-07-01 Thread Serge Knystautas
Vincenzo Gianferrari Pini wrote: What about putting such provider (I suggest Bouncy Castle) in the standard James install? From my reading of the license (http://www.bouncycastle.org/license.html), I see no reason we couldn't bundle it. Basically seems like completely unrestricted, just need to

James SSL support, Mozilla and missing cryptographic algorithms

2004-07-01 Thread Vincenzo Gianferrari Pini
Recently, in the wiki page http://wiki.apache.org/james/UsingSSL, some problems were reported related to the usage of the James TLS/SSL support and Mozilla. Such problems are related to the fact that the Sun default implementation of the cryptography support (even in JRE 1.4.x) does not contain

RE: How to adjust the spool to user delivery delay?

2004-07-01 Thread Noel J. Bergman
> I set the environment.xml file to write the DEBUG level info and I saw that > the delay was in executing the InSpammerBlackList mailet 3 times As I suspected ... was it all of the DNSRBL checks or just one? Are each of the DNS RBLs configured still active (for example, the osirusoft DNS RBL no

RE: How to adjust the spool to user delivery delay?

2004-07-01 Thread Noel J. Bergman
There is no inherent delay. You might want to put the spoolmanager log into DEBUG, and check to see where the message is pausing. I do not see delays of the nature being described. A one minute delay sounds like a network timeout, e.g., a DNS lookup. --- Noel -

R: How to adjust the spool to user delivery delay?

2004-07-01 Thread Marcello Marangio
Hi I had the same problem. I set the environment.xml file to write the DEBUG level info and I saw that the delay was in executing the InSpammerBlackList mailet 3 times, as configured in config.xml; I commented out those line in config.xml and the delay vanished. Ciao Marcello > -Messaggio orig

Re: How to adjust the spool to user delivery delay?

2004-07-01 Thread Marcel Ruff
[EMAIL PROTECTED] wrote: Hi Marcel, I have the same problem. But I don't think it's a parameter that can be changed. There should be no delay other than the time needed to deliver the mail. It's most probably a configuration issue. I used James 2.1.3 and didn't have this problem. After upgrading