Re: [vchkpw] Error in checking password length

2006-03-21 Thread Riccardo Bini
Alle 05:58, martedì 21 marzo 2006, Tom Collins ha scritto: > Actually, this patch is incorrect. vadduser() takes the plaintext > password, regardless of whether CLEAR_PASS is defined. > > The current code behaves as it should. > #define MAX_PW_PASS 40 #define MAX_PW_CLEAR_PASSWD 16 With C

[vchkpw] Error in checking password length

2006-03-17 Thread Riccardo Bini
Patch for checking password length. Bye Rick --- vpopmail.c 2005-05-23 18:12:36.0 +0200 +++ /home/rick/sorgenti/vpopmail-5.4.12/vpopmail.c 2006-03-17 14:52:01.0 +0100 @@ -457,7 +457,11 @@ if ( strlen(domain) > MAX_PW_DOMAIN ) return(VA_DOMAIN_NAME_TOO_LONG); if ( str

[vchkpw] vuserinfo Segmentation fault

2005-11-07 Thread Riccardo Bini
I get this error: vuserinfo -D example.com vmysql: sql error[5]: Commands out of sync; You can't run this command now Segmentation fault What is? Thx Rick

Re: [vchkpw] quota problem

2005-08-22 Thread Riccardo Bini
Alle 17:49, lunedì 22 agosto 2005, Tom Collins ha scritto: > On Aug 22, 2005, at 6:58 AM, Riccardo Bini wrote: > > ok.. with 5.4.12 works but not as I would want 8-) > > I mean when vdelivermail deliver the email and the user is over system > > quota > > vdeliver retur

Re: [vchkpw] quota problem

2005-08-22 Thread Riccardo Bini
Alle 08:33, giovedì 11 agosto 2005, Tom Collins ha scritto: > On Aug 5, 2005, at 12:14 PM, Riccardo Bini wrote: > > I have vpopmail 5.4.10, /home dir in nfs and quota enabled > > Each virtual domain has a user (vadddomain -u user domain.com) and the > > users > > has

Re: [vchkpw] quota problem

2005-08-06 Thread Riccardo Bini
Alle 21:44, venerdì 5 agosto 2005, Rick Macdougall ha scritto: > Riccardo Bini wrote: > >I have vpopmail 5.4.10, /home dir in nfs and quota enabled > >Each virtual domain has a user (vadddomain -u user domain.com) and the > > users has a system quota (filesystem quota). &g

[vchkpw] quota problem

2005-08-05 Thread Riccardo Bini
I have vpopmail 5.4.10, /home dir in nfs and quota enabled Each virtual domain has a user (vadddomain -u user domain.com) and the users has a system quota (filesystem quota). Well, when a user is over quota the emails are delivered with size 0. It's possible to have vdelivermail check system quota

Re: [vchkpw] Mysql replica

2005-03-16 Thread Riccardo Bini
Alle 17:39, mercoledì 16 marzo 2005, Tom Collins ha scritto: > On Mar 16, 2005, at 6:52 AM, Riccardo Bini wrote: > > I have installed vpopmail 5.4.6 whith mysql database. I found a bug in > > vadduser. > > When I add a user I get Segmentation Fault. I debugged whith core dum

[vchkpw] Mysql replica

2005-03-16 Thread Riccardo Bini
I have installed vpopmail 5.4.6 whith mysql database. I found a bug in vadduser. When I add a user I get Segmentation Fault. I debugged whith core dump and I found in line 1567 in vpopmail.c (remove_maildirsize(mypw->pw_dir);) the bug. mypw has null pointer. Whit only one line in vpopmail.sql (

[vchkpw] Dir name option

2004-12-09 Thread Riccardo Bini
Hi, it's possible to insert an option to define the dir name in configure process? I want to use 'mail' instead of 'domains'. Bye Rick

[vchkpw] Limits per owner

2004-10-06 Thread Riccardo Bini
Hi, It's possible to set limits (pop account) per unix user and not per domain?? An other question: i lost my dir_control table (mysql). I can recreate it but i dont know what the columns mean. Thank you. Regards. Riccardo Bini