Configuring DNS to use office 365

drhigh5

New member
Joined
Jul 6, 2012
Messages
4
Hi,

I want to check that I have correctly added the following settings correctly as so far the email address is just returning a failed to deliver when I send to it:


Type Priority Host name Points to address TTL


MX 0 @ lawasia-com.mail.eo.outlook.com 1 Hour


CNAME autodiscover autodiscover.outlook.com 1 Hour


In direct Admin cpanel under DNS Settings I can add an MX record and CNAME record but only as the following is this correct?

Name Type Value
lightfoottravel-com.mail.eo.outlook.com MX 0
autodiscover CNAME autodiscover.outlook.com

It won't let me put an MX value as anything other than a number from dropdown box.

Help appreciated!
 
Still no joy

I have put the full stop at the end of the domains etc as instructed. This just won't work. How difficult can it be to point your MX records?

Please if anyone has experience of pointing successfully please can you let me know how you did it.
 
In direct Admin cpanel under DNS Settings I can add an MX record and CNAME record but only as the following is this correct?

Name Type Value
lightfoottravel-com.mail.eo.outlook.com MX 0
autodiscover CNAME autodiscover.outlook.com
This is indeed as it can be done in directadmin.
However, I think you need a dot after your mx record, so like this:

Code:
lightfoottravel-com.mail.eo.outlook.com.  MX  0
Next to that you might need to disable local mail server.

I thought that Office 365 worked with SRV records.
 
Microsoft Exchange Online (Office 365) external DNS Management, DirectAdmin (SOLVED)

Hello all,

We have a working Exchange Online via Office 365 with DNS managed on DirectAdmin externally :)

Here is the entries that we have which hopefully help anyone else looking for answers on this:

[TABLE="width: 752"]
[TR]
[TD]Name
[/TD]
[TD]Type[/TD]
[TD]Value
[/TD]
[/TR]
[TR]
[TD]ftp[/TD]
[TD]A[/TD]
[TD]###.###.###.###[/TD]
[/TR]
[TR]
[TD]domain.co.uk.[/TD]
[TD]A[/TD]
[TD]###.###.###.###[/TD]
[/TR]
[TR]
[TD]domain.co.uk.[/TD]
[TD]NS[/TD]
[TD]ns1.serverdomain.com.[/TD]
[/TR]
[TR]
[TD]domain.co.uk.[/TD]
[TD]NS[/TD]
[TD]ns1.serverdomain.com.[/TD]
[/TR]
[TR]
[TD]domain-co-uk.mail.eo.outlook.com.
[/TD]
[TD]MX[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]autodiscover
[/TD]
[TD]CNAME[/TD]
[TD]autodiscover.outlook.com.[/TD]
[/TR]
[TR]
[TD]www[/TD]
[TD]CNAME[/TD]
[TD]domain.co.uk.[/TD]
[/TR]
[TR]
[TD]@
[/TD]
[TD]TXT[/TD]
[TD]"v=spf1 include:spf.protection.outlook.com -all"[/TD]
[/TR]
[TR]
[TD]localhost[/TD]
[TD]AAAA[/TD]
[TD]::1[/TD]
[/TR]
[/TABLE]

Please note that this was a test domain and number of deleted entries may be required for someone else.

Hope this helps and as you guys find out more entries to share please reply accordingly.

Regards,
NITS
 
Screenshot

Hi, can you post a screenshot of your DA DNS configuration please. Thx alot :)
 
The post from Nits is the same as from a screenshot. What do you think is different in a screenshot?
 
Back
Top