Re: smtp proxy to external smtp server

2011-05-19 Thread Mike Brack
On Tue, May 17, 2011 at 9:03 PM, Matt Sergeant m...@sergeant.org wrote: Aleksandar Lazic wrote: Just for my curiosity, why don't you use qpsmtpd::smtp-forward =Any MTA Setup (postfix,courier,qmail, ...)? It's not sender dependent, and doesn't pass on AUTH. (but would be easily hackable to

Re: smtp proxy to external smtp server

2011-05-19 Thread Mike Korizek
On 05/17/2011 04:24 PM, Matt Sergeant wrote: It can be done, but you'll need to customise the smtp-forward plugin yourself to do it. I checked the transaction object, I could not find a handle to the message. How can I achieve the following: An email shall be signed and then put back to the

Re: smtp proxy to external smtp server

2011-05-19 Thread Matt Sergeant
What do you mean by signed? Do you mean like adding a banner to the text parts of the email? If so, that's a really hard problem (I mean it's doable in simple situations, but breaks very very easily). Mike Korizek wrote: On 05/17/2011 04:24 PM, Matt Sergeant wrote: It can be done, but

Re: smtp proxy to external smtp server

2011-05-19 Thread Mike Korizek
On 05/20/2011 04:19 AM, Matt Sergeant wrote: What do you mean by signed? Signing with a gnugp key. Actually by signing the original email I get a new MIME::Entity which then I need to pass on the queue to get delivered to the real smtp server. In other words, the qpsmtpd proxy signs the email