Roundcube Community Forum

 

Plugin "password" how to configure for hmailserver? On IIS 6.0

Started by (:Pro:), October 19, 2009, 09:12:02 AM

Previous topic - Next topic

rosali

#1-Please download recently released plugin collection (just committed)
#2-You missed that all hmail plugins require 'settings' plugin (see README and top of hmail_password.php)

NOTICE: All my stuff requires RoundCube v.0.3.1 or even better the SVN snapshot (see link @ myroundcube.googlecode.com)
Regards,
Rosali

toetag

Thank you for responding.

You beat me to the punch. I had just noticed the word "settings" in the main file.  I wasn't reading that as a seperate plugin.

I just grabbed the latest.

I'll test in a few moments and report back on how wonderful you are as a person, code supporter, hmail supporter and lastly but not least, RoundCube supporter.

/end brown nosing comments.
<[ a desert to an irishman is an empty glass. ]>

toetag

Thank you.  That worked wonderfully.  Now to go through all your plugins and play for a few hours!

off topic: I've never delved into PHP (yet) but how hard do you think it would be to make a plugin that can be configure with an address to automatically forward a message to a given address

(i use ASSP and would love to have a "button" to report spam/not spam automatically)
<[ a desert to an irishman is an empty glass. ]>

rosali

@ off topic:

If you come from CC+, Javascript or any other object orientated programming language it is easy. Personally I have problems to code in VB/VBS/ASP as the syntax and the object referencing is completely different.

@ report spam/ham
That depends on your spam handling backend. There is already a plugin by JohnDoh ... see plugin repository @ trac.roundcube.net
Regards,
Rosali

rosali

... Would be nice to get a basic 'HowTo' for my plugins (purpose, install, configure) from a native English speaker ;-)
Regards,
Rosali

toetag

I'll see what I can come up with.  Once I got it all working, it was surprisingly quite simple.
<[ a desert to an irishman is an empty glass. ]>

tmsam

Hi every body, I have install :
1. windows xp
2. wampserver 2.0
3. Hmail 5.3.2
4. Roucube mail 0.3.1

Now can send/Reicv with webmail, pop.. but cannot change password. I have try password

plugin but now success. I think infomation data of user in hmail\database

folder\hmailserver.sdf not in mysql (mysql.initial.sql) . Pls help me.

bugof

plugins\password\config.inc.php
-----------------------------
$rcmail_config['password_db_dsn'] = 'mysql://username:password@hostname/databasename';
$rcmail_config['password_query']='UPDATE hm_accounts SET accountpassword=md5(%p),accountpwencryption = 2 WHERE accountaddress=%u LIMIT 1'; $rcmail_config['password_hash_algorithm'] = 'md5';
-----------------------------