Index: [Article Count Order] [Thread]

Date:  Tue, 14 Mar 2006 00:57:42 +0100
From:  SpanishST <spanishst (at mark) wanadoo.fr>
Subject:  [coba-e:04274] Re: Optimizing qpopper or POP3 alternative
To:  coba-e (at mark) bluequartz.org
Message-Id:  <20060314005742.f713ccb7.spanishst (at mark) wanadoo.fr>
In-Reply-To:  <440AEEE5.6000803 (at mark) ecualinux.com>
References:  <72b101c63eed$c703e3d0$2f427dd1 (at mark) chrism>	<4408927A.604 (at mark) ecualinux.com>	<20060304221612.eb1d526c.spanishst (at mark) wanadoo.fr>	<440AEEE5.6000803 (at mark) ecualinux.com>
X-Mail-Count: 04274

Hello, 

Thanks for your help, but the changes that worked for you did not work
for me on BQ FC1. 
After looking closely to your explanations and looking over google i
managed to make it work. here is by scanaddr :

sub scanaddr ($) {
    my $s = $_[0];
    my @paddrs;         # Packed IP addresses.
    my @addrs;          # ASCII addresses.

    if ($s =~ /^... .. ..:..:.. .* dovecot: (pop3|imap)-login: Login: .+ rip=(\d+\.\d+\.\d+\.\d+)/) {
	my $authuser = $2; 
	return $authuser unless ($s =~ /reject=\d/i); 
    }

    return ();
}

i used the bluequartz package of Hugues Lepesant (Thanks Hugues :-) 
find rpm here :
http://hugues.lepesant.com/stuff/bluequartz/

Hope this will help others,

Thanks, 

Ramon LOPEZ


On Sun, 05 Mar 2006 09:00:05 -0500
"Ing. Ernesto PñÓez Estñ×ez" <info (at mark) ecualinux.com> a ñÄrit :

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Hello!
> 
> check here:
> 
> http://bluequartz.org/ml/archive/coba-e/2600/2682.html
> 
> here is the scanaddr I use for my dovecot.
> 
> Edit /usr/sbin/poprelayd and search for scanaddr, that if shoud be
> changed from:
> if ($s =~ /POP login by user \"[\-\_\.\w]+\" at \(.+\) ([0-9\.]+)\s*$/)  {
> 
> 
> to read as:
> if ($s =~ '^(... .. ..:..:..) \S+ (?:pop3|imap)-login: Login:
> .+\[(\d+\.\d+\.\d+\.\d+)\]'){
> 
> 
> regards!
> epe
> 
> SpanishST wrote:
> > Hello,
> > 
> > I have the same problem with qpopper, i already think of migrating to
> > dovecot, but i worry about the POP before SMTP feature i use. I think
> > that the POPbSMTP feature on bluequartz will not work anymore with
> > dovecot... If someone have a full tutorial for replacing qpopper by
> > dovecot with support of POP before SMTP it would be great.
> > 
> > Thanks
> > 
> > On Fri, 03 Mar 2006 14:01:14 -0500
> > "Ing. Ernesto PñÓez Estñ×ez" <info (at mark) ecualinux.com> a ñÄrit :
> > 
> > I installed dovecot and was able to get rid of this problem. qpopper was
> > a bit slow... and dovecot solved that situation.
> > 
> > epe
> > 
> > Chris McGinnis wrote:
> >>>> I have setup a machine with NuOnce CentOS + Bluequartz.  I have migrated 100 virtual sites from a RaQ 550 and have run into problems with qpopper.
> >>>>
> >>>> After a while there will be 50+ qpopper instances running and client connections will timeout saying:
> >>>> -ERR POP EOF or I/O Error
> >>>>
> >>>> Any recommendations on optimizing qpopper or possibly replacing qpopper with something else?  All of these sites came from a RaQ550, I would expect my new server to handle the load just fine.
> >>>>
> >>>> The specs on the machine are: 3.2Ghz, 2GB ram, SATA 200GB HDD
> >>>>
> >>>> -Chris
> >>>>
> >>>>
> >>>>
> > --
> > Ing. Ernesto PñÓez Estñ×ez
> > http://www.ecualinux.com
> > USA: + 1 404 795 0321
> > Ecuador: (02)3412402 - (09) 9246504
> >>
> -
> ---------------------------------------------------------------------------------------
> Wanadoo vous informe que cet  e-mail a ete controle par l'anti-virus mail.
> Aucun virus connu a ce jour par nos services n'a ete detecte.
> >>
> >>
> 
> - --
> Ing. Ernesto PñÓez Estñ×ez
> http://www.ecualinux.com
> USA: + 1 404 795 0321
> Ecuador: (02)3412402 - (09) 9246504
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.2.6 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
> 
> iD8DBQFECu7l8sSWs7RP4EMRAjCJAJ9U8ykfG9pxoJjafrp2NwH4GBwg6wCgxCEn
> sNYMJYFds1PhTfTVTRS2KMc=
> =GGc6
> -----END PGP SIGNATURE-----
> 
> ---------------------------------------------------------------------------------------
> Wanadoo vous informe que cet  e-mail a ete controle par l'anti-virus mail. 
> Aucun virus connu a ce jour par nos services n'a ete detecte.
> 
>