DigestUtil

2008-05-16 Thread Don Smith
Hi there, I have a client that has requested I provide a web service to add users to James. We're using the JDBC storage (MySQL). Of course the trick I've discovered is how to encrypt the passwords that same as James. I am not a Java developer, so perhaps that is causing most of my trouble, but I

Re: DigestUtil

2008-05-16 Thread Don Smith
I got it figured out. I had to unpack the james.sar file and get the james-2.3.1.jar out and put in my classpath. Now it works perfectly. -Don On Fri, May 16, 2008 at 3:24 PM, Don Smith <[EMAIL PROTECTED]> wrote: > Hi there, > > I have a client that has requested I provide a web

method to get subject and body of email

2008-05-16 Thread Don Smith
Hi there, I'm wondering if there is a method to extract the body of an email from the message_body column in the database without having to go through the pop server. I would like the ability to pass a method a message_name and get the subject and body of the message, and attachment info as well.

Re: Current abuse of James 2.3.0 as open relay

2008-06-25 Thread Don Smith
Yikes, my server failed test 15, too. It says I'm an open relay! I'm not sure what to change in my config, which is pretty much default. Any ideas? Thanks, Don On Wed, Jun 25, 2008 at 1:00 PM, Tor-Einar Jarnbjo <[EMAIL PROTECTED]> wrote: > David Legg schrieb: > >> I don't know if this will help

Re: Current abuse of James 2.3.0 as open relay

2008-06-25 Thread Don Smith
Ah, good point. But it seems that it is then more vulnerable to a denial of service type attack. I mean you could bury a server with emails, right? -Don On Wed, Jun 25, 2008 at 1:20 PM, Tor-Einar Jarnbjo <[EMAIL PROTECTED]> wrote: > Don Smith schrieb: > >> Yikes, my server f

Re: Current abuse of James 2.3.0 as open relay

2008-06-25 Thread Don Smith
Good stuff, thanks Stephano. On Wed, Jun 25, 2008 at 4:37 PM, Stefano Bagnara <[EMAIL PROTECTED]> wrote: > David Legg ha scritto: > >> Actually just for the record I tried my server and it failed on test 18 >> ;-) >> >> It probably means James' code needs a little more tightening for these >> edg

auto start james on boot

2009-07-16 Thread Don Smith
I realize this might be more of a linux question, but my problem is only with James, so I'm wondering if there is something James specific I'm missing. I've added James to initd via the chkconfig --add james command. [r...@web01 ~]# chkconfig --list | grep james james 0:off 1:off 2:o

Re: auto start james on boot

2009-07-17 Thread Don Smith
reboot my machine at some point during their 4hr maintenance window today. I'm going to have to pay close attention to when that occurs so I can login and start James. :) =Don On Fri, Jul 17, 2009 at 12:18 AM, Stefano Bagnara wrote: > what does "service james start" output? &

Re: auto start james on boot

2009-07-17 Thread Don Smith
are in the right place, correct? =Don On Thu, Jul 16, 2009 at 11:28 PM, Eric MacAdie wrote: > What do you get when you run find /etc -name "*james*"? > > Eric MacAdie > > > Don Smith wrote: > >> I realize this might be more of a linux question, but my pro

Re: auto start james on boot

2009-07-17 Thread Don Smith
what's happening). I found that I have to update the phoenix.sh >>> script (which was linked from /etc/init.d/james) and add an explicit export >>> of JAVA_HOME and fix the detection of PHOENIX_HOME as well (either override >>> it manually in the script, or apply t