Production Deployment

2010-02-11 Thread N Kapshoo
I want to evaluate James as an integrated mail solution for a very large web application. I have successfully deployed on my local box and used JavaMail to test basic email. What I am unclear about is - How are production deployments of James typically done? I would be looking to support a very l

Re: Production Deployment

2010-02-11 Thread N Kapshoo
nto your class instance via JSR250 and use it for all > kind of user actions. The other solution would be to use jmx. > > Hope this helps. > > Bye, > Norman > > Ps: Feel free to poke me again > > 2010/2/11 N Kapshoo : > > I want to evaluate James as an integ

Re: Production Deployment

2010-02-11 Thread N Kapshoo
the > > UsersRepository into your class instance via JSR250 and use it for all > > > kind of user actions. The other solution would be to use jmx. > > > > Hope this helps. > > > > Bye, > > Norman > > > > Ps: Feel free to poke me again > >

change reply-to address and block users

2010-02-11 Thread N Kapshoo
I have a couple of requirements for my email application- -- Email sent to external hosts should be from a 'no-re...@myhost' user -- If they have blocked certain users, they should not get email from these users. Are these use-cases something that I would use mailets to achieve? Thanks.

external authentication

2010-02-12 Thread N Kapshoo
Do I have to addUsers to James? Can I somehow use my external authentication scheme (which is already in place) and somehow use only the username to get/send email?