Hi!!
I have installed Roundcube 0.4b and all was ok until now.
I have enable some plugin like calendar, serverinfo....
Then wen i have configured the password plugin i'm always with the error at login: "Conection to IMAP server fails"
I have enabled the log mode to 4 and say's:
"IMAP Error in C:\....roudcube\program\include\rcube_imap.php (141): Empty startup greeting (127.0.0.1:143)"
I have tryed everything I think!!
The process for installing the password plugin was:
1- enabled dcom in php.ini
2- register the plugin in main.inc.php
3- configure the plugin in config.inc.php:
$rcmail_config['password_driver'] = 'hmail';
$rcmail_config['password_db_dsn'] = 'mssql://admin:Mypass@SERVERNAME/hmaildb';
$rcmail_config['password_query'] = 'UPDATE hm_accounts SET accountpassword=%c WHERE accountaddress=%u';
4- Config DCOM in Windows (founded in another post)
-Start DCOM config by selecting Start, Run, enter dcomcnfg.exe and press OK.
-In the Component Services program, expand the Component Services folder
-Expand down to Computers | My Computer | DCOM Config
-Right-click on hMailServer and select properties
-Select the Security tab
-Under "Launch and Activation Permissions", select Customize and click on Edit
-Under "Group or user names", click Add
-Set the Local Launch and Local Activation permissions for this user to Allow
(IIS_USRS)
After that I was able to login and use the password plugin and all they have worked but some moment's later wen i was trying to login again the error starts until now.
I have tried permissions to the folders, change configs. and even tried to undo all the changes and doesn't work.
SERVER DESCRIPTION:
Windows Server 2008
HmailServer 5.3.2 with MSSQL 2008
Roundcube 0.4b
any Help is apreciated!!
Thanks.