Error:
MX Records conflict with Windows Azure website host
MX Records conflict with azurewebsites.net
Mail server not working with azurewebsites.net
Azure Websites not work with MX records
Windows Azure CNAME causes email problems
Windows Azure CNAME causes email server ignore mail forwarding
Test:
Just use of this command for find out problem. If your answer is so like to below result your MX records are correct.
Command:
nslookup -q=mx domain.com
Correct Result:
domain.com MX preference = 10, mail exchanger = blah-blah.com
But in my case after set a website host from azurewebsites.net MX records gone, because CNAME record affects the other records
Solution:
Remove CNAME records after set custom domain in Windows Azure panel and just use of A record
Amastaneh blog is a discussion site on software development, programming, algorithms, software architectures,software run-time errors and solutions from software engineers who love building great softwares.
March 01, 2015
February 22, 2015
The prefix attribute on head for Open Graph is missing
Error:
The 'prefix' attribute on <head> for Open Graph is missing
Solution:
Just add this prefix to your head element
<head prefix="og: http://ogp.me/ns#">
The 'prefix' attribute on <head> for Open Graph is missing
Just add this prefix to your head element
<head prefix="og: http://ogp.me/ns#">
Subscribe to:
Posts (Atom)