Hiya im following the guide here to install spamassassin but however have a few questions as im new to doing technical things in ssh.
http://help.directadmin.com/item.php?id=36
On step 3 of the tutorial, we are asked to change things in the /etc/exim.conf file, what is the proper command to navigate to this file and how to replace those text?
For the lines i quoted, im not sure what i have to do here and how to do it.
Lastly how do i know if im installing latest version of spamas and how to test weather it is working against spam??
http://help.directadmin.com/item.php?id=36
On step 3 of the tutorial, we are asked to change things in the /etc/exim.conf file, what is the proper command to navigate to this file and how to replace those text?
The global spamassassin config file is in /etc/mail/spamassassin/local.cf
You'll want to make sure that you have the correct call to spamc in the spamcheck transport in your exim.conf:
transport_filter = /usr/bin/spamc -u ${lookup{$domain}lsearch*{/etc/virtual/domainowners}{$value}}
For the lines i quoted, im not sure what i have to do here and how to do it.
Lastly how do i know if im installing latest version of spamas and how to test weather it is working against spam??