Re: [PATCH] prefork: add multi-address support

2009-04-26 Thread Robert Spier
Devin Carraway wrote: > > On Wed, Apr 15, 2009 at 06:38:47AM +0200, Hanno Hecker wrote: > > On Tue, 14 Apr 2009 17:57:36 -0700 > > Devin Carraway wrote: > > > > > Allows qpsmtpd-prefork to listen on multiple address/port combinations > > > simultaneously, based on the corresponding implementat

Re: [PATCH] prefork: add multi-address support

2009-04-15 Thread Devin Carraway
On Wed, Apr 15, 2009 at 06:38:47AM +0200, Hanno Hecker wrote: > On Tue, 14 Apr 2009 17:57:36 -0700 > Devin Carraway wrote: > > > Allows qpsmtpd-prefork to listen on multiple address/port combinations > > simultaneously, based on the corresponding implementation in forkserver. > [...] > > -use lib

Re: [PATCH] prefork: add multi-address support

2009-04-14 Thread Hanno Hecker
On Tue, 14 Apr 2009 17:57:36 -0700 Devin Carraway wrote: > Allows qpsmtpd-prefork to listen on multiple address/port combinations > simultaneously, based on the corresponding implementation in forkserver. [...] > -use lib 'lib'; This should stay for running from git tree. Hanno

[PATCH] prefork: add multi-address support

2009-04-14 Thread Devin Carraway
Allows qpsmtpd-prefork to listen on multiple address/port combinations simultaneously, based on the corresponding implementation in forkserver. --- qpsmtpd-prefork | 108 --- 1 files changed, 63 insertions(+), 45 deletions(-) diff --git a/qpsmt