Re: MalformedURLException: unknown protocol: classpath SOLVED

2019-02-19 Thread Marc Chamberlin
Well at this point I will say that the upgrade to James 3.4 SNAPSHOT has worked, I finally found the remaining problem that had been overlooked. (this is a rather bad user trap IMHO and probably should be re-addressed.)  There is a mailet defined in the mailetcontainer.xml that needs to be

Re: MalformedURLException: unknown protocol: classpath

2019-02-19 Thread Marc Chamberlin
Oh well never mind this exception about localhost, my bad, I had added localhost to the domainlist as an experiment and that was not a good idea. Removing it cleared up this exception, but I still cannot send anything out...  Still looking for a solution...    Marc... On 02/19/2019 06:16 PM,

Re: MalformedURLException: unknown protocol: classpath

2019-02-19 Thread Marc Chamberlin
Hi Matt, Geez thanks so much for taking the time to do such a wonderful write up! And following your advice did solve the double entry into Thunderbird's sent folder. I still cannot get James to send anything out though but I am now getting messages written to the james-server.log file and

Re: how to resubmit failed messages

2019-02-19 Thread Raphael OUAZANA
Hi, Nice trick, but there is now a simpler way to achieve this. We tend to prefer webadmin now than cli for new features (cli will probably be replaced by webadmin in a future version). So with webadmin you can easily reprocess a mail repository, see here:

Re: MalformedURLException: unknown protocol: classpath

2019-02-19 Thread Raphael OUAZANA
Hi Matt, Thank you very much for this very nice explanation! For me long mails are perfectly fine on a mailing list, and better suited than small parts. Thanks again for sharing. Regards, Raphaël. Le 2019-02-19 19:13, cryptearth a écrit : Hey Marc, ah, I can see a lot of myself in you

RE: how to resubmit failed messages

2019-02-19 Thread Marans . Jeffrey
Thanks Craig. I'll give it a try and get back to you. Jeff. -Original Message- From: Craig Cudmore [mailto:cr...@cudmore.ca] Sent: Tuesday, February 19, 2019 1:38 PM To: James Users List Subject: Re: how to resubmit failed messages Here's a high-level list of steps you need to

Re: how to resubmit failed messages

2019-02-19 Thread Craig Cudmore
Here's a high-level list of steps you need to re-process rejected message: 1) Configure your mailetcontainer.xml to have a mailet like: file://var/mail/error process true This mailet will look for mails that are being sent from trig...@mail.com and if it finds one, it will throw away the

RE: how to resubmit failed messages

2019-02-19 Thread Marans . Jeffrey
Thanks Matt. I'm hopeful someone has encountered this before. The failure condition I'm expecting is a 20,000 message backlog requiring admin intervention and likely scripting. Jeff. -Original Message- From: cryptearth [mailto:cryptea...@cryptearth.de] Sent: Tuesday, February 19, 2019

Re: how to resubmit failed messages

2019-02-19 Thread cryptearth
Hey Jeffrey, this awnser could be wrong as I don't now for sure, but I guess once a mail is filtered into one of the error-directories - it's out of the queue. But I could be wrong because the mails stored as serialized java objects - wich also should be able to be read in back again for

how to resubmit failed messages

2019-02-19 Thread Marans . Jeffrey
I'm setting up a proof of concept mail system using apache james 3.2 with minimal mods. I have a Postal load test server that sends to a james relay which forwards the email to a second james server. The latter persists the messages into a MySQL database. During testing I turn off various

Re: MalformedURLException: unknown protocol: classpath

2019-02-19 Thread cryptearth
Hey Marc, ah, I can see a lot of myself in you back when I used james first back in 2015 or so ... maybe I can help you out on some questions as I also learned a bit since then. But, if I fell, Benoit is one kind of a crack on james and, as far as I remember for my questions, always has some