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 que

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

Re: smtp proxy to external smtp server

2011-05-20 Thread Mike Korizek
On 05/20/2011 02:56 PM, Jared Johnson wrote: > We do the sort of signing that is a huge doozy, and Matt is right, it's a > doozy :) There are a couple of ways we've accomplished re-writing the > body from a MIME::Entity. Honestly it seems a bit non-standard to me Why do you think this is non-stan

plugin and perl GPG module

2011-05-25 Thread Mike Korizek
Hi all I experience a strange issue - I have some existing and working perl code which uses GPG::Mail and GPG::Interface beside others. Now I incorporated part of this code into a custom plugin. All the GPG stuff does not work in the plugin, each gpg call returns just null. I checked the user it