diff --git a/dashboard/src/components/MailDomainStatus.vue b/dashboard/src/components/MailDomainStatus.vue index 128559844..c32b4912d 100644 --- a/dashboard/src/components/MailDomainStatus.vue +++ b/dashboard/src/components/MailDomainStatus.vue @@ -84,9 +84,10 @@ onMounted(async () => {

+
-
-
+
+
  {{ item.label }} record +
@@ -131,8 +133,9 @@ onMounted(async () => {
-
-
+ +
+
  {{ $t('email.smtpStatus.outboundSmtp') }} +
-
+
{{ domainStatus.relay.message }}
-
+ +
-
+
  {{ key === 'rbl4' ? 'IPv4' : 'IPv6' }} {{ $t('email.smtpStatus.rblCheck') }} +
-
+
IP: {{ domainStatus[key].ip }}
{{ domainStatus[key].message }}
@@ -169,9 +175,9 @@ onMounted(async () => {
- {{ server.name }} + {{ server.name }} removal link   - {{ server.txtRecords.join('. ') }} + TXT record: {{ server.txtRecords.join('. ') }} No TXT Records
@@ -183,20 +189,19 @@ onMounted(async () => {