exim for extended logging (log_selector) WARNING
If you ever get the Check exim for extended logging (log_selector) WARNING all we need to do is enable extended exim logging to enable easier tracking of potential outgoing spam issues.
in-order to fix this error we need to ssh into the server and edit the csf configuration file
/etc/exim.conf
Here change the value from “log_selector = +all” to the following :
log_selector = +arguments +subject +received_recipients
save and restart the CSF to get this resolved.