Recent posts
#1
General Discussion / Re: PHP Error: Bind failed: In...
Last post by alec - Today at 03:07:00 AMA fix for Roundcube master (which supports PHP >= 8.1) might be to remove all ->done() calls from the 'ldap' driver code, but I can't test it.
#2
General Discussion / Re: PHP Error: Bind failed: In...
Last post by alec - Today at 02:35:14 AMI suggest to try the ldap_simple driver instead of ldap for the password plugin.
#3
General Discussion / Re: PHP Error: Bind failed: In...
Last post by alec - Today at 02:12:52 AMThe fatal error is Net_LDAP2 issue. https://github.com/pear/Net_LDAP2/issues/15.
#4
General Discussion / Re: Does Roundcube support ssh...
Last post by simonleung - Today at 01:55:21 AMQuote from: SKaero on Today at 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
#5
General Discussion / Re: Does Roundcube support ssh...
Last post by SKaero - Today at 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?
#6
General Discussion / Re: Does Roundcube support ssh...
Last post by simonleung - November 20, 2025, 09:15:26 PMQuote 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?
#7
General Discussion / Re: Does Roundcube support ssh...
Last post by SKaero - 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.
#8
General Discussion / Does Roundcube support ssha512...
Last post by simonleung - November 20, 2025, 12:18:45 PMDoes Roundcube support ssha512 password hash?
#9
Issues & Bugs / Spam Folder has deleted
Last post by Leofric - November 20, 2025, 06:12:22 AMHi, all our spam folders are showing nothing and there is nothing from spam showing in the deleted folder, which it normal does.
Any ideas?
Any ideas?
#10
General Discussion / Re: PHP Error: Bind failed: In...
Last post by SKaero - November 18, 2025, 10:18:37 AMI'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.