Hi Norman Actually my work will get done by just writing a custom mailet to process the bounce emails which will make a http call back to my application. This http call will mark the email as bounced in my application.
So as such I do not need DSN support any more. Rgds Nitin -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Norman Maurer Sent: Thursday, September 02, 2010 2:53 AM To: James Users List Subject: Re: DSN Support Hi Nitan, so you need have DSN support in JAMES or just react on on it ? DSN is not supported yet: https://issues.apache.org/jira/browse/JAMES-322 Bye, Norman 2010/9/1 Nitin Gupta <[email protected]>: > Hi all, > > > > I am using James as per following: > > > > My App - > James - > External SMTP relay server > > > > External relay server supports DSN feature. I am required to fetch the DSN > notifications (delivery status) in my application. Please help me in getting > this done through James. Here is what I thought: > > > > - All the emails originated from my app will contain a custom > header which shall include a message identifier, say a number. > > - I shall write a custom mailet which will process the headers of > the original email in the DSN notification which it will receive from > external SMTP relay server > > - After extracting the email identifier, my custom mailet shall > make an HTTP request to my app to send the email identifier along with > delivery status. > > - In my app, I shall save the delivery status along with the email > identifier. > > > > I have written custom mailets & so I can do steps 3 & 4 easily. However, I > am not sure what matcher will I use i.e. I am not sure how to intercept all > the DSN notifications which external SMTP relay will send to James. Also do > I need some special headers/attributes to request DSN from external SMTP > relay. All I know is this server supports DSN. > > > > Rgds > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
