Re[2]: [vchkpw] Jan 20 21:08:11 bliz out of memory [986]

2005-01-21 Thread MA
Hello

it worked, thanks, anyway can you ezplain why this problem showed up
because of softlimit value?



TC On Jan 20, 2005, at 7:24 PM, MA wrote:
 #!/bin/sh
 exec /usr/local/bin/softlimit -m 200 \
 /usr/local/bin/tcpserver -v -R -H -l 0 0 110 
 /var/qmail/bin/qmail-popup \
 bliz.bliz.com strace -o /tmp/logpop3.log 
 /usr/local/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir 21

TC Change 200 to 600 (or more) and see if that helps.

TC --
TC Tom Collins  -  [EMAIL PROTECTED]
TC QmailAdmin: http://qmailadmin.sf.net/  Vpopmail: http://vpopmail.sf.net/
TC Info on the Sniffter hand-held Network Tester: http://sniffter.com/



-- 
Sincerely MA



Re: [vchkpw] Jan 20 21:08:11 bliz out of memory [986]

2005-01-21 Thread Niek
On 1/21/2005 1:46 PM +0100, MA wrote:
Hello
it worked, thanks, anyway can you ezplain why this problem showed up
because of softlimit value?
Because it look more than 200 bytes of memory.
http://cr.yp.to/daemontools/softlimit.html
Regards,
Niek
--
Use plain text: http://www.geoapps.com/nomime.shtml
Learn to quote:http://www.netmeister.org/news/learn2quote2.html
Avoid disclaimers:  http://www.goldmark.org/jeff/stupid-disclaimers


Re: [vchkpw] smtp after pop

2005-01-21 Thread Jeremy Kitchen
On Thursday 20 January 2005 05:07 pm, Eric Ziegast wrote:
 To see ensure that your mail relay filters are working, go here:
   http://www.abuse.net/relay.html

http://homepages.tesco.net/~J.deBoynePollard/FGA/smtp-erroneous-open-relay-tests.html

-Jeremy

-- 
Jeremy Kitchen ++ Systems Administrator ++ Inter7 Internet Technologies, Inc.
  [EMAIL PROTECTED] ++ www.inter7.com ++ 866.528.3530 ++ 815.776.9465 int'l
  kitchen @ #qmail #gentoo on EFnet IRC ++ scriptkitchen.com/qmail
 GnuPG Key ID: 481BF7E2 ++ jabber:[EMAIL PROTECTED]


pgpF51z7V47FS.pgp
Description: PGP signature


Re: [vchkpw] Removing entries from vlog with user/domain deleted

2005-01-21 Thread Ken Jones
On Thursday 20 January 2005 9:43 pm, Tom Collins wrote:
 secnetdk submitted the following patch on SourceForge:

 http://sourceforge.net/tracker/?
 func=detailatid=577800aid=1099800group_id=85937

 It adds code to delete the associated vlog entries when a user or
 domain are deleted.

 Does anyone on the list have a need/reason for vlog entries to stay
 behind when a user/domain are deleted?  If not, I'll go ahead and roll
 it into the next release.

Sounds like a good addition. Makes alot of sense to clean out
old entries on deletion.

Ken Jones



Re: [vchkpw] Removing entries from vlog with user/domain deleted

2005-01-21 Thread tonix (Antonio Nati)
At 17.08 21/01/2005, you wrote:
On Thursday 20 January 2005 9:43 pm, Tom Collins wrote:
 secnetdk submitted the following patch on SourceForge:

 http://sourceforge.net/tracker/?
 func=detailatid=577800aid=1099800group_id=85937

 It adds code to delete the associated vlog entries when a user or
 domain are deleted.

 Does anyone on the list have a need/reason for vlog entries to stay
 behind when a user/domain are deleted?  If not, I'll go ahead and roll
 it into the next release.
I'ld like more to have a separate program to purge logs, based on 
parameters (domain, days, users, deleted users, etc.).

And I'ld like to add more logging on vlog for all activities, like user 
creation, user deletion, etc.

Tonino



Re: [vchkpw] vpopmail 5.4.9 slow (SOLVED)

2005-01-21 Thread Juliano Simões
Hi Eduardo,

Thanks for your reply!

In fact we are not using smtp-auth on this server.

Anyway, the load problem was solved after we adjusted
a few MySQL and file system parameters. The basic idea
was to compensate for the extra number of database hits
resulting from the use of valias.

Regards,

Juliano Simões
Gerente de Tecnologia
Axios Tecnologia e Serviços
http://www.axios.com.br
[EMAIL PROTECTED]
+55 41 2141-1800

- Original Message - 
From: Eduardo Ribeiro da Silva [EMAIL PROTECTED]
To: vchkpw@inter7.com
Sent: Tuesday, January 18, 2005 8:21 PM
Subject: Re: [vchkpw] vpopmail 5.4.9 slow


Are you using smtp-auth ?

The only way using vchkpw to make qmail spawn a qmail-smtpd process against
MySQL databases is the modified script to make qmail-smtpd spawn it first
using vchkpw.


btw: I speak portuguese too.

Regards
Eduardo Ribeiro da Silva
[EMAIL PROTECTED]
Consultant


Em Ter 18 Jan 2005 18:02, Juliano Simões escreveu:
 After upgrading our vpopmail installation from 5.3.30 to 5.4.9
 we noticed that SMTP mail delivery became very slow and
 qmail-smtpd processes now eat *lots* of CPU load to run.

 Besides the upgrade, the most significant change is that we
 have moved our aliases from file to MySQL (valias support).
 Vpopmail configure parameters are:

 env LIBS=-lz \
 ./configure \
 --enable-roaming-users=y \
 --enable-relay-clear-minutes=120 \
 [EMAIL PROTECTED] \
 --enable-auth-module=mysql \
 --enable-many-domains=y \
 --enable-clear-passwd=n \
 --enable-tcpserver-file=/var/vpopmail/etc/tcp.smtp  \
 --enable-auth-logging=n \
 --enable-valias

 I wonder if anyone has dealt with server load problems after
 upgrading to 5.4.9? Can this be related to the use of valias?

 Regards,

 Juliano Simões
 Gerente de Tecnologia
 Axios Tecnologia e Serviços
 http://www.axios.com.br
 [EMAIL PROTECTED]
 +55 41 2141-1800






RE: [vchkpw] vpopmail 5.4.9 slow (SOLVED)

2005-01-21 Thread shadowplay.net

can you share those... 
just wanna make sure I don’t hit a wall... 

 -Original Message-
 From: Juliano Simões [mailto:[EMAIL PROTECTED] 
 
 Anyway, the load problem was solved after we adjusted
 a few MySQL and file system parameters.