@@ -293,7 +293,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<br/>
|
<br/>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-12" ng-show="mailConfig.enabled && dnsConfig.provider === 'noop'">
|
<div class="col-md-12" ng-show="mailConfig.enabled && (dnsConfig.provider === 'noop' || dnsConfig.provider === 'manual')">
|
||||||
Set the following DNS records for <b><tt>{{ config.fqdn }}</tt></b> to guarantee email functionality.
|
Set the following DNS records for <b><tt>{{ config.fqdn }}</tt></b> to guarantee email functionality.
|
||||||
|
|
||||||
<div ng-repeat="record in expectedDnsRecordsTypes">
|
<div ng-repeat="record in expectedDnsRecordsTypes">
|
||||||
|
|||||||
Reference in New Issue
Block a user