RE: Can't display chinese title and sender name

2003-06-24 Thread Jeff Cai
Which RFC I can study? Thanks --- Noel J. Bergman [EMAIL PROTECTED] But seems sendmail can handle correctly. Actually not. This: sendmail+Notes(works) Subject: is an RFC violation. --- Noel - To

Sender is:

2003-06-24 Thread Oki DZ
Hi, How do you catch messages which have null senders? It seems that mailet match=SenderIs= ... wouldn't catch them. TIA, Oki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Sender is:

2003-06-24 Thread Oki DZ
I'd like to ask about MailAddress too. When yo do telnet localhost 25 mail from: James would reply OK. Question is, what is the content of the message's MailAddress? I have tried to instantiate one (using bsh) with new MailAddress(), new MailAddress(), but the class wouldn't parse it. TIA,

RE: Sender is:

2003-06-24 Thread Vincenzo Gianferrari Pini
It becomes a java null MailAddress (unless I'm missing something). That's why the SenderIsNull matcher I just sent you just does a: public Collection match(Mail mail) { MailAddress mailAddress = mail.getSender(); if (mailAddress == null) { return

Re: Sender is:

2003-06-24 Thread Oki DZ
On Tue, Jun 24, 2003 at 09:46:07AM +0200, Vincenzo Gianferrari Pini wrote: Try this one: SenderIsNull. I could commit it to James if useful (it's almost the simplest of all matchers, only All is simpler). Why don't you just commit it; or, put it at it.praxis.james.jar, that would really be

RE: Sender is:

2003-06-24 Thread Vincenzo Gianferrari Pini
Ok, I committed it to CVS. Vincenzo -Original Message- From: Oki DZ [mailto:[EMAIL PROTECTED] Sent: martedi 24 giugno 2003 10.18 To: James Users List Subject: Re: Sender is: On Tue, Jun 24, 2003 at 09:46:07AM +0200, Vincenzo Gianferrari Pini wrote: Try this one:

smtpserver failed to pass through the Initialization stage.

2003-06-24 Thread Li Xia
Hello, It seems that I cannot get the James server installed. When I run run.bat, the following message will appear: org.apache.excalibur.containerkit.lifecycle.LifecycleException: Component named smtpserver failed to pass through the Initialization stage. (Reason: java.net. BindException:

Re: 100MB email with debug info

2003-06-24 Thread Andre Bremer
hi guys thanks for helping i am sending a 127MB file which submits fine and is spooling the mail as 175MB. The next step of copying the mail to the user inbox fails with an out of memory exception. (works fine with 28MB emails) - the run.bat has been modified, to set the JVM to 256MB on a

Re: smtpserver failed to pass through the Initializationstage.

2003-06-24 Thread joni santoso
u have another smtp server running. if u use windows then it is probably because iis smtp server is running. disable it. if u connect to the internet it can be attacked. On Tue, 24 Jun 2003 17:13:42 +0800 Li Xia [EMAIL PROTECTED] wrote: Hello, It seems that I cannot get the James server

Re: smtpserver failed to pass through the Initialization stage.

2003-06-24 Thread Oki DZ
On Tue, Jun 24, 2003 at 05:13:42PM +0800, Li Xia wrote: BindException: Address in use: JVM_Bind). It seems that you had another MTA running. Oki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

100MB email success with 1GB of RAM

2003-06-24 Thread Andre Bremer
hi we just completed another 100MB email test with a dedicated server setting the JVM to use 1GB RAM. this time the email was sent and received correctly. Obviously this is good news, however the real issue remains, for all James servers running on less memory. where shall we go from here

RE: Can't display chinese title and sender name

2003-06-24 Thread Vincenzo Gianferrari Pini
I would have a look to rfc2047, that is not in the James cvs, but that you can find using google. For example I found http://www.faqs.org/rfcs/rfc2047.html. Reading there, my understanding is that a mail client should always encode non ascii text headers (like a subject) into an encoded word:

RE: SMTP

2003-06-24 Thread Vincenzo Gianferrari Pini
Sorry, I forgot :-). I have this on my Tomcat 4.0 server.xml: !-- Define an SSL HTTP/1.1 Connector on port 443 -- Connector className=org.apache.catalina.connector.http.HttpConnector port=443 minProcessors=5 maxProcessors=75 enableLookups=true

RE: 100MB email success with 1GB of RAM

2003-06-24 Thread Noel J. Bergman
where shall we go from here If you would not mind doing that again, except with heap profiling enabled, perhaps we can quickly spot what is causing memory to be consumed. --- Noel - To unsubscribe, e-mail: [EMAIL

Re: Random DNS and/or network issues

2003-06-24 Thread Serge Knystautas
Noel J. Bergman wrote: I've figured out my 554 problem sending to hotmail, it turns out my server was using 'localhost' as the outgoing smtp helloName. Oh that's interesting! Sounds like a good FAQ item. :-) RemoteDelivery uses (or tries to use) the server name defined for the SMTP service.

Re: smtpserver failed to pass through the Initialization stage.

2003-06-24 Thread Serge Knystautas
Oki DZ wrote: On Tue, Jun 24, 2003 at 05:13:42PM +0800, Li Xia wrote: BindException: Address in use: JVM_Bind). It seems that you had another MTA running. Added to Wiki. -- Serge Knystautas President Lokitech software . strategy . design http://www.lokitech.com p. 301.656.5501 e. [EMAIL

RE: 100MB email with debug info

2003-06-24 Thread Noel J. Bergman
DEBUG spoolmanager.transport: Servicing Mail1056399621032-2 by Local Delivery Mailet ERROR spoolmanager: Exception in JamesSpoolManager.run null java.lang.OutOfMemoryError I'm beginning to suspect a particular passage of code, which points the finger at JavaMail, although presenting options

Re: 100MB email produces an out of memory exception

2003-06-24 Thread Serge Knystautas
Horsfall, Brian wrote: We never had a problem with james handling large messages, but we really only use the hostis matcher and our custom mailet. We are using the IBM 1.3.1.05 JVM with a min heap size of 128 megabytes and a maximum heap size of 256 megabytes. Added to Wiki. -- Serge Knystautas

RE: Correct version of the xdocs?

2003-06-24 Thread Steve Brewin
Noel, Is http://james.apache.org/index.html using pages generated from the correct version of the xdocs? As Danny said, we'll be separating the site docs into its own repository. As a quick fix, how about updating the docs. in the CVS head so that the documentation link on the main

How do I create a news posting

2003-06-24 Thread Christian Pich
Hi, I just downloaded James and was wondering how I can create a messages for a newsgroup. I found the class NNTPRepositoryImpl but I am not sure how to create a Configuration. Is there any example code that tells me how to do that? I am basically interested in a client version of managing news

RE: How do I create a news posting

2003-06-24 Thread Noel J. Bergman
I just downloaded James and was wondering how I can create a messages for a newsgroup. Through an NNTP client. I am basically interested in a client version of managing news messages. A news reader? You could look at the NNTP protocol handler for JavaMail, or at Jakarta Commons Net