Re: Production Setttings

2005-03-30 Thread apache
> Thanks for the reply. I've included the > element of my config as well as the thread manager element. > Please let me know if there's anything else I need to > include. As for the outgoing mail folder, I can stop the > cron job from cleaning out the messages but how are messages > that g

Re: Is deployment of WAR file possible in Apache James ?

2005-03-30 Thread apache
> > What docs? > > Is this a facetious question? No! I was only guessing what is the "wrong" doc. > I originally followed > http://james.apache.org/FAQ.html#8 and thus > http://james.apache.org/custom_matcher_2_1.html which > suggests the building of a SAR, which I never got working. The SA

RE: Cannot receive email in my james server (I can send ok)

2005-03-30 Thread d . perry
Correct me if i'm wrong, but if your isp blocks port 25 then it wont work, because all external mail servers will only use the standard port, and will never be able to deliver mail to your server. Your best bet is to get a cheap domain with pop3 mail and set up fetchmail to pull your mail in from i

Re: Production Setttings

2005-03-30 Thread Ricardo Cortes
Thanks for the reply. I've included the element of my config as well as the thread manager element. Please let me know if there's anything else I need to include. As for the outgoing mail folder, I can stop the cron job from cleaning out the messages but how are messages that get stuck in /var/

RE: Cannot receive email in my james server (I can send ok)

2005-03-30 Thread Juan Jose Costello Levien
Daniel, Thanks for your answer. And yes, my ISP is blocking the port 25. And they are not going to open it. I have dynamic IP (I use DynDNS). My host is named jcostello.ath.cx And ok, I will setup jcostello.ath.cx as MX value inside DynDNS. I remember that there are instructions for dealing wit

RE: Is deployment of WAR file possible in Apache James ?

2005-03-30 Thread Seib, Broc
> -Original Message- > From: Stefano Bagnara [mailto:[EMAIL PROTECTED] On Behalf Of > [EMAIL PROTECTED] > Sent: Wednesday, March 30, 2005 2:37 PM > To: 'James Users List' > Subject: Re: Is deployment of WAR file possible in Apache James ? > > > > Note: my use of a JAR file placed direc

Re: Is deployment of WAR file possible in Apache James ?

2005-03-30 Thread Serge Knystautas
radjesh wrote: Thanks for the answers. A JAR file will do the job, but the client is insisting on WAR file. Is it absolutely not possible to deploy WAR file on James. I could not find any article in the web stating authoritatively on this issue that WAR file cannot be used for deployment in James.

Re: Is deployment of WAR file possible in Apache James ?

2005-03-30 Thread apache
> Note: my use of a JAR file placed directly into the > SAR-INF/lib is not what the James docs suggest. Gabor's note > on making a SAR are correct. What docs? And what is your use? As far as I know (from the most recent wiki pages) the correct place for mailet/matcher jars is the SAR-INF/lib di

RE: Is deployment of WAR file possible in Apache James ?

2005-03-30 Thread Gabor Kincses
SAR file is the Avalon-way. James is built on top of Avalon. There are numerous hacks to deploy a WAR file. None of them pretty. I think one mentioned earlier in the thread. Please read the documentation. Gabor --- radjesh <[EMAIL PROTECTED]> wrote: > Hi, > Thanks for the answers. A JAR fil

RE: Is deployment of WAR file possible in Apache James ?

2005-03-30 Thread radjesh
Hi, Thanks for the answers. A JAR file will do the job, but the client is insisting on WAR file. Is it absolutely not possible to deploy WAR file on James. I could not find any article in the web stating authoritatively on this issue that WAR file cannot be used for deployment in James. So can I

RE: Is deployment of WAR file possible in Apache James ?

2005-03-30 Thread Seib, Broc
Note: my use of a JAR file placed directly into the SAR-INF/lib is not what the James docs suggest. Gabor's note on making a SAR are correct. -broc > (1) Why must you create a WAR file? What's wrong with a plain > JAR file? James doesn't take WAR files. Is this merely a > build issue of creatin

RE: Is deployment of WAR file possible in Apache James ?

2005-03-30 Thread Seib, Broc
(1) Why must you create a WAR file? What's wrong with a plain JAR file? James doesn't take WAR files. Is this merely a build issue of creating an additional JAR file? (2) Understanding the usage of the mailetpackage and matcherpackage blocks in the config: These merely allow you to use "shorthand

RE: Is deployment of WAR file possible in Apache James ?

2005-03-30 Thread Gabor Kincses
No, you need a SAR file. Something like this in your build.xml should do the trick: Compiling Compiled Packaging Packaged

RE: Is deployment of WAR file possible in Apache James ?

2005-03-30 Thread radjesh
Hi, yes i have used mailets in addition to java code. I built my application and created a jar file and placed it in JAMES_HOME/apps/james/SAR-INF/lib directory.It did work fine, now i when i I built my application and created a WAR file and placed it in JAMES_HOME/apps/james/SAR-INF/li

Footnote for Outgoing mails

2005-03-30 Thread Bahman
Hi! We use footnote mailet with Matcher set to ALL. As mentioned in the docs. this means all the mail processed will have the footnote. Just a quick question. How do I make it so that ONLY outgoing mails get the footnote. Many Thanks Bahman -

Re: Current Issues - > RE: Gateway Authentication

2005-03-30 Thread Hes Siemelink
Daniel Perry wrote: Fair enough. You'll find with many open source projects that if you want a current (albeit unstable) version, then you have to dig into cvs/svn. I haven't got the hang of SVN just yet... but viewcvs makes it easier! I agree with the comments about JIRA/mailing list. I think JI

RE: Is deployment of WAR file possible in Apache James ?

2005-03-30 Thread Seib, Broc
> Hi, > I built my application as a JAR file and placed it in > James. When i start James server it is running fine, when i > build my application as a WAR file and run James Server, it > says it cannot load the mailets as it cannot identify the > mailets location although i have specified

RE: Current Issues - > RE: Gateway Authentication

2005-03-30 Thread Daniel Perry
> > > > Check SVN, last commit 12 days ago by Vincenzo, before that 2 > > Unless you don't know the magic word and you solely rely on JIRA reports > and posting on the mailing lists... Most proposed patches seem to be > ignored. Fair enough. You'll find with many open source projects that if you w

Re: Production Setttings

2005-03-30 Thread Hes Siemelink
We use 4 spool threads and 2 x 30 outgoing threads (there are two RemoteDelivery mailets in use). After experimenting I found that in our set up, the system slows down a factor two with more spool threads. 4 turned out to be the optimum. You may want to run some tests in your environment, thoug

Is deployment of WAR file possible in Apache James ?

2005-03-30 Thread radjesh
Hi, I built my application as a JAR file and placed it in James. When i start James server it is running fine, when i build my application as a WAR file and run James Server, it says it cannot load the mailets as it cannot identify the mailets location although i have specified it correctly

Re: Production Setttings

2005-03-30 Thread apache
> Could anyone out there that's using James in a production > system give me an idea of what parameters they use for their > config file? At any given time, our production applications > send out approximately 5000 emails a day. Currently, our > config file is set to have 100 outgoing threads

Re: Current Issues - > RE: Gateway Authentication

2005-03-30 Thread Hes Siemelink
Daniel Perry wrote: Check svn, last commit 12 days ago by Vincenzo, before that 2 weeks by Noel. Sure (some/all) of the committers might not be actively developing james, but they do commit patches with a bit of gentle persuasion :) Unless you don't know the magic word and you solely rely on JIRA r

Production Setttings

2005-03-30 Thread Ricardo Cortes
Could anyone out there that's using James in a production system give me an idea of what parameters they use for their config file? At any given time, our production applications send out approximately 5000 emails a day. Currently, our config file is set to have 100 outgoing threads and 75 spool

RE: Current Issues - > RE: Gateway Authentication

2005-03-30 Thread Gabor Kincses
--- Alan Gerhard <[EMAIL PROTECTED]> wrote: > > I think you might be missing the big picture. > James > > is already (I stand corrected, it's not dead) in > idle > > mode. My feeling is that new development cannot > > happen with the current committers not committing > > anything. Unless they l

Re: Current Issues - > RE: Gateway Authentication

2005-03-30 Thread apache
> No, I see your big picture ... sadly you do not see mine. > James is not idle - there is a tremendous amount of work going on. > You need to understand this is not a question of letting in > active developers, but letting developers who actively > support James and share it's vision to contribu