[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
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 password and new password. Then using SQL is check is the current password matches. If so update the new passwords in the database. else prompt him again. Hope this

[vchkpw] Quota is not working

2004-05-30 Thread Joao Rechena
Greetings, I have several accounts on one domain, every one with quota and working fine, but I have this mailbox that the quota is not working, it stayed on the 48% of usage and the mail keeps increasing, the quota is 50MB and it already goes on the 100MB Did anyone had this problem

Re: [vchkpw] IMAP login fails for default domain users

2004-05-30 Thread Tom Collins
On May 28, 2004, at 9:30 PM, Alan Murrell wrote: All POP logins work great, but with IMAP, only the virtual domains (or rather, any domain other than the 'default domain') are able to login in; the 'default domain' fails on IMAP login, regardless of whether I user the '@defaultdomain.tld' or not

[vchkpw] Looking for patches

2004-05-30 Thread Bill Gradwohl
I noticed that vdeluser doesn't get rid of the .qmail files for a user if there are any. Has anyone developed a patch to do this? Does anyone have a patch to run a script or other executable when vadddomain or vadduser successfully completes? What I'm after is to perform some post processing

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

[vchkpw] TMDA + vpopmail + qmail + squirrelmail (?)

2004-05-30 Thread Márcio Luciano Donada
Hello Group, Somebody of the group uses TMDA + qmail + vpopmail + squirrelmail? It would like to use plugin to carry through the possible changes in the TMDA that the customer comes to want, but I am not obtaining, if somebody uses, can give one help? [ ]'s Márcio

Re: [vchkpw] Looking for patches

2004-05-30 Thread Rick Widmer
Bill Gradwohl wrote: I noticed that vdeluser doesn't get rid of the .qmail files for a user if there are any. Has anyone developed a patch to do this? What files were left behind, and where did they come from? Is there a general place to check for patches? I checked the archives before posting,

Re: [vchkpw] IMAP login fails for default domain users

2004-05-30 Thread Alan Murrell
Hi Tom, On Sun, 2004-05-30 at 10:38, Tom Collins wrote: It sounds like the vpopmail code in Courier-IMAP doesn't correctly handle default domains. I know that Michael Bowe did a lot of work on that code recently -- are you using the latest release of Courier-IMAP? Not the latest, but

Re: [vchkpw] TMDA + vpopmail + qmail + squirrelmail (?)

2004-05-30 Thread Alan Murrell
Hi Marcio, On Sun, 2004-05-30 at 14:45, Márcio Luciano Donada wrote: Somebody of the group uses TMDA + qmail + vpopmail + squirrelmail? It would like to use plugin to carry through the possible changes in the TMDA that the customer comes to want, but I am not obtaining, if somebody uses, can

RE: [vchkpw] Looking for patches

2004-05-30 Thread Bill Gradwohl
What files were left behind, and where did they come from? I created a testuser for testdomain.com and noted that the user ended up in /home/vpopmail/domains/testdomain.com/testuser as expected. I then manually created a .qmail-testuser file at the domain level

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

Re: [vchkpw] Looking for patches

2004-05-30 Thread X-Istence
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bill Gradwohl wrote [At least in part]: snip Then I vdeluser deleted the testuser and the .qmail-testuser file was still there. Maybe I've got the .qmail file in the wrong place. ??? Both locations work. Should a user specific .qmail file be

RE: [vchkpw] Looking for patches

2004-05-30 Thread Bill Gradwohl
Thanks for the information about where to put the .qmail files. -- Bill Gradwohl YCC (817) 224-9400 x211 www.ycc.com

Re: [vchkpw] IMAP login fails for default domain users

2004-05-30 Thread Alan Murrell
On Sun, 2004-05-30 at 10:38, Tom Collins wrote: It sounds like the vpopmail code in Courier-IMAP doesn't correctly handle default domains. I know that Michael Bowe did a lot of work on that code recently -- are you using the latest release of Courier-IMAP? I just took a look at 3.0.4,