I have installed ColdFusion MX 7 on my dedicated server, and of course I would like to be able to use CF's built-in email capabilities. In order to do so, I need to set Exim to allow all mail from localhost/127.0.0.1 to relay, to local and remote addresses, no questions asked. I've done this on other mail servers, but I'm not super familiar with Exim, so I'm wondering how to edit the config for this.
Can I safely add this line to the Exim config...
host_accept_relay= localhost
I'm also not exactly sure how the Exim config editor inside WHM works. It seems to have a bunch of blank textareas where new commands can be added?