Instaling SpamBlocker for existing exim

jasne

Verified User
Joined
Sep 28, 2011
Messages
50
Hi everyone,

I need to install SpamBLocker (according instructions https://help.directadmin.com/item.php?id=576)
Currently my exim working fine with SpamAssassin. Now I'm afraid that my current system configuration is not ready to install SpamBlocker (above link),
because after list ./build options I've seen some values are set NO (like Exim: no, SpamAssasin:no - but it is installed) , and something may get wrong ...

Here is my # ./build options
Code:
Dovecot: 2.2.18
Dovecot configuration: no
AWstats: no
Exim: no
exim.conf update: no
BlockCracking: no
Easy Spam Fighter no
SpamAssassin: no
ClamAV: no
 
I would suggest this setup:
Code:
Dovecot: 2.2.25
Dovecot configuration: yes
Exim: 4.87
exim.conf update: yes, release 4.4
BlockCracking: yes
Easy Spam Fighter: yes
SpamAssassin: 3.4.1
SpamAssassin rule updates: daily
ClamAV: 0.99.2

Then:
Code:
cd /usr/local/directadmin/custombuild
./build update
./build dovecot
./build dovecot_conf
./build exim
./build spamassassin
./build clamav
./build exim_conf

Regards
 
Could you tell me why my ./build options shows exim:no
but I have installed exim by default installation directadmin.
If exim is installed now and then I will install again via custom bulid, everything will be ok and works fine ?
 
Well it should of course.

Is set to know because CB will not update it, by default DA install it because is needed, than is up to the sysadmin to decide if he want to keep it up2date or not, same for other softwares.

Regards
 
Back
Top