Re: [vchkpw] vchkpw fails and then succeeds!

2004-12-15 Thread Pedro Pais
On Wed, 15 Dec 2004 03:24:07 -0300, Eduardo M. Bragatto <[EMAIL PROTECTED]> wrote: > Charles Sprickman wrote: > I don't really care if some user has his mail sniffed (if he thinks > it's confidential, he should be responsible for encrypting it, so even > when it's written to the storage sys

Re: [vchkpw] vchkpw fails and then succeeds!

2004-12-15 Thread Eduardo M. Bragatto
Pedro Pais wrote: I'm not sure, but I think that the only thing that's encrypted is the login data. Or am I wrong? Yes, it's true. That's exactly what I want: protect the login data (it means that I want it encrypted via CRAM-MD5 on smtp-auth as well on my DB). -- Best regards,

Re: [vchkpw] vchkpw fails and then succeeds!

2004-12-15 Thread Rob Sutton
unsubscribe - Original Message - From: "Eduardo M. Bragatto" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 15, 2004 10:03 AM Subject: Re: [vchkpw] vchkpw fails and then succeeds! Pedro Pais wrote: I'm not sure, but I think that the only thing that's encrypted is t

Re: [vchkpw] Signal 1 caught by ps (procps version 2.0.7)

2004-12-15 Thread Tom Collins
On Dec 13, 2004, at 6:15 AM, Sascha Ebach wrote: if ( tmppid && (tmppid != mypid) ) { kill(tmppid,sig_num); } This should eliminate what you're seeing -- vpopmail calling kill() with 0 for the PID. We should find out why it's doing that though... I changed it and it works now.

[vchkpw] Quota issue on automatic move

2004-12-15 Thread Brad Pinkston
I'm a newbie, so I appreciate the responses if this is an easy fix.  A few clients(college students) are using filters in squirrelmail to automatically move spam tagged messages from INBOX to a SPAM folder on login.  These users will wait for their quota to be 95% before cleaning anything ou

Re: [vchkpw] vchkpw fails and then succeeds!

2004-12-15 Thread Jeremy Kitchen
On Wednesday 15 December 2004 12:24 am, Eduardo M. Bragatto wrote: > Charles Sprickman wrote: > >> So I have to choose: using a cryptography authentication method > >> that's not safe or having the password being save as plain (wich is > >> not safe either)? > > > > No... > > You did not

Re: [vchkpw] Signal 1 caught by ps (procps version 2.0.7)

2004-12-15 Thread Sascha Ebach
Hi Tom, here are your prints: $ bin/vadddomain example.com 123 matched on 'em cannot open more files?svscan: warning: unable to stat qmail-send: out of memory?svscan: warning: unable to stat qmail-smtpd: out of me mory?svscan: warning: unable to stat qmail-pop3d: out of memory? ' pid=em tmppid=0

Re: [vchkpw] Signal 1 caught by ps (procps version 2.0.7)

2004-12-15 Thread Tom Collins
On Dec 15, 2004, at 11:11 AM, Sascha Ebach wrote: I hope this helps. Let me know. Perfect. I've put an improved version in CVS, and it will be in the next release. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter h

Re: [vchkpw] Signal 1 caught by ps (procps version 2.0.7)

2004-12-15 Thread Sascha Ebach
Perfect. I've put an improved version in CVS, and it will be in the next release. Thanks Tom. Looking forward to the next release. Glad that I could help remove a bug. -- Sascha Ebach Digitale Wertschöpfung Hugo-Junkers-Str. 26 50739 Köln Tel: 0221 / 5994393Fax: 0221

Re: [vchkpw] Receive messages until over quota

2004-12-15 Thread Tom Collins
On Dec 15, 2004, at 1:49 PM, Sihar wrote: Usualy vpopmail bounce messages if current size + messages size > QUOTA I want to received messages with condition current size < QUOTA so when current size < QUOTA and current size + messages size > QUOTA will be accepted. How to do that? You can use /var/

Re[2]: [vchkpw] Receive messages until over quota

2004-12-15 Thread Sihar
Hello Tom, I dont want to set maximum size, I want my client can accept email as long as his current maildir size below QUOTA whitout count new messages size. ex : - user A maildir size current = 8 MB - user A QUOTA = 10 MB if there is new messages arrive with size 3 MB, - On vpopmail new messages

Re: [vchkpw] Signal 1 caught by ps (procps version 2.0.7)

2004-12-15 Thread Mikanas
I think you may have sent this email to the wrong person. Tom Collins wrote: On Dec 13, 2004, at 6:15 AM, Sascha Ebach wrote: if ( tmppid && (tmppid != mypid) ) { kill(tmppid,sig_num); } This should eliminate what you're seeing -- vpopmail calling kill() with 0 for the PID. We