Re: how to resubmit failed messages

2019-02-20 Thread Benoit Tellier
Hi, There is no binding for Spring (and thus default James server) for webadmin. In order to use webadmin one need to rely on Guice products. Best regards On 2/20/19 9:20 PM, Raphael OUAZANA wrote: > Hi Jeffrey, > > You are trying to contact James on port 25, which is for SMTP. > > Webadmin

Re: MalformedURLException: unknown protocol: classpath SOLVED

2019-02-20 Thread Marc Chamberlin
Hi Matt -  We need you to put all your wonderful replies and commentary up on the James website as part of the documentation. Some of the stuff there is pretty sparse and you are doing a great job of explaining things! ;-)  I will intersperse a few comments below - On 02/20/2019 09:50 AM,

Re: MalformedURLException: unknown protocol: classpath SOLVED

2019-02-20 Thread cryptearth
Evening all, Matt here. Marc, let's look at the doc: "This is an anti-relay matcher/mailet combination Emails sent from servers not in the network list are rejected as spam. This is one method of preventing your server from being used as an open relay.  Make sure you understand how to

Re: MalformedURLException: unknown protocol: classpath SOLVED

2019-02-20 Thread Marc Chamberlin
Morning Benoit ;-)  This could get into being a philosophical discussion for certain! I have mixed feelings about customization of error messages, and you are correct in saying I could change this particular one. I have always approached software design with the attitude that error handling and

RE: how to resubmit failed messages

2019-02-20 Thread Raphael OUAZANA
Hi Jeffrey, You are trying to contact James on port 25, which is for SMTP. Webadmin is listening by default on port 8000. Regards, Raphaël. Le 2019-02-20 13:59, Marans.Jeffrey a écrit : Hi Raphael. I’m using james-server-app-3.2.0. Path is /opt/cibids/james-server-app-3.2.0 and I wonder if

RE: how to resubmit failed messages

2019-02-20 Thread Marans . Jeffrey
I think the trigger xml needs to reside inside a block. I've put it in the error state block and the message is processed like any other. I'll try putting it into the root block. -Original Message- From: Craig Cudmore [mailto:cr...@cudmore.ca] Sent: Wednesday, February 20, 2019 9:09

Re: how to resubmit failed messages

2019-02-20 Thread Craig Cudmore
Yes you are correct on the format of the matcher. I was doing it from memory… Is the matcher near the beginning of the mailetcontainer.xml? It needs to be in the right place in the message processing flow that the message to trigger gets processed before going to the main processor. You can

RE: how to resubmit failed messages

2019-02-20 Thread Marans . Jeffrey
Hi Craig. I think the match line you suggest below should read James starts without error and when I send message to trig...@ircc.caa it’s delivered as you see below, but the error directory isn’t reprocessed. I’ve tried using the absolute and relative paths to

RE: how to resubmit failed messages

2019-02-20 Thread Marans . Jeffrey
Hi Raphael. I’m using james-server-app-3.2.0. Path is /opt/cibids/james-server-app-3.2.0 and I wonder if I’m missing some syntax. curl -XPATCH http://172.16.251.133:25/mailRepositories/var%2Fmail%2Ferror%2F/mails?action=reprocess 220 irc JAMES SMTP Server Server (JAMES SMTP Server )

Re: MalformedURLException: unknown protocol: classpath SOLVED

2019-02-20 Thread Benoit Tellier
Hi. This is very true. But the technical knowledge limitation is not the only one... There is also internationalization + text/plain messages... Note that "Bounce" mailet family allows a '' field allowing you to maybe further explain this to non techie users you might have to handle - and in the