spam system

Depends on what you want. We use Spamassassin combined with Easy Spamfighter and Blockcracking from Directadmin.
 
Sorry for the question... but can you provide a website that teaches how to install it?
 
Is this right?

a build set eximconf yes
da build set blockcracking yes
da build set easy_spam_fighter yes
da build set spamd rspamd
da build set exim yes
da build exim
da build set dovecot_conf yes
da build dovecot_conf
da build rspamd
da build exim_conf
da build exim_conf
 
Sorry for the question... but can you provide a website that teaches how to install it?
Most things are already teached in the docs, likt spamassassin.
these docs also provide information about rspamd, but also to set things up for new users for Spamassassin if you want to use that and other important information.

Is this right?
Almost. Normally you don't need to use "da build exim_conf" twice at the end. Once is enough.

Also, this is not for spamassassin, this is for rspamd. If you want to use rspamd instead of spamassassin, you can do that too. However, rspamd fights spam with a certain config for all users, so users can't configure this themselves.

If you want to give the users more choice, so they can choose if they want to block things or put in the spamfolder for example, then Spamassassin is the one you want.
 
It's not really better, it's a different system. Benefit of this system is that users can access it via their panel too.
I pointed you to the docs for the installation procedure of spamassassin, but here is another one.

Code:
cd /usr/local/directadmin/custombuild
      ./build update
      ./build set eximconf yes
      ./build set eximconf_release 4.5
      ./build set exim yes
      ./build set spamd spamassassin
      ./build spamassassin
      ./build update
      ./build set blockcracking yes
      ./build set easy_spam_fighter yes
      ./build exim
      ./build exim_conf
 
In email accounts, there is the DEFAULT account.

All DEFAULT emails do not authenticate with webmail. (domain.com/webmail).
 
Back
Top