Rspamd dashboard not updated after disabling ESF

tundasrl

Verified User
Joined
May 17, 2008
Messages
59
Hello, yesterday (about 12PM) I temporarily disabled ESF on a customer server to troubleshoot a problem with some legitimate emails rejected

Since then Rspamd service is still active and running but the dasboard's last activity data are those before the ESF removal (see enclosed screenshot)

Anyone has any idea of the reason?
 

Attachments

  • FireShot Capture 034 - Rspamd Web Interface.png
    FireShot Capture 034 - Rspamd Web Interface.png
    49.1 KB · Views: 174
Did you disabled or removed ESF ? if removed (my assumption is that ESF was mandatory to install rSpamd) you have to rebuild rspamd
Did you tried to rebuild rspamd ?
 
Hi, disabled following this snippet I found on the forum
Code:
cd /usr/local/directadmin/custombuild
./build set easy_spam_fighter no
./build update
./build exim_conf

I also tried to rebuild everything with

Code:
cd /usr/local/directadmin/custombuild
./build update
./build set eximconf yes
./build set blockcracking yes
./build set easy_spam_fighter no
./build set spamd rspamd
./build set exim yes
./build exim
./build set dovecot_conf yes
./build dovecot_conf
./build rspamd
./build update
./build exim_conf
 
Yes but without ESF i see, maybe it is mandatory to run rSpamd
 
Yup , its confirmed then :)

System requirements include:

  • Exim 4.91+
  • SpamBlocker 4.5.9+ (exim.conf)
  • EasySpamFighter 1.19+
  • CentOS 7+, or Debian 9+
 
I come back to this message, can we do without ESF to analyze more the message with RSPAMD?
 
Back
Top