Re: [vchkpw] Change passwd howto

2004-06-03 Thread X-Istence
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rick Widmer wrote: snip I'm not sure what thread you are looking at, but considering that I wrote all the PHP code on http://pmailadmin.sourceforge.net/, more than doubled the size of the code in the vpopmail extension for PHP, and have patches

Re: [vchkpw] Change passwd howto

2004-06-03 Thread Rick Widmer
X-Istence wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rick Widmer wrote: snip I'm not sure what thread you are looking at, but considering that I wrote all the PHP code on http://pmailadmin.sourceforge.net/, more than doubled the size of the code in the vpopmail extension for PHP, and

Re: [vchkpw] Change passwd howto

2004-05-31 Thread Jean Wainer
On Sat, 29 May 2004 00:32:58 +0200 Patrick Donker [EMAIL PROTECTED] wrote: Guys, I use qmail + vpopmail + courier-imapd + squirrelmail. My question is; what would be the easiest way to inplement a change-password option in Squirrel? I have found a plugin, but that is based on pam, which

Re: [vchkpw] Change passwd howto

2004-05-31 Thread Patrick Donker
Jean Wainer wrote: On Sat, 29 May 2004 00:32:58 +0200 Patrick Donker [EMAIL PROTECTED] wrote: Guys, I use qmail + vpopmail + courier-imapd + squirrelmail. My question is; what would be the easiest way to inplement a change-password option in Squirrel? I have found a plugin, but

Re: [vchkpw] Change passwd howto

2004-05-31 Thread Jean Wainer
On Mon, 31 May 2004 14:49:17 +0200 Patrick Donker [EMAIL PROTECTED] wrote: There's a vpopmail plugin for squirrelmail. The only catch is that you have to run apache as vpopmail user. --Jw. Really? Is it on the squirrel site? Looked there already, didnt see it..

Re: [vchkpw] Change passwd howto

2004-05-31 Thread Patrick Donker
Found it, sorry There's a vpopmail plugin for squirrelmail. The only catch is that you have to run apache as vpopmail user. --Jw.

Re: [vchkpw] Change passwd howto

2004-05-31 Thread X-Istence
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jean Wainer wrote: snip There's a vpopmail plugin for squirrelmail. The only catch is that you have to run apache as vpopmail user. Thus giving anyone that has web access or is allowed to run PHP scripts on your server the allowance to play with

Re: [vchkpw] Change passwd howto

2004-05-31 Thread Jean Wainer
On Mon, 31 May 2004 09:30:24 -0400 X-Istence [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jean Wainer wrote: snip There's a vpopmail plugin for squirrelmail. The only catch is that you have to run apache as vpopmail user. Thus giving anyone that has web

Re: [vchkpw] Change passwd howto

2004-05-31 Thread X-Istence
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jean Wainer wrote: Thus giving anyone that has web access or is allowed to run PHP scripts on your server the allowance to play with vpopmail as much as they want. If this is just a webmail based server i do think it is okay, but if i were you i

Re: [vchkpw] Change passwd howto

2004-05-31 Thread Rod K
X-Istence wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jean Wainer wrote: snip There's a "vpopmail" plugin for squirrelmail. The only catch is that you have to run apache as "vpopmail" user. Thus giving anyone that has web access or is allowed to run PHP

Re: [vchkpw] Change passwd howto

2004-05-31 Thread Patrick Donker
Rod K wrote: X-Istence wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jean Wainer wrote: snip There's a "vpopmail" plugin for squirrelmail. The only catch is that you have to run apache as "vpopmail" user. Thus giving anyone that has web

Re: [vchkpw] Change passwd howto

2004-05-31 Thread Rick Widmer
X-Istence wrote: For cdb there are these things you can do. 1) Wait till the PHP extensions fully work and the vpopmail deamon that the PHP extensions use fully work First a little correction, the PHP extension and the vpopmail daemon are two different ways to do the same thing. The extension

Re: [vchkpw] Change passwd howto

2004-05-31 Thread X-Istence
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rick Widmer wrote: X-Istence wrote: For cdb there are these things you can do. 1) Wait till the PHP extensions fully work and the vpopmail deamon that the PHP extensions use fully work First a little correction, the PHP extension and the

Re: [vchkpw] Change passwd howto

2004-05-31 Thread Rick Widmer
X-Istence wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rick Widmer wrote: X-Istence wrote: For cdb there are these things you can do. 1) Wait till the PHP extensions fully work and the vpopmail deamon that the PHP extensions use fully work First a little correction, the PHP extension

[vchkpw] Change passwd howto

2004-05-30 Thread Patrick Donker
Guys, I use qmail + vpopmail + courier-imapd + squirrelmail. My question is; what would be the easiest way to inplement a change-password option in Squirrel? I have found a plugin, but that is based on pam, which I dont use. I need something that uses vchkpw. My guess is that somebody on this list

Re: [vchkpw] Change passwd howto

2004-05-30 Thread X-Istence
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Patrick Donker wrote: Guys, I use qmail + vpopmail + courier-imapd + squirrelmail. My question is; what would be the easiest way to inplement a change-password option in Squirrel? I have found a plugin, but that is based on pam, which I dont

Re: [vchkpw] Change passwd howto

2004-05-30 Thread Rakesh Tiwari
this helps. Regards Rakesh - Original Message - From: X-Istence [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, May 30, 2004 9:26 AM Subject: Re: [vchkpw] Change passwd howto -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Patrick Donker wrote: Guys, I use qmail + vpopmail

Re: [vchkpw] Change passwd howto

2004-05-30 Thread Raboo Treed
You should mail your patch to this list and also squirrrelmail, it could be a usefull thing to have in the contrib dir On 2004-05-30 17:17, Rakesh Tiwari wrote: I use MySQL as my backend. I hacked squirrelmail to add a page that takes in the username ( from session ) and asks for the current

Re: [vchkpw] Change passwd howto

2004-05-30 Thread Patrick Donker
X-Istence wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Patrick Donker wrote: Guys, I use qmail + vpopmail + courier-imapd + squirrelmail. My question is; what would be the easiest way to inplement a change-password option in Squirrel? I have found a plugin, but that is

Re: [vchkpw] Change passwd howto

2004-05-30 Thread X-Istence
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Patrick Donker wrote: Sorry for my double post, but I didnt see my first posting on the list, so I thought something went wrong...my bad apparently... Anyhow, I dont use any database backend, just plain old cdb. I did find something, but for that

[vchkpw] Change passwd howto

2004-05-28 Thread Patrick Donker
Guys, I use qmail + vpopmail + courier-imapd + squirrelmail. My question is; what would be the easiest way to inplement a change-password option in Squirrel? I have found a plugin, but that is based on pam, which I dont use. I need something that uses vchkpw. My guess is that somebody on this