ESF not run?

edvanleeuwen

Verified User
Joined
Nov 18, 2013
Messages
155
Hello,

I have noticed that e-mail sent to us contains the following:

Code:
SpamTally: Final spam score: unset because ESF not run (SpamAssassin unset, whitelist, or skippped)

Could anyone explain what this message means and whether I should do something to correct this?

Regards, Ed
 
Are you sure spamassasin is running?

Code:
ps ax | grep spamd
 
Hello,

ESF stands for Easy Spam Fighter. And it seems you have it installed without SpamAssassin. So if you want to use ESF further you might need to install SpamAssassin with custombuild:

Code:
cd /usr/local/directadmin/custombuild
./build update
./build set spamassassin yes
./build spamassassin

Make sure to install all the requirements for SpamAssassin first. A list of them can be found here on the forums.
 
I am using Rspamd instead of SpamAssassin, but getting the same error. Any idea what I am missing?

Edit:
Resolved by enabling SpamAssassin from the user level.
 
Last edited:
Back
Top