Regarding config plugins...

2009-09-08 Thread Jason Mills
Hi all, been monitoring the mailing for a bit but this would be my first time asking a question. Recently the boss-man tasked me with bringing the per_user_config (originally authored by Gavin Carr) in line with the latest version of Qpsmtpd. So far I've got as far as retooling the plugin into a p

Re: Regarding config plugins...

2009-09-08 Thread Jason Mills
Working on it right now :) On Tue, 2009-09-08 at 21:17 -0700, Ask Bjørn Hansen wrote: > On Sep 8, 2009, at 21:05, Jason Mills wrote: > > > So to the point of the question: Would anyone mind if I patched the > > configuration stuff within Qpsmtpd to allow configuration minded

Re: Regarding config plugins...

2009-09-09 Thread Jason Mills
Okay patches submitted. For for the time delay but I had a bit of hard drive scare last night after I finished the code but before I could spin the patch. Any input, suggestions and or scorn is welcome :) - J On Tue, 2009-09-08 at 21:22 -0700, Jason Mills wrote: > Working on it right

Re: Regarding config plugins...

2009-09-09 Thread Jason Mills
/plugins file to allow the new test to be included in the test suite. On Wed, 2009-09-09 at 14:43 -0700, Jason Mills wrote: > Okay patches submitted. > For for the time delay but I had a bit of hard drive scare last night > after I finished the code but before I could spin the patch. >

plugins/transaction_id not supported?

2009-09-10 Thread Jason Mills
Is this because it tries to use Qpsmtpd::Transaction->id which is unsupported? Or is it because Qpsmtpd::Transaction::id() hasn't been implemented yet? Just curious; thanks, - J

New plugin: smtptls-forward

2010-03-25 Thread Jason Mills
I wrote this plugin to help me with my local debugging. Basically a heavily modified version of smtp-foward. Thanks, - Jason =head1 NAME smtptls-forward =head1 DESCRIPTION This plugin forwards the mail via SMTP TLS to a specified server, rather than delivering the email locally. This is very

Re: New plugin: smtptls-forward

2010-05-12 Thread Jason Mills
e config > options? Or factor out common code into a shared module? > > Jason Mills wrote: > >> =head1 NAME >> >> smtptls-forward >> >> =head1 DESCRIPTION >> >> This plugin forwards the mail via SMTP TLS to a specified server, rather than

Re: smtp proxy to external smtp server

2011-05-17 Thread Jason Mills
I wrote a similar plugin a while ago to facilitate my testing environment at home. Not sure if it works with the current code base but at least can act as skeleton. Code: https://gist.github.com/977645 Thread: http://www.mail-archive.com/qpsmtpd@perl.org/msg09252.html On 05/17/2011 03:40 PM, Mike