Hi there.
I have a domain on a linode example.com, that is one of many domains I host via Apache 2.2.16 using virtual hosts.
For this particular domain, I was having issues with emails that were being sent out by the site bouncing due to the sending domain not being resolved (mx.example.com).
So, I went in and set the reverse DNS for the linode to be example.com in an attempt to resolve this. However, since that change took affect, any time I access example.com, I get a forbidden error with Apache complaining 'client denied by server configuration'. If I access
https://example.com, I have no issues as the site comes up fine (due to the different port #, which leads me to believe this is a networking issue rather than an Apache issue, as the sites Apache config file has not changed in months). Removing example.com from the Linode reverse-dns seems to resolve the issue, but then I am left with the mail issue...
Any suggestions on how to tackle this?