RE: James 2.3 - TLS Connection Problem/Questions

2013-10-16 Thread Johnny Minty
Hi Jan, I would check to make sure the unlimited strength policy files are installed. Link to Java 7 policy files below: http://www.oracle.com/technetwork/java/javase/downloads/jce-7-download-432124.html Kind regards, Johnny Minty Sent from my Windows Phone

RE: SMTP and SMTPS

2013-09-16 Thread Johnny Minty
Hi, Why not use the built in starttls functionality which is TLS over port 25. starttls is widely supported by mail servers and seems to fit your requirements? Kind regards, Johnny Minty Sent from my Windows Phone From: seyoum tesfaymailto:syumtes...@gmail.com

Re: ActiveMQ - Bug

2013-08-01 Thread Johnny Minty
:250) ... 9 more Kind regards, Johnny Minty From: Eric Charles Sent: ‎Thursday‎, ‎1‎ ‎August‎ ‎2013 ‎5‎:‎44‎ ‎p.m. To: James Users List Is it really an infinite loop (server never ending) or a ungraceful shutdown? Which version do you run? I usually see graceful shutdowns here. On 08

Re: Require TLS

2013-08-01 Thread Johnny Minty
!= null !session.isTLSStarted() !STARTTLS.equalsIgnoreCase(request.getCommand())) { return TLS_REQUIRED; } else { return super.dispatchCommandHandlers(session, request); } } Kind regards, Johnny Minty From: Phillip Odam Sent: ‎Wednesday‎, ‎31‎

ActiveMQ - Bug

2013-07-31 Thread Johnny Minty
)at org.apache.james.queue.jms.JMSMailQueue.deQueue(JMSMailQueue.java:116) ... 2 more Regards, Johnny Minty

RE: Require TLS

2013-07-28 Thread Johnny Minty
, Johnny Minty Date: Sun, 28 Jul 2013 17:31:33 +0200 From: e...@apache.org To: server-user@james.apache.org Subject: Re: Require TLS Why this wouldn't work for you? bind0.0.0.0:25/bind tls socketTLS=true startTLS=true On 2013-07-26 16:47, Phillip Odam wrote: Hi Johnny I've wanted

RE: Require TLS

2013-07-26 Thread Johnny Minty
Hi Eric, The requirement is for TLS over port 25(starttls) not TLS on port 465. Kind regards, Johnny Minty Sent from my Windows Phone From: Eric Charlesmailto:e...@apache.org Sent: ‎26/‎07/‎2013 11:31 p.m. To: James Users Listmailto:server-user@james.apache.org

Require TLS

2013-07-25 Thread Johnny Minty
connections. At the moment it looks like I will need to write my own SMTP hook to ensure the STARTTLS command is received during the SMTP transaction, do you think this is the right approach? Thanks for your help, Johnny Minty

UTF-7 support - James 2.4

2013-05-21 Thread Johnny Minty
for your help. Regards, Johnny Minty

Trunk build failing

2013-04-16 Thread Johnny Minty
\Development\Libraries\apache-james\mailbox-integration-tester of C:\Work\Development\Libraries\apache-james\pom.xml does not exist Regards, Johnny Minty

RE: Trunk build fails

2013-03-22 Thread Johnny Minty
Thanks Loan, All working now. Kind regards, Johnny Minty M: +64 21 280 4433 E: joh...@minty.net.nz From: Ioan Eugen Stan Sent: ‎17‎ ‎March‎ ‎2013 ‎11‎:‎59‎ ‎p.m. To: James Users List Subject: Re: Trunk build fails Hello Johnny, I've upgraded to the newly released mailbox-0.5. It should

Trunk build fails

2013-03-16 Thread Johnny Minty
Hi Guys, I’ve been using the latest trunk build it looks like there have been some refactoring over the last few days causing a build failure caused by missing jars in http://repository.apache.org/snapshots when running a clean build I receive the following (Output below) Failed to execute

AOP / Mailet loading

2013-03-13 Thread Johnny Minty
Hi Guys, When mailets are loaded are they registered as beans within the spring container? I intend to use AOP on methods within a mailet however if it is not registered as a spring bean I will need to use load time weaving which I want to avoid if possible. Kind regards, Johnny Minty

James 3 ToRepository

2013-01-30 Thread Johnny Minty
Hi Guys, I have found a problem during my testing with JAMES 3 and the ToRepository mailet with the FileRepository implementation. I'm getting :  ERROR 10:35:21,561 | james.mailrepositorystore | Exception caught while storing mail Mail1359581721324-b06c591e-9153-464f-99ce-70a66ffb6348-!380830

James 3 exception loop

2013-01-30 Thread Johnny Minty
Hi Guys, During my testing in JAMES beta 5 trunk I've found bug causing an exception loop when processing messages. To cause the loop throw an uncaught exception in any mailet without  onMailetException=ignore attribute. After tracing through the code I think the problems with the

Running apache james 3.0 under tomcat

2013-01-17 Thread Johnny Minty
Hi Guys, In a previous thread I was talking about creating a web app for Apache James. Along this same train of thinking In development I have successfully got James  to deploy under Jetty using the App package and changing the reference to the spring-server.xml in the web.xml file. The big

Apache James Webfront end

2013-01-13 Thread Johnny Minty
Hi Guys, I am working on a custom mail server project where I need to implement my own database structure. I want to bootstrap the application using Tomcat,  use hibernate for persistence and build a web front end using SpringMVC for configuration and management.   The server will not have any

RE: Apache James 3.0 Beta5 (Trunk) class not found

2013-01-10 Thread Johnny Minty
Subject: Re: Apache James 3.0 Beta5 (Trunk) class not found Thx for reporting. Should be solved with https://issues.apache.org/jira/browse/JAMES-1467 Could you svn up and try again? Thx, Eric On 09/01/2013 22:37, Johnny Minty wrote: Hi Guys, I'm trying to use the source @ http

RE: Apache James 3.0 Beta5 (Trunk) class not found

2013-01-10 Thread Johnny Minty
: Apache James 3.0 Beta5 (Trunk) class not found Thx for reporting. Should be solved with https://issues.apache.org/jira/browse/JAMES-1467 Could you svn up and try again? Thx, Eric On 09/01/2013 22:37, Johnny Minty wrote: Hi Guys, I'm trying to use the source @ http

RE: Apache James 3.0-beta4 build

2013-01-09 Thread Johnny Minty
the beta4 source without the assembly. Kind regards, Johnny Minty From: Eric Charles Sent: ‎9‎ ‎January‎ ‎2013 ‎7‎:‎41‎ ‎p.m. To: James Users List Subject: Re: Apache James 3.0-beta4 build Hi, For beta4 release, you need to checkout [1] and build it. For trunk (beta5-SNAPSHOT

Apache James 3.0 Beta5 (Trunk) class not found

2013-01-09 Thread Johnny Minty
? Kind regards, Johnny Minty - To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org For additional commands, e-mail: server-user-h...@james.apache.org

Apache James 3.0-beta4 build

2013-01-08 Thread Johnny Minty
tried this out with the james-server-3.0-beta1 project shown in the dev-build.html example with on issues but I would like to use the latest code base available. Please advise whether the build process has changed? Thanks for our help in advance. Kind regards, Johnny Minty