> Hello experts, > > I have installed squirrelmail-1.5.1 on Windows 2000 together with > hMailServer, they work fine. But I have two more questions as > following: > > 1. The "Options \ Change Password" does not work, I get error message > on squirrelmail web page as: ERROR: No valid backend defined. The > users can not change their own password via squirrelmail, only the > administrators can change password for everyone at mail server side. > How can I correct this?
hmailserver stores configuration in mysql. If you use bundled mysql server, it is running on 127.0.0.1 address 3307 port. MySQL admin name is stored in C:\Program Files\hMailServer\Bin\hMailServer.INI Encrypted admin password is stored in same file. It can be decrypted with C:\Program Files\hMailServer\Addons\Utilities\DecryptBlowfish.vbs Users are stored in: Database: hmailserver Table: hm_accounts 'accountaddress' field stores username with domain. 'accountpassword' field stores password. hMailserver 4.2 uses md5 encrypted passwords by default. It looks like 'accountpwencryption' field stores information about used password crypto type. 2 = md5 hash. Contact hmailserver developers, if you need more info. change_password plugin does not support password schema used by hMailServer. You can use mysql or peardb backends with some modifications or write backend specific to hmailserver. I suspect that SquirrelMail change_sqlpass plugin supports hmailserver password encryption schema. $password_encryption = 'MD5' config setting. hMailserver package includes two plugins in C:\Program Files\hMailServer\Addons\Squirrelmail Plugins. These plugins depend on compatibility 1.3 plugin, but this plugin version might be incompatible with sm 1.5.1. Please contact hMailServer developers if you have problems with these plugins. > 2. The "Received time" of emails seems wrong. The time on Windows > machine is 11:42 but the "Received time" is 02:40, etc. . The "Options > - Personal Information \ Your current timezone:" is Same as server. Are you sure that you don't have TZ variable set in your environment or have set time zome in php.ini? Please provide more information about used PHP version. Latest PHP versions have more timezone configuration options. -- Tomas ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 -- squirrelmail-users mailing list Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines List Address: squirrelmail-users@lists.sourceforge.net List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users