Incoming Email
This feature is only available for custom domains.
Incoming Mail (IMAP)
Server: {{config.mailFqdn}}
Port: 993 (TLS)
Outgoing Mail (SMTP)
Server: {{config.mailFqdn}}
Port: 587 (STARTTLS)
ManageSieve
Server: {{config.mailFqdn}}
Port: 4190 (STARTTLS)
Use mailboxname@{{ selectedDomain.domain }} and the mailbox owner password to access mailboxes of this domain
Mailboxes
| Name | Owner | Aliases | Action |
|---|---|---|---|
| {{ mailbox.name }} | {{ mailbox.ownerDisplayName }} | {{ mailbox.aliases }} |
Mailing Lists
| Name | List Members | Action |
|---|---|---|
| {{ list.name }} | {{ list.members.join(', ') }} |
Catch-all
Enable Masquerading
DNS Status
Set the following DNS records for {{ selectedDomain.domain }} to guarantee email delivery:Hostname: {{ expectedDnsRecords[record.value].name }}
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]' }}
SMTP Status
{{ selectedDomain.mailStatus.relay.value }}