Easyspamfighter and Greylisting

sahostking

Verified User
Joined
Jan 29, 2021
Messages
114
Location
South Africa
So we use Spamasssasin and I dont want to switch to Rspamd because we have it perfectly setup.

Only thing I would like to do now is to enable greylisting. However I was wondering has anyone tried enabling it via Easyspamfighter yet?

Is it as easy as creating /etc/exim.easy_spam_fighter/variables.conf.custom adding :

ENABLE_GREYLISTING=1

I was playing with chatgpt and it recommended this variable.

Thanks
 
Hello,

If you check the exim configs on a DirectAdmin server (not in chats), you will see only one mention of "greylist". This is the line:

Code:
.include_if_exists /etc/exim.greylist.conf

from /etc/exim.conf Version 4.5.56:

on a server with:
  • Installed version of Exim: 4.98.2
  • Installed version of exim.conf: 4.5.56
  • Installed version of BlockCracking: 1.12
  • Installed version of Easy Spam Fighter: 1.32
  • Installed version of Rspamd Config: 0.4

There is no support of Greylisting in Exim/Easy Spam Fighter

Greylisting exists in rSpamd by default only.

I was playing with chatgpt and it recommended this variable.
 
Back
Top