Vuserinfo

2001-05-28 Thread Jirí Mikulás
Hi all. I have problem with vpopmail-4.9.10 i use Large model with Mysql. All commands works well (vuseradd, vdeluser, vsetuserquota ) (SQL INSERTs and SELECTs works fine) but when i try to get user info it returns this ... kiwi# ./vuserinfo [EMAIL PROTECTED] vsql_getpw: failed select kiwi#

Re: dbfunctions - it's over

2001-05-28 Thread Krzysztof Dabrowski
>You can check the archives for the exact posting (subject Dbfunctions) but >the general of it all was that dbfunctions could not be included in its >current state because it breaks non database installations, it lacks >documentation and Krzysztof never gave Ken enough information to port it >pro

Re: Vuserinfo

2001-05-28 Thread Jason Lim
I've heard of a few ppl having this trouble. I don't use mysql, just cdb, so can't help. But just wanna tell you that you're not alone ;-) Sincerely, Jason - Original Message - From: "Jirí Mikulás" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 28, 2001 11:26 PM Subject:

Re: Newbie questions: Trying to evaluate functionality

2001-05-28 Thread Rick Updegrove
From: "Jason Lim" <[EMAIL PROTECTED]> > 1) The main advantage of qmail is the Maildir format... why use the old > Mailbox format with qmail? > 2) Uh... thats exactly what vpopmail is for... > 3) use Qmailadmin > 4) use Qmailadmin > 5) qmailadmin...qmailadmin... > 6) exactly what vpopmail does > 7

Re: dbfunctions - it's over

2001-05-28 Thread tonix (Antonio Nati)
Sorry, but I don't agree. I don't know your product, Krzysztof, and I suppose your coding to be excellent, but I feel your vision is very close to your needs only. At 28/05/2001 28/05/2001 +0200, Krzysztof Dabrowski wrote: >>You can check the archives for the exact posting (subject Dbfunctions

passwords?

2001-05-28 Thread bozhan
hi does anyone can tell me how to write php funchtion to check passrods cratetd with vpopmail and stored in mysql. i found that mkpass3 creates passwords whit some salts.. i think i can crypt new password with curren crypterd passowrd but i have to get it from myswl tables and so on... can i mak

Re: dbfunctions - it's over

2001-05-28 Thread Sean C Truman
Krzysztof, After examining your site. I am not understanding what your dbfunction patch does that the new development version of vpopmail does not do. Coming from a developers point of view the MySQL alias/forward that vpopmail now has in it looks to be very simple, easy to understand and ea

Re: passwords?

2001-05-28 Thread Sean C Truman
This shoud beable to start you out on the correct path. Sean 25) $retval = $rand-26+ord("A"); if ($rand > 51) $retval = $rand-52+ord("0"); if ($rand == 62) $retval = ord(";"); if ($rand == 63) $retval = ord("."); return chr($retval); } function mkpasswd($newpasswd) { $salt =

RE: Vuserinfo

2001-05-28 Thread Jeffrey Iskandar Ahmad
Hi all, I also having the problem but a bit different. If I do vuserinfo it will display all users. Regards, Jeffrey Iskandar Ahmad System Engineer Technology Division Time dotNet bhd -Original Message- From: Jirí Mikulás [mailto:[EMAIL PROTECTED]] Sent: Monday, May 28, 2001 11:26 PM T

Re: passwords?

2001-05-28 Thread Sean P. Scanlon
On Tue, 29 May 2001, [EMAIL PROTECTED] wrote: > hi > does anyone can tell me how to write php funchtion to check passrods > cratetd with vpopmail and stored in mysql. > i found that mkpass3 creates passwords whit some salts.. > i think i can crypt new password with curren crypterd passowrd but i

Re: dbfunctions - it's over

2001-05-28 Thread Sean P. Scanlon
On Mon, 28 May 2001, Krzysztof Dabrowski wrote: *SNIP* > c) after the emails here NOBODY from inter7.com even bothered to check the > mentioned website (http://members.elysium.pl/brush/vpopmail/) How can you be sure that nobody from inter7.com visted your site? just because you have no http log

RE: Vuserinfo

2001-05-28 Thread Chris Bolt
That was fixed a while ago in 4.10, patch for 4.9.10 can be found at: http://storm.sst.com.br/vpopmail-4.9.10-fix.diff > Hi all, > I also having the problem but a bit different. If I do vuserinfo it will > display all users.

Re: dbfunctions - it's over

2001-05-28 Thread Krzysztof Dabrowski
>This means there would be two different featured versions, one for SQL and >one NOT-SQL, that's not exactly the result that someone trying to develop >a portable, coherent, all features enabled product tries to achieve. It >doesn't break the code, but it breaks the product. No it does not.

Re: dbfunctions - it's over

2001-05-28 Thread Krzysztof Dabrowski
> After examining your site. I am not understanding what your dbfunction >patch does that the new development version of vpopmail does not do. Coming >from a developers point of view the MySQL alias/forward that vpopmail now >has in it looks to be very simple, easy to understand and easy to