On Feb 11, 2008 2:41 PM, Maik Brauer <[EMAIL PROTECTED]> wrote:
>
> I'm using the HORDE Webmail Framework. (www.horde.org)
> There is no configuration, from where you can change the password.

Correct, HORDE, while being a compatible webmail IMAP client, doesn't 
integrate with Courier-mta at a level which facilitates funcationality such 
as changing of passwords.

> Maik Brauer <[EMAIL PROTECTED]> wrote on 2008-Feb-09:
> What can I do, that my customers can change their IMAP Password via
> Webinterface ?

As Jeff pointed out, the courier package sqwebmail provides the password 
chaning functionality via a web-based interface. Some people find sqwebmail 
a faster and more robust webmail system than horde, and other providers 
provide both side by side and give their customers the choice of either, 
with the password changing functionality being contained in sqwebmail only.

> Is there any tool or php program available ?

Authlib provides this funcationality to you, see the following for the API:
http://www.courier-mta.org/authlib/auth_passwd.html

The funcationality isn't provided off the commandline so you'll need to 
include the library and wrap it with some binary that is usable to you. For 
PHP, you'll need to wrap the function into a PHP extension and then you can 
call it directly from your own custom PHP page which you can insert into 
your HORDE application.

The nice thing is that it will work regardless of what backend is in place, 
so it might be a useful submission back to the HORDE project should you get 
it working.

Have fun!

 -Enda. 


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
courier-users mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to