diff --git a/src/views/email.html b/src/views/email.html index 6dabd145e..4808193b7 100644 --- a/src/views/email.html +++ b/src/views/email.html @@ -256,313 +256,308 @@ -
Incoming Mail (IMAP)
Server: {{config.mailFqdn}}
Port: 993 (TLS)
Outgoing Mail (SMTP)
Server: {{config.mailFqdn}}
Port: 587 (STARTTLS)
ManageSieve
Server: {{config.mailFqdn}}
Port: 4190 (TLS)
Use username@{{ selectedDomain.domain }} and the Cloudron password to access mailboxes of this domain
+Incoming Mail (IMAP)
Server: {{config.mailFqdn}}
Port: 993 (TLS)
Outgoing Mail (SMTP)
Server: {{config.mailFqdn}}
Port: 587 (STARTTLS)
ManageSieve
Server: {{config.mailFqdn}}
Port: 4190 (TLS)
Use username@{{ selectedDomain.domain }} and the Cloudron password to access mailboxes of this domain
+| Name | -Owner | -Aliases | -Action | -
|---|---|---|---|
| - {{ mailbox.name }} - | -- {{ mailbox.owner.display }} - | -- {{ mailbox.aliases }} - | -- - - | -
| Name | -List Members | -Action | -
|---|---|---|
| - {{ list.name }} - | -- {{ list.members.join(', ') }} - | -- - - | -
| Name | +List Members | +Action | +
|---|---|---|
| + {{ list.name }} + | ++ {{ list.members.join(', ') }} + | ++ + + | +
- - {{ record.name }} record - -
-Domain: {{ expectedDnsRecords[record.value].domain }}
-Record type: {{ expectedDnsRecords[record.value].type }}
-Expected value: {{ expectedDnsRecords[record.value].expected }}
-Current value: {{ expectedDnsRecords[record.value].value ? expectedDnsRecords[record.value].value : '[not set]' }}
+