Domain | Status | Mailbox Limit | Default Quota | Default Rate Limit | Action |
---|---|---|---|---|---|
{{ @domain_array.domain }} | {{ @domain_array.status }} | {{ @domain_array.mbox_limit }} | {{ @domain_array.mbox_quota_default }} | {{ @domain_array.mbox_ratelimit_default }} | Edit Delete |
Certificate | Expiration | Secured Hostnames | Action |
---|---|---|---|
{{ @cert_array.common }} | {{ @cert_array.end }} | {{ @cert_array.alternative | raw }} | Delete |
{{ @dnsinfo.a.status }} A Record for mail.{{ @domain_array.domain }} | |
---|---|
This DNS record is all set, nothing to do. | |
Type: | A |
Host: | mail.{{ @domain_array.domain }} |
Value: | {{ @dnsinfo.server_addr }} |
TTL: | 3600 (or default) |
This should be the only A record for mail.{{ @domain_array.domain }}. |
{{ @dnsinfo.mx.status }} MX Record for {{ @domain_array.domain }} | |
---|---|
This DNS record is all set, nothing to do. | |
Type: | MX |
Host: | {{ @domain_array.domain }} |
Value: | mail.{{ @domain_array.domain }} |
TTL: | 3600 (or default) |
Priority: | 10 (or default) |
This should be the only MX record for {{ @domain_array.domain }} unless you have a backup MX system. |
{{ @dnsinfo.spf.status }} SPF (TXT) Record for {{ @domain_array.domain }} | |
---|---|
This DNS record is all set, nothing to do. | |
Type: | TXT |
Host: | {{ @domain_array.domain }} |
Value: | "v=spf1 a mx -all" |
TTL: | 3600 (or default) |
There may be other TXT records for {{ @domain_array.domain }}. |
{{ @dnsinfo.dkim.status }} DKIM (TXT) Record for {{ @domain_array.domain }} | |
---|---|
DKIM is all set, nothing to do. | |
Type: | TXT |
Host: | {{ @dnsinfo.dkim.selector }}._domainkey.{{ @domain_array.domain }} |
Value: | "k=rsa; p={{ @dnsinfo.dkim.dkim }}" |
TTL: | 3600 (or default) |
This should be the only TXT record for this specific Host name. | |
Add DKIM Key Use the link above to create a DKIM configuration. Once that's completed come back here and this message will change to instructions on adding an associated DNS record. |
{{ @dnsinfo.dmarc.status }} DMARC (TXT) Record for {{ @domain_array.domain }} | |
---|---|
This DNS record is all set, nothing to do. | |
Type: | TXT |
Host: | _dmarc.{{ @domain_array.domain }} |
Value: | "v=DMARC1; p=none;" |
TTL: | 3600 (or default) |
Incoming Server Settings | |
---|---|
Protocol: | IMAP |
Hostname: | mail.{{ @domain_array.domain }} |
Port: | 143 |
Connection Security: | STARTTLS |
Authentication Method: | Normal password |
Username: | (full email address) |
Notes: | Alternative options that work: Connection Security: SSL/TLS Port: 993 |
Outgoing Server Settings | |
---|---|
Protocol: | SMTP |
Hostname: | mail.{{ @domain_array.domain }} |
Port: | 587 |
Connection Security: | STARTTLS |
Authentication Method: | Normal password |
Username: | (full email address) |
Notes: | Alternative options that work: Connection Security: SSL/TLS Port: 465 |
Alternative Incoming Server Settings | |
---|---|
Protocol: | POP3 |
Hostname: | mail.{{ @domain_array.domain }} |
Port: | 110 |
Connection Security: | STARTTLS |
Authentication Method: | Normal password |
Username: | (full email address) |
Notes: | Alternative options that work: Connection Security: SSL/TLS Port: 995 |
IMAP (listed above) keeps your folders and emails synced on your server and is the recommended default. POP3 listed here keeps your folders and emails on your local computer and can sometimes be a prefered configuration. |