Re: [vchkpw] Change Password Script

2003-07-19 Thread Tom Collins
On Saturday, July 19, 2003, at 08:47  AM, David Choo wrote:
I'm currently running vpopmail 5.2.1 with qmailadmin. Many of my
customers are changing their password via qmailadmin, but I've gathered
feedback that they would prefer to be able to change password without
login in.
Something like that for forms.

==
Email Address
Old Password
New Password
Confirm New Password.
==
I think this is an excellent idea, and I would be willing to work on 
adding it to qmailadmin.  You'd just have to call qmailadmin with a 
special URL, and it would pop up with a very simple page for changing 
password.

It's in my todo list for the 1.1 development series of qmailadmin.  
Once we release a stable version based on the current 1.0.25, I'll look 
into doing it.

If someone wants to design the page, perhaps in the same style as the 
current qmailadmin pages, that would make my work easier.

--
Tom Collins
[EMAIL PROTECTED]
http://sniffter.com/ - info on the Sniffter hand-held Network Tester



RE: [vchkpw] Change Password Script

2003-07-19 Thread David Choo
Anyone willing to help on this?

Regards,
David Choo


-Original Message-
From: David Choo [mailto:[EMAIL PROTECTED] 
Sent: Thursday, July 17, 2003 5:50 PM
To: [EMAIL PROTECTED]
Subject: [vchkpw] Change Password Script

I know this has been asked millions of times. I've searched the archives
but I found nothing on it.

I'm currently running vpopmail 5.2.1 with qmailadmin. Many of my
customers are changing their password via qmailadmin, but I've gathered
feedback that they would prefer to be able to change password without
login in.

Something like that for forms. 

==
Email Address
Old Password
New Password
Confirm New Password.
==

I've searched high and low, and found nothing on it. My vpopmail setup
is currently using CDB, and to convert to MySQL takes time as I would
need ALL my users to login. Considering the number of inactive accounts
I have, that might take some months down the road.

As such, is there anyone kind enough to guide me on this?

Regards,
David Choo









[vchkpw] Change Password Script

2003-07-17 Thread David Choo
I know this has been asked millions of times. I've searched the archives
but I found nothing on it.

I'm currently running vpopmail 5.2.1 with qmailadmin. Many of my
customers are changing their password via qmailadmin, but I've gathered
feedback that they would prefer to be able to change password without
login in.

Something like that for forms. 

==
Email Address
Old Password
New Password
Confirm New Password.
==

I've searched high and low, and found nothing on it. My vpopmail setup
is currently using CDB, and to convert to MySQL takes time as I would
need ALL my users to login. Considering the number of inactive accounts
I have, that might take some months down the road.

As such, is there anyone kind enough to guide me on this?

Regards,
David Choo






Re: [vchkpw] Change password

2003-01-09 Thread Claudio Nieder
Hi,

> i set suid of the vpasswd command in vpopmail/bin direct.
> then i execute this command with script,it works.
> is it correct way.

Basic rule: If someone has to ask if her/his suid script is sure, it
probably isn't:-)

Also suid scripts, i.e. text files interpreted by a shell, perl or so
have some extra pitfalls regarding security, which a real program
does not have.

You have to make sure, that only persons in need to use the script can
actually use it, by setting the right permissions and performing
necessary tests regarding who calls the script otherwise anyone could
change anybody elses password.

All user input, arguments etc. should be accuratly verified, to make
sure no one can abuse of your program, using specially crafted input to
be able to do more, than you want to allow such a user to do.

claudio
-- 
Claudio Nieder, Kanalweg 1, CH-8610 Uster, Tel +41 79 357 6743
yahoo messenger: claudionieder aim: claudionieder icq:42315212
mailto:[EMAIL PROTECTED]http://www.claudio.ch





Re: [vchkpw] Change password

2003-01-08 Thread zafar rizvi
hi ppl
i successfully write a change password script.
but is is the right way or it secure

i set suid of the vpasswd command in vpopmail/bin direct.
then i execute this command with script,it works.
is it correct way.

with regards
thanks
zafar
- Original Message -
From: "zafar rizvi" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, January 07, 2003 8:14 PM
Subject: [vchkpw] Change password


> hi ppl
>  Any body have some idea about changepassword with virtual domain user
> (vpopmail user).
>
> Bcz i must need a change password script or idea
>
> thanks
> zafar
>
>
>





RE: [vchkpw] Change password

2003-01-07 Thread Lists @ Apted Tech.
http://inter7.com/vpopmail/doc/
http://inter7.com/vpopmail/doc/vpasswd.html

please read...

-Original Message-
From: zafar rizvi [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 07, 2003 6:15 AM
To: [EMAIL PROTECTED]
Subject: [vchkpw] Change password


hi ppl
 Any body have some idea about changepassword with virtual domain user
(vpopmail user).

Bcz i must need a change password script or idea

thanks
zafar

 




Re: [vchkpw] Change password

2003-01-07 Thread Ken Jones
On Tuesday 07 January 2003 09:14 am, zafar rizvi wrote:
> hi ppl
>  Any body have some idea about changepassword with virtual domain user
> (vpopmail user).
>
> Bcz i must need a change password script or idea
>
> thanks
> zafar

use vpasswd. It allows you to change the password of
any email account.

Ken Jones





RE: [vchkpw] Change password

2003-01-07 Thread Neo Wee Teck
Try the qmailadmin

http://www.inter7.com/qmailadmin 

wonderful package

-Original Message-
From: zafar rizvi [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 07, 2003 11:15 PM
To: [EMAIL PROTECTED]
Subject: [vchkpw] Change password


hi ppl
 Any body have some idea about changepassword with virtual domain user
(vpopmail user).

Bcz i must need a change password script or idea

thanks
zafar

 




[vchkpw] Change password

2003-01-07 Thread zafar rizvi
hi ppl
 Any body have some idea about changepassword with virtual domain user
(vpopmail user).

Bcz i must need a change password script or idea

thanks
zafar





[vchkpw] change password

2002-11-21 Thread zafar
hello all
   has any one write the change password scripte in php or in someother
language.
or
anyway to change password without using vpopmail commands.

thanks.