Due to all the extra virus laden email getting around the last couple of weeks, I'd like to move my email filtering to a dedicated mailscanner server. I want to set up exim on the cPanel box to not (re-)scan mail that is delivered via the mailscanner server.
When I go to WHM -> Service Configuration -> Exim Config Editor -> Advanced Mode, in the very top box I have
Do I just change the above to this?
When I go to WHM -> Service Configuration -> Exim Config Editor -> Advanced Mode, in the very top box I have
Code:
av_scanner = clamd:/var/clamd
log_selector = +all -ident_timeout
Code:
av_scanner = clamd:/var/clamd
!hosts = <ip or hostname of filtering server>
log_selector = +all -ident_timeout