Forum Moderators: phranque
[edited by: not2easy at 11:49 am (utc) on Sep 5, 2021]
[edit reason] please use example.com for readability [/edit]
I just used an online tool to check the status of http://mail.example.com/ and it gave this result:
HTTP/2 301
location: https://mail.example.com/
...
Does this mean I have a loop? How do I fix this issue?
Can you find the request in your server logs?
it shouldn't be possible to make an HTTP request to mail.blahblah
I just tried it on one of mine at random, and got an immediate “unable to connect” response from the browser.
what happens when you try to send mail to the domain in question?
I still don't understand what the problem is and what I have to do. I just called Godaddy, and the lady didn't understand, either. She said I have to contact Google.The problem is that the 'page' that Google is telling you has a redirect error is not supposed to be a page. the .mail/ folder is supposed to be above the root directory where your site lives. It should not be accessible by bots and browsers. I am assuming that you did not set up that configuration so if you did not set it up and Google did not set it up, only your host can correct it.
[edited by: not2easy at 5:24 pm (utc) on Dec 29, 2021]
[edit reason] unlinked for readability [/edit]
"Client denied by server configuration"That's error-log-speak for “the request received a 403 response”. (No matter what logging level is set, there will never be any more information.) In general, when studying your error logs it’s easiest to delete all these lines and look at what's left, if anything.
There is no mention in there of mail.example.com.That is why it was suggested that you try the URL, noting the time you tried it and then download the logs. Your most recent entry may not be included - you look at the server timestamp for the last entry in your logs and it is possible to see it is not showing the most recent activity. I have known hosts who keep a daily log separate and add it in once a day to the .zip access logs you can download. Some hosts offer a way to let you select the log version you are hoping to look at. GoDaddy? I have no clue about their log practices, sorry.
https://mail.example.com in your browser's address bar to test the URL? When you look at your access logs, what is the most recent timestamp shown? when you know the server's location you may need to adjust their timestamp to your timezone for any relative accuracy. This depends on whether you have adjusted the server time to your own timezone - it normally shows the time where the server is located.
There's no mention of mail.example.com in the log.This strikes me as a red herring. Apache access logs don't ordinarily show the hostname, only the response code.
When I go to mail.example.com, first, Chrome warns me that the page is unsafe.
There is no mention in there of mail.example.com.