JasonWarren wrote:Hi
thanks for the reply...I have tried doing a search but havent found a 'step by step' solution....
can anyone provide me with a link or URL please?
Jason
in your /etc/mail/sendmail.mc set the following....
define(`SMART_HOST',`mail.emailfiltering.com')
NOTE: syntax is vitally important. You will most likely have a similar line in your sendmail.mc file commented out via dnl
once you make the change run
make -C /etc/mail
service sendmail restart
these steps are redhat/centos based, appropriate packages need to already be installed for the make command to work. Suse, if you are using it does things slightly differently.