Skip to main content

MX record help

Comments

4 comments

  • triantech
    Hey adataman, You can think about editing the MX record for the domain from either WHM or cPanel interface. What you really need to do is open the file to be edited, find the following piece of info there : domain.com TTL IN MX - mail.domain.com ( if this is not like this, may it look like this ) Near to this, you will find the line marked mail, which will be with the DNS record CNAME, change it to A record and in the next field give your local server IP, which will become like : mail TTL IN A - Local IP. So basically this will be your records : ============= domain.com. 14400 IN MX 0 mail.domain.com mail 14400 IN A IP ( local IP ) ============= Also, make sure this domain is listed in the file /etc/localdomains
    0
  • cPanelMichael
    Hello :) When editing the DNS Zone or MX record, ensure that "Local Mail Exchanger" is selected under "Email Routing" so the domain name remains in the /etc/localdomains file. Thank you.
    0
  • adataman
    Thanks Triantech and cPanel Michael, Everything now seems to be working great :)
    0
  • triantech
    Hey adataman, Great to know :)
    0

Please sign in to leave a comment.