
Originally Posted by
l00ph0le
For some reason all my e-mails from my server are not getting to bell south e-mail addresses.
Users are not getting any returned e-mails..
Where can I look on my side to help determine if I am blocked(Checked many rbls not listed) in the server logs.
I have also e-mailed and completed postmaster form with bellsouth to no avail.

Originally Posted by
thewebhosting
You will have to check the error logs for the exact error message regarding your issue. You can get the error logs from the below mentioned location:
/var/log/exim_mainlog.
As suggested by thewebhosting the best place to look to confirm if e-mails were received by the remote system is to check the Exim logs:
Code:
/var/log/exim_mainlog
Second to that, I would consider enabling more verbose Exim logging.
1.) Access the following menu path:
WHM: Main >> Service Configuration >> Exim Configuration Editor >> Advanced Editor
2.) In the first text box, set the following:
Code:
log_selector = +all -ident_timeout -pid
3.) Scroll to the bottom of the page then click Save; Exim will be automatically restarted.
Whlie Exim is logging more verbosely, send one or more test messages while monitoring the Exim main log using the following command via root SSH access:
Code:
# tail -fvn0 /var/log/exim_mainlog