Can't configure DNS MX for mail

Discussion in 'Installation/Configuration' started by Deniz Erdem, Jul 12, 2019.

  1. Deniz Erdem

    Deniz Erdem New Member

    Hi,
    I am new to server stuff and don't have much experience.
    I have a server and a domain, created A records successfully in ISPConfig 3.
    However, I can't make MX record work. I check via "dig domain.xyz MX " and nothing shows up.
    What should I type into MX record?
     

    Attached Files:

  2. till

    till Super Moderator Staff Member ISPConfig Developer

    You missed adding "habilisim.xyz." in the name field of the MX record.
     
  3. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    MX record shows the mail server FQDN for the domain. Test it with command
    Code:
    $ host habilisim.xyz
    habilisim.xyz has address 37.148.209.111
    habilisim.xyz mail is handled by 10 habilisim.xyz.
    
    Your MX record name is empty. Name should be the domain name, and data should be the FQDN of the mail server host.
    Code:
    $ host mail.habilisim.xyz
    mail.habilisim.xyz has address 37.148.209.111
    
     

Share This Page