Re: Next steps to release?

2008-05-08 Thread Hanno Hecker
Hi Stefan, On Wed, 07 May 2008 22:07:35 +0200 Stefan Priebe <[EMAIL PROTECTED]> wrote: > I would like to see a real working tls in prefork server without the > need to do an exit in each child after tls. Does the attached patch work for you? I can send several mails to a test instance started wit

Re: Next steps to release?

2008-05-08 Thread Stefan Priebe
Hi! At the moment i'm using qpsmtpd 0.40. Has there anything changed since that - regarding tls? Otherwise it will not work. We've discussed this point a few month ago - it was / is a bug / problem in the IO::Socket::SSL Module or tls plugin. Stefan Hanno Hecker schrieb: Hi Stefan, On Wed

Re: Next steps to release?

2008-05-08 Thread Chris Lewis
Matt Sergeant wrote: So the next release I consider to be a fairly major step - we've got async/smtp-forward and async tls working. That's most of the showstoppers against using async in production. So what's missing and what would you like to see before the next release? (obviously not limit

Re: greylisting and relaying

2008-05-08 Thread Chris Garrigues
I write my own greylisting plugin some time ago due to problems I had with the one included. I posted it on this list, but never got any comments on it. See http://www.trinsics.com/blog/?p=59 I've been using it on my firewalls since september with no problems at all. Chris On Ma

Re: Next steps to release?

2008-05-08 Thread Ask Bjørn Hansen
On May 7, 2008, at 12:58, Matt Sergeant wrote: So what's missing and what would you like to see before the next release? We should go through the list at http://code.google.com/p/smtpd/issues and make sure anything critical there has been resolved. Many/most of the ideas brought up in th

Re: greylisting and relaying

2008-05-08 Thread James Turnbull
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chris Garrigues wrote: > I write my own greylisting plugin some time ago due to problems I had > with the one included. I posted it on this list, but never got any > comments on it. > > See > > http://www.trinsics.com/blog/?p=59 > > I've b

Re: greylisting and relaying

2008-05-08 Thread Chris Garrigues
Thanks for the belated feedback. BTW, I'd have no problem with this being included in the distribution. Chris On May 8, 2008, at 5:34 PM, James Turnbull wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chris Garrigues wrote: I write my own greylisting plugin some time ago due to proble

Resetting Connections..

2008-05-08 Thread Hanno Hecker
On Thu, 08 May 2008 20:57:12 +0200 Stefan Priebe <[EMAIL PROTECTED]> wrote: > At the moment i'm using qpsmtpd 0.40. Has there anything changed since > that - regarding tls? Otherwise it will not work. We've discussed this There were some changes, which do not affect this problem. With your tls ve

Re: Resetting Connections..

2008-05-08 Thread Ask Bjørn Hansen
On May 8, 2008, at 10:54 PM, Hanno Hecker wrote: [Adding connection->reset] This also works, with no workaround in plugins/tls. Matt, Ask: Ok to commit this and remove the tls-prefork workaround (maybe also undef any transaction notes)? As long as you are sure the reset method gets called

Re: Next steps to release?

2008-05-08 Thread Stefan Priebe
I'll give it a try if you have a complete patch (at the moment you're discussing this with ask) for me :-) is this OK? Stefan Hanno Hecker schrieb: Hi Stefan, On Wed, 07 May 2008 22:07:35 +0200 Stefan Priebe <[EMAIL PROTECTED]> wrote: I would like to see a real working tls in prefork server w