[vchkpw] vlog Table

2004-10-19 Thread Lucas G. Obredor



Hi everyone,
 
I have qmail + vpopmail + mysql on a red hat 8.0, the thing is that i don't want 
to save all the logs in vlog table in mysql, is this possible ?.

  

Thank you a lot.


Lucas G. ObredorSistemas DivisiĆ³n Banda 
AnchaTel. 4469-7477 Int. ( 2130 )


Re: [vchkpw] vlog Table

2004-10-19 Thread Jeremy Kitchen
On Tuesday 19 October 2004 08:28 am, Lucas G. Obredor wrote:
 Hi everyone,
 I have qmail + vpopmail + mysql on a red hat 8.0,
 the thing is that i don't want to save all the logs in vlog table in mysql,
 is this possible ?.

vlog is not enabled by default.  Recompile vpopmail without it enabled.

you can view how you configured your vpopmail by looking at config.log (newer 
versions) or config.status (older versions)

-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 ++ scriptkitchen.com/qmail
   GnuPG Key ID: 481BF7E2 ++ scriptkitchen.com/kitchen.asc


pgpA6mV8F23Ec.pgp
Description: PGP signature


[vchkpw] Vpopmail returns wrong quota usage

2004-10-19 Thread michele



Hi, my qmail+vpopmail installation is returning 
wrong user quota, for example returns 51% of 10Megs, even if the mailbox 
contains only one message of 1kb.
Please Help me,
Thanks


Re: [vchkpw] Vpopmail returns wrong quota usage

2004-10-19 Thread Gregory Kuhn
At 11:45 AM 10/19/2004, michele wrote:
Hi, my qmail+vpopmail installation is returning wrong user quota, for 
example returns 51% of 10Megs, even if the mailbox contains only one 
message of 1kb.
Please Help me,
Thanks
Have you patched your qmail-smtpd with the qmail-maildir++ patch?  If not, 
that is most likely the cause of your problem.

Greg



Re: [vchkpw] chkuser 2.0

2004-10-19 Thread X-Istence
On Oct 19, 2004, at 11:14 PM, Charles Sprickman wrote:
While it's apparently not fatal to not properly close the mysql 
connection, I suspect that it's adversely affecting performance.

Well, the connection will remain open till MySQL notices the connection 
is closed. We had this with several C programs a while back. Since the 
connection is still open according to MySQL its connection limit could 
be reached, and would start dropping new connections to it.