Roundcube Community Forum

 

Recent posts

#11
General Discussion / Re: PHP Error: Bind failed: In...
Last post by alec - November 21, 2025, 02:12:52 AM
The fatal error is Net_LDAP2 issue. https://github.com/pear/Net_LDAP2/issues/15.
#12
General Discussion / Re: Does Roundcube support ssh...
Last post by simonleung - November 21, 2025, 01:55:21 AM
Quote from: SKaero on November 21, 2025, 01:29:55 AMRoundcube supports ssha512 in the password plugin but does require hashing support in PHP. I'm not sure what that error message means or exactly where that would come from, is that an error that you added for debugging?

I found that error in the file /var/www/roundcube/logs/password.log
#13
General Discussion / Re: Does Roundcube support ssh...
Last post by SKaero - November 21, 2025, 01:29:55 AM
Roundcube supports ssha512 in the password plugin but does require hashing support in PHP. I'm not sure what that error message means or exactly where that would come from, is that an error that you added for debugging?
#14
General Discussion / Re: Does Roundcube support ssh...
Last post by simonleung - November 20, 2025, 09:15:26 PM
Quote from: SKaero on November 20, 2025, 01:14:58 PMIn what context are you asking about the hash support? Roundcube supports ssha512 in the password plugin for changing passwords. The hash type doesn't matter when using normal Roundcube operations.

I enabled the password hash in the configuration file of Roundcube as follows.

$config['password_algorithm'] = 'ssha512';

$config['password_ldap_encodage'] = 'ssha512';
 
Still, I could not change the password of mailbox on Roundcube webmail and found the error in the log file as follows.


[21-Nov-2025 10:10:39 +0800]: <3tcldptb> PHP Error: HIT ssha (POST /?_task=settings&_action=plugin.password-save)


Do Roundcube and php support ssha512?
#15
General Discussion / Re: Does Roundcube support ssh...
Last post by SKaero - November 20, 2025, 01:14:58 PM
In what context are you asking about the hash support? Roundcube supports ssha512 in the password plugin for changing passwords. The hash type doesn't matter when using normal Roundcube operations.
#16
General Discussion / Does Roundcube support ssha512...
Last post by simonleung - November 20, 2025, 12:18:45 PM
Does Roundcube support ssha512 password hash?
#17
Issues & Bugs / Spam Folder has deleted
Last post by Leofric - November 20, 2025, 06:12:22 AM
Hi, all our spam folders are showing nothing and there is nothing from spam showing in the deleted folder, which it normal does.

Any ideas?
#18
General Discussion / Re: PHP Error: Bind failed: In...
Last post by SKaero - November 18, 2025, 10:18:37 AM
I'm not an expert with ldap but the error means what it says it can't connect to the server the credentials are invalid. I'd recommend double checking what you have set in the config file and you could try looking at the ldap server logs to see if they give you any other information.
#19
Pending Issues / Re: Login from external site/f...
Last post by ballouhosting - November 18, 2025, 05:36:00 AM
Problem finally solved.
Thank you for your help.
#20
General Discussion / Re: How to solve 'PHP Error: P...
Last post by simonleung - November 18, 2025, 03:34:50 AM
Quote from: SKaero on November 18, 2025, 01:59:45 AMI don't see anything there that should be causing an issue. In the plugins/password/password.php file can you change "Password plugin: Hash method not supported." to "Password plugin: Hash method (". $method .") not supported." and then post the error so we can see what method its trying to use?

Quote from: SKaero on November 18, 2025, 01:59:45 AMI don't see anything there that should be causing an issue. In the plugins/password/password.php file can you change "Password plugin: Hash method not supported." to "Password plugin: Hash method (". $method .") not supported." and then post the error so we can see what method its trying to use?


Thanks for your help. It was my wrong and I have solved that problem. Still, I found another problem in the log file(see https://www.roundcubeforum.net/index.php?topic=31768.0). Could you help me check it?