Re: [AMaViS-user] amavisd-new-2.7.0-pre12 is available

2011-01-21 Thread Mark Martinec
Quanah, > >> Will you be filing a bug against the perl module @ CPAN? > > Done. > > > > I sent a mail message to Rob Brown to his cpan address as > > indicated in the Makefile.PL. I hope he is still the current > > maintainer of Net::Server. > > According to CPAN, and his own website, the maint

Re: [AMaViS-user] amavisd-new-2.7.0-pre12 is available

2011-01-21 Thread Quanah Gibson-Mount
--On Tuesday, January 04, 2011 8:22 PM +0100 Mark Martinec wrote: >> Will you be filing a bug against the perl module @ CPAN? > > Done. > > I sent a mail message to Rob Brown to his cpan address as > indicated in the Makefile.PL. I hope he is still the current > maintainer of Net::Server. Acco

Re: [AMaViS-user] amavisd-new-2.7.0-pre12 is available

2011-01-04 Thread Clayton Keller
On 1/4/2011 11:50 AM, Mark Martinec wrote: >> Looks like some modification to Net::Server will be needed >> to handle the situation sooner. > > The following patch against Net-Server-0.99 seems to handle it: > Works great here too. Patched the RPMFORGE SRPM and rebuilt without issue.

Re: [AMaViS-user] amavisd-new-2.7.0-pre12 is available

2011-01-04 Thread Mark Martinec
> Will you be filing a bug against the perl module @ CPAN? Done. I sent a mail message to Rob Brown to his cpan address as indicated in the Makefile.PL. I hope he is still the current maintainer of Net::Server. Mark

Re: [AMaViS-user] amavisd-new-2.7.0-pre12 is available

2011-01-04 Thread Quanah Gibson-Mount
--On Tuesday, January 04, 2011 7:23 PM +0100 Christian Roessner wrote: > Hi, >> >> The following patch against Net-Server-0.99 seems to handle it: >> Will you be filing a bug against the perl module @ CPAN? --Quanah -- Quanah Gibson-Mount Sr. Member of Technical Staff Zimbra, Inc A Division

Re: [AMaViS-user] amavisd-new-2.7.0-pre12 is available

2011-01-04 Thread Christian Roessner
Hi, > > The following patch against Net-Server-0.99 seems to handle it: > I confirm: the patch works for me :) Thanks Christian -- Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolida

Re: [AMaViS-user] amavisd-new-2.7.0-pre12 is available

2011-01-04 Thread Mark Martinec
> Looks like some modification to Net::Server will be needed > to handle the situation sooner. The following patch against Net-Server-0.99 seems to handle it: --- Net/Server/PreFork.pm~ 2010-07-08 21:13:47.0 +0200 +++ PreFork.pm 2011-01-04 18:48:54.103050023 +0100 @@ -331,4 +331,13

Re: [AMaViS-user] amavisd-new-2.7.0-pre12 is available

2011-01-04 Thread Mark Martinec
> As an added note I did not see the zombies in 2.5.4 or 2.6.4. Yes, that is normal, the 2.6.4 did not support a warm reload. (2.6.4) 'amavisd reload' == (2.7.0) 'amavisd restart' For the same reson the 2.7.0 'amavisd restart' would not leave behind any zombies, because the PID of a master pro

Re: [AMaViS-user] amavisd-new-2.7.0-pre12 is available

2010-12-30 Thread Clayton Keller
On 12/30/2010 11:31 AM, Clayton Keller wrote: > On 12/30/2010 11:07 AM, Mark Martinec wrote: >> Clay and Christian, >> >>> With some of my preliminary testing of -pre12 upon issuing the "amavisd >>> reload" command I see the old child processes lingering around in a >>> "" state. >>> The amavisd-na

Re: [AMaViS-user] amavisd-new-2.7.0-pre12 is available

2010-12-30 Thread Patrick Ben Koetter
* Mark Martinec : > So yes, it is ugly, needs investigating, but is not burdening the > host's memory or cpu resources. Same here. $ grep ' $myversion_id =' /usr/sbin/amavisd-new $myversion_id = '2.7.0-pre11'; $myversion_date = '20101217'; > I can see the perl is 5.008008, but which version o

Re: [AMaViS-user] amavisd-new-2.7.0-pre12 is available

2010-12-30 Thread Clayton Keller
On 12/30/2010 11:07 AM, Mark Martinec wrote: > Clay and Christian, > >> With some of my preliminary testing of -pre12 upon issuing the "amavisd >> reload" command I see the old child processes lingering around in a >> "" state. >> The amavisd-nanny process only shows the newly created children. >>

Re: [AMaViS-user] amavisd-new-2.7.0-pre12 is available

2010-12-30 Thread Mark Martinec
Clay and Christian, > With some of my preliminary testing of -pre12 upon issuing the "amavisd > reload" command I see the old child processes lingering around in a > "" state. > The amavisd-nanny process only shows the newly created children. > From a debug console everything appears to be funct

Re: [AMaViS-user] amavisd-new-2.7.0-pre12 is available

2010-12-30 Thread Christian Roessner
> With some of my preliminary testing of -pre12 upon issuing the "amavisd > reload" command I see the old child processes lingering around in a > "" state. I can confirm this. Reloading leaves processes. amavis6104 0.0 0.0 0 0 ?Z06:43 0:04 amavisd amavis6351

Re: [AMaViS-user] amavisd-new-2.7.0-pre12 is available

2010-12-30 Thread Clayton Keller
On 12/24/2010 9:59 AM, Mark Martinec wrote: > The amavisd-new-2.7.0-pre12 pre-release is available at: > >http://www.ijs.si/software/amavisd/amavisd-new-2.7.0-pre12.tar.gz > > with updated release notes at: > >http://www.ijs.si/software/amavisd/release-notes.txt > > > This is mainy a bug fi

Re: [AMaViS-user] amavisd-new-2.7.0-pre12 is available

2010-12-29 Thread tonio
Le 29/12/2010 15:30, Mark Martinec a écrit : > Tonio, > >> i think I have a problem with forward method into policy bank. >> I use this kind of settings to forwarding to the right smtp after amavisd >> >> remote postfix client => amavisd port 10019 => remote postfix server 10025 >> >> i've many smt

Re: [AMaViS-user] amavisd-new-2.7.0-pre12 is available

2010-12-29 Thread Mark Martinec
Tonio, > i think I have a problem with forward method into policy bank. > I use this kind of settings to forwarding to the right smtp after amavisd > > remote postfix client => amavisd port 10019 => remote postfix server 10025 > > i've many smtp talking to amavisd, so each one use a different po

Re: [AMaViS-user] amavisd-new-2.7.0-pre12 is available

2010-12-29 Thread to...@starbridge.org
Le 29/12/2010 00:48, Mark Martinec a écrit : > Clay, > >> Given the number of pre-releases, do you have any rough idea concerning >> the 2.7.0 stable release? I have a few boxes in need of an update to >> 2.6.4, but may hold until 2.7.0 depending on release timing. >> Any thoughts? > The main reaso

Re: [AMaViS-user] amavisd-new-2.7.0-pre12 is available

2010-12-28 Thread Mark Martinec
Clay, > Given the number of pre-releases, do you have any rough idea concerning > the 2.7.0 stable release? I have a few boxes in need of an update to > 2.6.4, but may hold until 2.7.0 depending on release timing. > Any thoughts? The main reason that 2.7.0-pre12 is not named 2.7.0-rc1 is that I w

Re: [AMaViS-user] amavisd-new-2.7.0-pre12 is available

2010-12-28 Thread Clayton Keller
On 12/24/2010 9:59 AM, Mark Martinec wrote: > The amavisd-new-2.7.0-pre12 pre-release is available at: > >http://www.ijs.si/software/amavisd/amavisd-new-2.7.0-pre12.tar.gz > > with updated release notes at: > >http://www.ijs.si/software/amavisd/release-notes.txt > > > This is mainy a bug fi

[AMaViS-user] amavisd-new-2.7.0-pre12 is available

2010-12-24 Thread Mark Martinec
The amavisd-new-2.7.0-pre12 pre-release is available at: http://www.ijs.si/software/amavisd/amavisd-new-2.7.0-pre12.tar.gz with updated release notes at: http://www.ijs.si/software/amavisd/release-notes.txt This is mainy a bug fix release over -pre11, so that one does not need to manually