-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Weird PRT requirement #239
Comments
I think you're right that the IP hostname doesn't have to be the hostname configured for mox (the machine). |
A single IP address can generally serve multiple services, especially with virtualization and containers. RDNS usually leads to the hostname of the host system, sure you can have multiple RDNS, but almost nobody does that. The virtual machines or containers that handle services provided by the system are usually named differently. It may even be an entirely different system. Many servers may be hosted behind a single external IP. |
…es not match hostname this should be relatively common with setups involving NAT. so we do warn about it when NAT isn't active since it could highlight potential misconfiguration. for issue #239 by exander77
The commit should address the errors you're seeing. The message is now different, and a warning instead of an error, and only if the configuration doesn't have NAT (I've assumed that containers inside a host system will have NAT configured). https://www.xmox.nl/b/#acc1c133b022c6759686b0258cb4ff4cde7df522 |
I am getting a variant of this message.
This is not the requirement that exists.
IP address has to have PTR and PTR record has to forward resolve to IP address. But mail server hostname can be entirely different.
For example:
With
mail.domain.com
mail server address is entirely valid configuration as far as I am aware.The text was updated successfully, but these errors were encountered: