Hello everyone.
Our dns zone is managed by Cloudflare: We have a zimbra mailserver and i would like to use the proxy for the webmail.
Currently the A record for webmail is the same as the MX record:
record at mail. company. com MX record mail. company. com
To use the proxy function, do I have to separate the two records?
Yes. Once you proxy the record, the published IP addresses will change to Cloudflare proxy addresses. The Cloudflare proxy does not pass SMTP traffic which means your inbound maill would cease functioning.
If you add a new hostname, like webmail.example.com, you can proxy it and leave the MX records alone. You will need to make sure that your webmail responds to requests for that hostname. You could add a new name for the MX instead, such as mx.example.com. Another option is to route your incoming mail through a third-party spam filter, which would result in changing the names in your MX records.
Whatever you choose, the key is records only support HTTP and HTTPS traffic.