Re: [Dovecot] Changing password for users
Jeff
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? and is there another way other than poppassd?
On Oct 25, 2012 7:20 PM, "Mike John" <mike@alaadin.org> wrote:
Horde has a change password module too.
And essentially it's trivial to write your own php page to do it. I'll do it if you want to contract it out.
Simon
On 2012-10-26 01:17, Mike John wrote:
i have googled every where, i can not find how to modify poppassd to modify virtual users passwords at /etc/dovecot/passwords , Is there any other way ? i am sure that some one in this mailing list have virtual users and uses modified poppassd or other utils so that his clients can change their password
On 26-10-12 20:47, Mike John 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 password plugins for squirrelmail/roundcube/etc that work with such a database.
Disclaimer: I tried the file-based approach too, but kept building kludges for things that were a lot simpler with a database. In the end, I joined the dark side.
-- Tom
On Fri, Oct 26, 2012 at 11:04:13PM +0200, Tom Hendrikx wrote:
SQLite gives me the best of both worlds: file-based stability with SQL flexibility and easy backups. There is no Postfixadmin-type solution out there yet, but if you're fine with sqlite3(1) in the console, you won't miss it.
http://rob0.nodns4.us/ -- system administration and consulting Offlist GMX mail is seen only if "/dev/rob0" is in the Subject:
participants (4)
-
/dev/rob0
-
Mike John
-
Simon Brereton
-
Tom Hendrikx