Apache James 2.3 Protocol Handler

2013-10-09 Thread Jan Drake
Hello, We have an urgent situation where we need to be able to reject inbound messages at the smtp layer. Essentially, we need to take the whole message after the . in the smtp protocol, evaluate it, and then return in certain conditions and appropriate SMTP error message to notify the sender the

Apache James 2.3 Protocol Handler

2013-10-10 Thread Jan Drake
Retrying to listŠ From: Jan Drake Date: Wednesday, October 9, 2013 2:41 PM To: Subject: Apache James 2.3 Protocol Handler Hello, We have an urgent situation where we need to be able to reject inbound messages at the smtp layer. Essentially, we need to take the whole message after the

Re: Apache James 2.3 Protocol Handler

2013-10-10 Thread Hamster
Hi Jan, We did something like that. Our use case was for throttling purposes (if too many emails per sec from address x then reply with different smtp code). Is this what you need(or similar)? Will share tomorrow when next to my laptop. Cheers On Oct 9, 2013 11:42 PM, "Jan Drake" wrote: > Hell

Re: Apache James 2.3 Protocol Handler

2013-10-14 Thread Jan Drake
Yes, please. Appreciate the sharing! :) On 10/10/13 5:09 PM, "Hamster" wrote: >Hi Jan, > >We did something like that. Our use case was for throttling purposes (if >too many emails per sec from address x then reply with different smtp >code). Is this what you need(or similar)? > >Will share tom

Re: Apache James 2.3 Protocol Handler

2013-10-14 Thread Fernando Cassia
On Mon, Oct 14, 2013 at 8:21 AM, Jan Drake wrote: > Yes, please. Appreciate the sharing! :) Can this be documented/added to next release/docs?? Please? :: TIA FC -- During times of Universal Deceit, telling the truth becomes a revolutionary act Durante épocas de Engaño Universal, decir la

Re: Apache James 2.3 Protocol Handler

2013-10-15 Thread Hamster
Hi guys, Took me a while... ;-) In /apps/james/conf/james-smtphandlerchain.xml http://fisheye.primekey.se/browse/SignServer/trunk/signserver/extapps/james/apps/james/conf/james-smtphandlerchain.xml?r=93 just before SendMailHandler we added our own handlers, for example: In config.xml make

Re: Apache James 2.3 Protocol Handler

2013-10-26 Thread Eric Charles
Thx. Anyone willing to contribute a patch on trunk? On 15/10/13 10:11, Hamster wrote: Hi guys, Took me a while... ;-) In /apps/james/conf/james-smtphandlerchain.xml http://fisheye.primekey.se/browse/SignServer/trunk/signserver/extapps/james/apps/james/conf/james-smtphandlerchain.xml?r=93 just