[SOLVED] MX and CNAME notworking together
Running BIND9 on CentOS4
I have the following in my Primary zone file, the CNAME entry works fine. However the MX record is coming up as @in.students.schoolname.edu rather than @students.schoolname.edu
students IN CNAME login.live.com.
$ORIGIN students.schoolname.edu.
IN MX 10 1##14#####.mail.outlook.com.
If I do a test with this set up the MX reports back as @IN.students.schoolname.edu
I had the MX record in a subdomain zone and it worked great, however, no matter which way I turn I cannot get both the cname and MX records to work at the same time, any and all ideas appreciated.