-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Authres_status crashes on some imap folders #75
Comments
Thanks for the report, could you please double check if the php-dkim package has been installed? $ # cd /var/www/my.domain.mail/roundcube
$ composer show -i | grep dkim |
composer show -i | grep dkim is outdated according to my docker system, -i should be -all composer show -all | grep dkim gives: ! patch or minor release available - update recommended Obviously php-dkim is not installed Solved the problem |
Changing to some folders is causing and error:
Removing the authres_status plugin fixes the problem.
This is he error I get:
[Tue Jan 14 21:08:04.604706 2025] [php:error] [pid 51:tid 51] [client 192.168.2.4:51354] PHP Fatal error: Uncaught Error: Class "DKIM_Verify" not found in /var/www/html/plugins/authres_status/authres_status.php:478\nStack trace:\n#0 /var/www/html/plugins/authres_status/authres_status.php(216): authres_status->get_authentication_status(Object(rcube_message_header), 126, 51605)\n#1 /var/www/html/program/lib/Roundcube/rcube_plugin_api.php(520): authres_status->messages_list(Array)\n#2 /var/www/html/program/actions/mail/index.php(469): rcube_plugin_api->exec_hook('messages_list', Array)\n#3 /var/www/html/program/actions/mail/list.php(125): rcmail_action_mail_index::js_message_list(Array, false, Array)\n#4 /var/www/html/program/include/rcmail.php(282): rcmail_action_mail_list->run(Array)\n#5 /var/www/html/index.php(278): rcmail->action_handler()\n#6 {main}\n thrown in /var/www/html/plugins/authres_status/authres_status.php on line 478, referer: https://webmail.sytsma.co.uk/?_task=mail&_mbox=Archives
Roundcubmail is running in a docker container.
I also noticed disablening the internal verifier in settings is also solving the problem.
The text was updated successfully, but these errors were encountered: