Author Topic: Plugin "password" how to configure for hmailserver? On IIS 6.0  (Read 16826 times)

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Plugin "password" how to configure for hmailserver? On IIS 6.0
« Reply #15 on: November 06, 2009, 10:29:59 AM »
#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)
« Last Edit: November 06, 2009, 10:43:02 AM by rosali »
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline toetag

  • Jr. Member
  • **
  • Posts: 65
Plugin "password" how to configure for hmailserver? On IIS 6.0
« Reply #16 on: November 06, 2009, 10:33:58 AM »
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. ]>

Offline toetag

  • Jr. Member
  • **
  • Posts: 65
Plugin "password" how to configure for hmailserver? On IIS 6.0
« Reply #17 on: November 06, 2009, 10:58:54 AM »
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. ]>

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Plugin "password" how to configure for hmailserver? On IIS 6.0
« Reply #18 on: November 06, 2009, 11:19:12 AM »
@ 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
« Last Edit: November 06, 2009, 11:20:18 AM by rosali »
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Plugin "password" how to configure for hmailserver? On IIS 6.0
« Reply #19 on: November 06, 2009, 11:27:19 AM »
... Would be nice to get a basic 'HowTo' for my plugins (purpose, install, configure) from a native English speaker ;-)
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline toetag

  • Jr. Member
  • **
  • Posts: 65
Plugin "password" how to configure for hmailserver? On IIS 6.0
« Reply #20 on: November 06, 2009, 01:28:53 PM »
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. ]>

Offline tmsam

  • Newbie
  • *
  • Posts: 1
windows + Hmail + roundcube... cannot change pass
« Reply #21 on: April 08, 2010, 04:16:28 AM »
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.

Offline bugof

  • Newbie
  • *
  • Posts: 1
Re: Plugin "password" how to configure for hmailserver? On IIS 6.0
« Reply #22 on: July 27, 2012, 05:14:28 AM »
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';
-----------------------------