- Joined
- Feb 27, 2003
- Messages
- 8,509
Note, this our DirectAdmin branch off of Jeff's SpamBlocker, coded with a few different defaults.
I've added a KB entry for simple install/updates:
http://help.directadmin.com/item.php?id=576
status: Beta Testing
We've been working hard and we've got some exciting new features for the exim.conf.
Exim.conf: 4.3.3
Exim.pl: 20-beta2
BlockCracking: 1.2
EasySpamFighter: 1.7
We're going to announce them as Alpha, for early production testing.. so you're likely only going to want to try this if you're an advanced User.
Report any issues back to this thread, and avoid support@ emails for now, to avoid duplicate reporting, and because this alpha testing is a lower priority for support.
Note that the exim.conf and exim.pl versions are paired. You cannot update one without the other.
The new exim.pl will not work for older exim.conf files.
The new exim.conf will not work with old exim.pl files.
A quick install guide using CustomBuild 2.0 can be found here:
http://help.directadmin.com/item.php?id=576
-----------------------
And after all of that, restart exim.. and hopefully it restarts
Note, you do not need to install BlockCracking and/or EasySpamFighter, set them to "no" in the above install guide,if you don't want them (SB on it's own still has some useful features)
However, if you want BC or ESF, they do require exim.conf 4.3.x and exim.pl 19.
Use CustomBuild 2.0 to install things for you.
Post any issues to this thread.
Good luck!
John
I've added a KB entry for simple install/updates:
http://help.directadmin.com/item.php?id=576
status: Beta Testing
We've been working hard and we've got some exciting new features for the exim.conf.
Exim.conf: 4.3.3
Exim.pl: 20-beta2
BlockCracking: 1.2
EasySpamFighter: 1.7
We're going to announce them as Alpha, for early production testing.. so you're likely only going to want to try this if you're an advanced User.
Report any issues back to this thread, and avoid support@ emails for now, to avoid duplicate reporting, and because this alpha testing is a lower priority for support.
- SMTP-time ACL blocking, better error messages for Users who've reached their limits, rather than wrong passwords.
- Many major exim.conf ACL improvements across the board.
- No more need to edit the exim.conf to enable things via use of .include_if_exists, throughout.
- /etc/virtual/blacklist_usernames for 100% email blocking, even at the shell/script level. Zero sends through exim.
- BlockCracking for vastly better outbound spam detection and blocking. It counts the number of failed recipients to block a User or script, without affecting other Users or other scripts.
- DA will give much more detailed reports on the offending script, and even parses the /home/user/.php/php-mail.log to tell you which script is the likely offender (ability to automatically chmod to 0, disabled by default)
- EasySpamFigther for SMTP-time spam scanning/scoring and blocking, including reverse IP lookups, DKIM/SPF checks, and smtp-time SpamAssassin runs based on the actual ~/.spamassasin/user_prefs.
Note that the exim.conf and exim.pl versions are paired. You cannot update one without the other.
The new exim.pl will not work for older exim.conf files.
The new exim.conf will not work with old exim.pl files.
A quick install guide using CustomBuild 2.0 can be found here:
http://help.directadmin.com/item.php?id=576
-----------------------
And after all of that, restart exim.. and hopefully it restarts
Code:
/etc/init.d/exim restart
Note, you do not need to install BlockCracking and/or EasySpamFighter, set them to "no" in the above install guide,if you don't want them (SB on it's own still has some useful features)
However, if you want BC or ESF, they do require exim.conf 4.3.x and exim.pl 19.
Use CustomBuild 2.0 to install things for you.
Post any issues to this thread.
Good luck!
John