SpamAssassin setup menu for user is no more working

anas_xrt

Verified User
Joined
Aug 5, 2017
Messages
27
I just notice that on the user login on Directadmin on E-mail Manager --> Spamassassin Setup menu, now is not working any more as before after I have upgraded DA to version 1.654. I am not sure, is it intention to remove functionality or bug?

Has anyone have the same problem?

** When user click on E-mail Manager --> Spamassassin Setup menu, it showed as screenshot as attached and ask to install Spamd, but actually I have already installed Rspamd.

For time being, I went to remove Spamassin right out from "Manage User Packages" in admin menu to prevent a lot of question from customer.
 

Attachments

  • 2023-10-16 17 49 27.png
    2023-10-16 17 49 27.png
    87.1 KB · Views: 13
DA support agent helped me and found that this is bug in the latest version of rspamd. Details about this bug and a work around (downgrade rspamd to a previous version) is explained here: https://github.com/rspamd/rspamd/issues/4634

If you haven't done yet, make sure that you don't upgrade rspamd to the latest version otherwise you have to do a downgrade to rspamd version 3.6
 
Code:
yum downgrade https://rspamd.com/rpm-stable/centos-8/x86_64/rspamd-3.6-2.el8.x86_64.rpm
da build exim
da build exim_conf

After that please check if Rpamd is really downgraded using command:

Code:
rspamd -v

and try to test if it works fine.
 
Back
Top