adminFqdn -> mailFqdn

This commit is contained in:
Girish Ramakrishnan
2020-09-08 15:18:39 -07:00
parent e008e44566
commit b9cda71413

View File

@@ -35,7 +35,7 @@
</div>
<div class="text-danger" ng-show="adminDomain.provider === 'cloudflare'">
The domain <code>{{ config.adminDomain }}</code> is managed by Cloudflare.
Please verify that Cloudflare proxying is disabled for <code>{{ config.adminFqdn }}</code> and set to <code>DNS only</code>.
Please verify that Cloudflare proxying is disabled for <code>{{ config.mailFqdn }}</code> and set to <code>DNS only</code>.
This is required because Cloudflare does not proxy email.<br/><br/>
</div>