more than one ehlo to block

jonium

Verified User
Joined
Nov 10, 2010
Messages
208
Location
Alezio - Lecce- Apulia - South Italy
Hello,
actually (SpamBlockerTechnology* powered exim.conf, Version 4.3.4) I can in my exim.conf block only one ehlo name authenticating for send, I need to add other ehlo as described here: http://blog.triantech.com/exim-dropping-smtp-connection-at-heloehlo/ .
Ho to do it avoid to change the exim.conf?
Specifically I need to block WORLDST-UQ3K9Q0 too but having a blocklist will be better for future other similar attacks.
I couldn't find the README-SpamBlockerVersion4exim.conf.txt , http://www.nobaloney.net/downloads/spamblocker/ seems to be no more active.
 
Last edited:
I'll ask Nealxdmhost. He took over Jeff's hosting after he passed away. I'm sure he will know where the files have gone.
Maybe something is already arranged or maybe he is prepared to host them for us or send the info and faq's to Directadmin to host them for us.
 
Yep, that's where they are now and that is indeed the latest ReadMe.
Unfortunately as said, Jeff has passed away, I don't know if anybody else will take over the project and work on Spamblocker. I hope so.
 
Hello,

The versions: 2.1, 4.2, 4.3 are now being maintained by Directadmin staff.

Code:
cd /usr/local/directadmin/custombuild
./build opt_help | grep eximconf
eximconf: yes, no. Current value: yes. Default value: no.
eximconf_release: 2.1, 4.2, 4.3. Current value: 4.3. Default value: 4.3.


If you change a part of ACL code in /etc/exim.conf you should set eximconf to no in options.conf to keep your customized file untouched:

Code:
cd /usr/local/directadmin/custombuild
./build set eximconf no

and/or even chattr the /etc/exim.conf immutable:

Code:
chattr +i /etc/exim.conf
 
The thread is now moved to "Feedback & Feature Requests" subforum. I hope John will see it and add the requested modification into exim.conf.
 
Back
Top