Add DNS records
MX, mail A, SPF, Autodiscover.
If you already own the domain, add these at the registrar or DNS host. Do not change the website A record. Merge SPF if you already have a TXT SPF.
| Host | Type | Value | Why | |
|---|---|---|---|---|
| @ | MX 10 | mail.yourcompany.co.za. | Incoming mail | |
| A | 156.155.253.115 | IMAP, SMTP, webmail | ||
| @ | TXT | v=spf1 mx a:mail.yourcompany.co.za -all | SPF. Do not replace an existing SPF; merge if you already have one | |
| autoconfig | CNAME | mail.yourcompany.co.za | Thunderbird / some phones | |
| autodiscover | CNAME | mail.yourcompany.co.za | Outlook |