james3 smtp imap auth with digital certificates?

2017-11-15 Thread Mike Lepore
Is there some way of configuring james 3 to require users to authenticate with a digital certificate instead of just uid/pw? -- thanks, Michael Lepore michael.lepore.w...@gmail.com - To unsubscribe, e-mail:

Re: question: is it possible to have SMTP server respond to both port 25 and port 465?

2017-09-07 Thread Mike Lepore
ch P: Yes, JAMES does support this. You need to add one section for each port you want to bind to. For example, in smtpserver.xml: 0.0.0.0:25 ... 0.0.0.0:465 ... Rich On 9/6/2017 2:54 PM, Mike Lepore wrote: Is there a way to

Re: socketTLS port 465 smtp not working [RESOLVED]

2017-09-06 Thread Mike Lepore
e like wireshark could also be very useful. Matt Am 05.09.2017 um 16:39 schrieb Mike Lepore: yeah, I think it's using openssl to test with that is causing the issue. I turned DEBUG On for smtpserver using the log4j instead of the of the java property in cli mode since I didn't know exactly how t

question: is it possible to have SMTP server respond to both port 25 and port 465?

2017-09-06 Thread Mike Lepore
Is there a way to configure James smtserver to support port 25 for non-SSL and port 465 for socketTLS at the same time? There doesn't seem to be a way to configure the smtpserver for multiple ports, one non-SSL and the other socketTLS in the smtpserver.xml. Can you have more than one tag?

Re: socketTLS port 465 smtp not working

2017-09-05 Thread Mike Lepore
TLS". Matt Am 05.09.2017 um 03:00 schrieb Mike Lepore: yes, when I set the socketTLS to false and the binding address back with port 25, it seems to work just fine. It just seems to hang when I'm inputting the the message itself when set to port 465 with socketTLS set to true. Am I not

Re: AW: socketTLS port 465 smtp not working

2017-09-04 Thread Mike Lepore
runs across the unsecure channel. In real the difference is a bit more complicated and the result is pretty much the same, but maybe this helps to understand what both of these are. So you only use one of them - that's why you getting a 500 - tls already active on your second try. greetings Matt

socketTLS port 465 smtp not working

2017-09-01 Thread Mike Lepore
I can't seem to get james3 to work with smtpserver for socketTLS on port 465. when I execute this command it just seems to hang at the end and not complete the send. any ideas? Am I not running the send command properly? I have smtpserver.xml configured for socketTLS. 0.0.0.0:465 ...

James 3.0 RC1, migration utility?

2017-06-27 Thread Mike Lepore
Is there any migration utility available that can convert email messages from James 2 to James 3? How about a utility that can convert james 2 mailet config to james 3 mailet config? thanks, Michael Lepore michael.lepore.w...@gmail.com

Re: AW: Re: James 3.0 RC1, [resolved] Thunderbird failing to find settings for socketTLS in imap and smtp conf

2017-06-22 Thread Mike Lepore
plain on 25 and wont be able to receive mails from the world. I suggest using starttls on 25 so an external server wich wants to deliver mail to you is able to do so. greetings from Germany Matt Mike Lepore schrieb Thunderbird is failing to find settings for socketTLS set in imap

Re: James 3.0 RC1, Thunderbird failing to find settings for socketTLS in imap and smtp conf

2017-06-22 Thread Mike Lepore
Thunderbird is failing to find settings for socketTLS set in imap and smtp conf. Is there a way to get this to work? ... INFO 14:59:14,214 | james.smtpserver | Id='1607585407' User='' Connection established from 0:0:0:0:0:0:0:1 INFO 14:59:14,217 | james.smtpserver | Id='1522166508'

Re: James 3.0 RC1, can send message, but can't find INBOX

2017-06-20 Thread Mike Lepore
repository are not for storing user mailboxes. They serve to handle processing errors and such. Please have a look to the Mailbox instead. Cheers, Benoit Tellier Le 20/06/2017 à 04:13, Mike Lepore a écrit : I have successfully sent email to a test user, but can't find where the INBOX for the user is.

Re: James 3.0 RC1, can send message, but can't find INBOX

2017-06-19 Thread Mike Lepore
ve an indexer.xml in your conf folder? What is its content? Please have a look at a sample working configuration: https://github.com/apache/james-project/tree/master/dockerfiles/run/spring/destination/conf Cheers, Benoit Le 17/06/2017 à 02:05, Mike Lepore a écrit : I keep getting this error when

Re: James 3.0 RC1, failed to run james, unable to load indexer, spring config

2017-06-19 Thread Mike Lepore
, Benoit Le 17/06/2017 à 02:05, Mike Lepore a écrit : I keep getting this error when I try to run james. I've seen some discussion on indexer.xml and spring-server.xml, but I don't know what to do with them and I don't know where to put the sample spring-server.xml that I see on the james website. I

Re: James 3.0 RC1, failed to run james, unable to load indexer, spring config

2017-06-19 Thread Mike Lepore
17 à 02:05, Mike Lepore a écrit : I keep getting this error when I try to run james. I've seen some discussion on indexer.xml and spring-server.xml, but I don't know what to do with them and I don't know where to put the sample spring-server.xml that I see on the james website. I tried putting

James 3.0 RC1, failed to run james, unable to load indexer, spring config

2017-06-16 Thread Mike Lepore
I keep getting this error when I try to run james. I've seen some discussion on indexer.xml and spring-server.xml, but I don't know what to do with them and I don't know where to put the sample spring-server.xml that I see on the james website. I tried putting the spring-server.xml in the

Re: Apache James Server 2.3.2 security vulnerability fixed

2015-10-02 Thread Mike lepore
does anybody know if it's just enough to update/replace the jar files in the james-2.3.2.1/apps/james.sar/SAR-INF/lib/ ??? On 09/30/2015 09:20 AM, Eric Charles wrote: Severity: Important Vendor: The Apache Software Foundation Versions Affected: James Server 2.3.2 Description: Apache James

Re: Building james

2015-08-28 Thread Mike lepore
bug. Once corrected, I was able to compile James with Java 7. I commited this patch this morning. Can you give your Java version and maven version so that I can recreate your build environment ? Are you using any build profile ? Thanks, Benoit Le 27/08/2015 17:54, Mike lepore a écrit : thanks

Re: Building james

2015-08-27 Thread Mike lepore
I guess there's something I didn't follow correctly. Where do the james jars and conf get installed to? I can't find them after executing the commands below. Admittedly, not a maven expert. mike@dev:$ mvn clean install [INFO] Scanning for projects... [INFO] [INFO]

Re: Building james

2015-08-27 Thread Mike lepore
thanks, yeah, not sure why I thought I had to change folders at that point. That helped me get farther, but still problems ... [INFO] [INFO] Reactor Summary: [INFO] [INFO] Apache James Project

Re: apache-james project status?

2014-10-20 Thread Mike lepore
Robert, thanks for help. Admittedly, I don't have too much experience with Maven. I've always just used Apache Ant by itself to make builds like this. So, this is helping me get more familiar with Maven I gave the build procedure a try, but had a couple of problems. I tried it on IBM

Re: apache-james project status?

2014-10-20 Thread Mike lepore
, Mike Lepore On 10/20/2014 12:24 PM, Mike lepore wrote: Robert, thanks for help. Admittedly, I don't have too much experience with Maven. I've always just used Apache Ant by itself to make builds like this. So, this is helping me get more familiar with Maven I gave the build procedure a try

Re: apache-james project status?

2014-10-17 Thread Mike lepore
...@gmail.com wrote: Hi, Can any one please share status update? Or where to get status updates? Sent from my Windows Phone -Original Message- From: Mike lepore michael.lepore.w...@gmail.com Sent: ‎10/‎16/‎2014 10:30 PM To: server-user@james.apache.org server-user@james.apache.org Subject