Re: [Dovecot] Changing password for users

2012-10-29 Thread Joseph Tam
Ben Morrow wrote: Maybe replace "/usr/bin/passwd" with htpasswd? Try pam_pwdfile with poppwd or some other poppassd that supports PAM. That's it! I was trying to remember the name of this PAM module. and is there another way other than poppassd? Write your own PHP script -- it couldn't

Re: [Dovecot] Changing password for users

2012-10-26 Thread /dev/rob0
On Fri, Oct 26, 2012 at 11:04:13PM +0200, Tom Hendrikx wrote: > Using a database for managing virtual users seems overkill, > until you run into issues like this. > > I have a postgres backend for 20ish users, and I can plugin > everything I want. Postfixadmin works geat, and there are many > pa

Re: [Dovecot] Changing password for users

2012-10-26 Thread Ben Morrow
At 3PM -0700 on 26/10/12 you (Joseph Tam) wrote: > > > From: Mike John > > > >> I know about poppassd , but it works only for /etc/passwd , > >> /etc/shadow, but my dovecot virtual users password files > >> are in different location and i do not know how to modify poppassd, > >> any idea how can

Re: [Dovecot] Changing password for users

2012-10-26 Thread Joseph Tam
From: Mike John I know about poppassd , but it works only for /etc/passwd , /etc/shadow, but my dovecot virtual users password files are in different location and i do not know how to modify poppassd, any idea how can i do that? I downloaded and examined it; it's just a wrapper for /usr/bin

Re: [Dovecot] Changing password for users

2012-10-26 Thread Tom Hendrikx
On 26-10-12 20:47, Mike John wrote: > On 2012-10-26 01:17, Mike John wrote: > >>> Hello, I am using dovecot (2.0.9) and using virtual users using passdb >>> { args = /etc/dovecot/dovecotpasswd driver = passwd-file } How can i >>> make my virtual users change their passwords using web interface ? M

Re: [Dovecot] Changing password for users

2012-10-26 Thread Mike John
On 2012-10-26 01:17, Mike John wrote: Hello, I am using dovecot (2.0.9) and using virtual users using passdb { args = /etc/dovecot/dovecotpasswd driver = passwd-file } How can i make my virtual users change their passwords using web interface ? My users already uses squirrelmail to access the

Re: [Dovecot] Changing password for users

2012-10-25 Thread Simon Brereton
On Oct 25, 2012 7:20 PM, "Mike John" wrote: >> >> Hello, >> >> I am using dovecot (2.0.9) and using virtual users using >> >> passdb { >> args = /etc/dovecot/dovecotpasswd >> driver = passwd-file >> } >> >> How can i make my virtual users change their passwords using web >> interface ? >> >> My us

Re: [Dovecot] Changing password for users

2012-10-25 Thread Mike John
Hello, I am using dovecot (2.0.9) and using virtual users using passdb { args = /etc/dovecot/dovecotpasswd driver = passwd-file } How can i make my virtual users change their passwords using web interface ? My users already uses squirrelmail to access their mail. is there a program to add to s

Re: [Dovecot] Changing password for users

2012-10-25 Thread Jeffrey Ross
On 10/25/2012 03:21 PM, Mike John wrote: Hello, I am using dovecot (2.0.9) and using virtual users using passdb { args = /etc/dovecot/dovecotpasswd driver = passwd-file } How can i make my virtual users change their passwords using web interface ? My users already uses squirrelmail to a

[Dovecot] Changing password for users

2012-10-25 Thread Mike John
Hello, I am using dovecot (2.0.9) and using virtual users using passdb { args = /etc/dovecot/dovecotpasswd driver = passwd-file } How can i make my virtual users change their passwords using web interface ? My users already uses squirrelmail to access their mail. is there a program to a