each mail is arriving at the same adress

Discussion in 'Installation/Configuration' started by jeanjacquesjeanjacques, Nov 29, 2005.

  1. Hello,

    I have domain1.net and domain2.net

    If i send a mail to domain2.net domain1.net is receiving it but not domain2.net

    Could you give me some informations about how to troubleshoot this ?

    Best regards,

    JJ
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

  3. jysse

    jysse New Member

    I also had a same kind of problem. With Falkos help we found solution which was an error with MX record pointing to wrong server.
    So check from your provider that MX is pointing to right address.
    Or check it from command line with command:

    dig MX domain1.net
    dig MX domain2.net

    Jysse
     
  4. All my mails are arriving at eatn.net

    hulk:~# dig MX eatn.net
    Code:
    ; <<>> DiG 9.2.4 <<>> MX eatn.net
    ;; global options:  printcmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 47486
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
    
    ;; QUESTION SECTION:
    ;eatn.net.                      IN      MX
    
    ;; ANSWER SECTION:
    eatn.net.               86301   IN      MX      10 mail.eatn.net.
    
    ;; Query time: 34 msec
    ;; SERVER: 193.252.19.4#53(193.252.19.4)
    ;; WHEN: Tue Nov 29 14:56:16 2005
    ;; MSG SIZE  rcvd: 47
    
    
    And for the other domain i have this:

    dig MX strategic-monitoring.com
    Code:
    ; <<>> DiG 9.2.4 <<>> MX strategic-monitoring.com
    ;; global options:  printcmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 35269
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
    
    ;; QUESTION SECTION:
    ;strategic-monitoring.com.      IN      MX
    
    ;; Query time: 36 msec
    ;; SERVER: 193.252.19.4#53(193.252.19.4)
    ;; WHEN: Tue Nov 29 14:57:21 2005
    ;; MSG SIZE  rcvd: 42
    
    
    
     
  5. What i really don't understant it's how could i delete the old co-domains,
    for example, this is my local-host-names:

    Code:
    ###################################
    #
    # ISPConfig local-host-names Configuration File
    #         Version 1.0
    #
    ###################################
    localhost
    hulk.strategic-monitoring.com
    localhost.hulk.strategic-monitoring.com
    localhost.strategic-monitoring.com
    hulk.eatn.net
    eatn.net
    strategic-monitoring.com
    #### MAKE MANUAL ENTRIES BELOW THIS LINE! ####
    
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    Delete the co-domain in the ISPConfig Interface. Then wait a minute until ISPConfig has written the changes to disk and empty the recycle bin.
     
  7. resolved

    Thank you for your help till,
    In fact my trouble was coming from the order of the declarations inside the local-host-names file :confused:
    I don't really understang the logic behind this behaviour but now it's working...
    Thank you !

    JJ
     

Share This Page