problem with MX records

Discussion in 'Installation/Configuration' started by Xzave, Aug 25, 2019.

  1. Xzave

    Xzave Member

    Hi, all,

    i have ispconfig3 on server debian 9.
    i install differents website with.
    i don't know why but i don't have the possibilities to send message with my mailbox [email protected] (but i receive messages)
    with tools of Google https://toolbox.googleapps.com/apps/checkmx
    i check MX records, i have some errors but on others domain name of my server like industrialproducts.be there is no error.
    ERRORS with creation-site-pro:
    --------------------------------------------------------------------------------------------------------------------------------
    Code:
    error
    Every name server must reply with exactly the same NS records.
    
    error
    Every name server must reply with exactly the same MX records.
    
    error
    Every name server must reply with exactly the same TXT records.
    
    error
    SPF must allow Google servers to send mail on behalf of your domain.
    
    warning
    DKIM is not set up.
    
    warning
    DMARC is not set up.
    
    warning
    No Google mail exchangers found. Relayhost configuration?
    ------------------------------------------------------------------------------------------------------------------------------------------
    thanks

     
  2. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    You should repair those errors. There is Tutorial on setting up DNS Name Service with ISPConfig. https://www.howtoforge.com/tutorial/setting-up-your-own-name-service-with-ispconfig/
    It has info on how to test name service is working.
    I assume your domain name is creation-site-pro.be. Whois info shows two name servers:
    Nameservers:
    ns3012279.ip-5-39-80.eu
    ns.kimsufi.com
    However, they do indeed return different results:
    Code:
    $ host creation-site-pro.be ns3012279.ip-5-39-80.eu
    Using domain server:
    Name: ns3012279.ip-5-39-80.eu
    Address: 5.39.80.136#53
    Aliases:
    
    creation-site-pro.be has address 5.39.80.136
    creation-site-pro.be mail is handled by 10 mail.creation-site-pro.be.
    
    $ host creation-site-pro.be ns.kimsufi.com
    ;; connection timed out; no servers could be reached
    tale@ryzen /tmp/Kristiina
    
     
  3. Xzave

    Xzave Member

    Hi,

    i resolve the problem with difficulties.
    in fact, my sever is an KIMSUFI server from OVH
    i reffer to this https://www.memoinfo.fr/tutoriels-linux/configurer-serveur-dns-kimsufi-ovh/
    in this tutorial he said to allow transfer from an ip adress but if change the file named.conf.local after that when i install another domain name the file is overwritte.
    i find the solution, you can create an allow-transfer with ispconfig in DNS ZONE, see below on the image

    [​IMG]

    the ip from kimsufi for second dns is the same for all server kimsufi: 213.186.33.199
     

Share This Page