[SOLVED] no reception of mail

Discussion in 'Installation/Configuration' started by powaserv, Jun 1, 2008.

  1. powaserv

    powaserv New Member

    HI,

    I am with ubuntu 8.04 and my version 2.2.23 of ISPconfig.
    My domaine powaserv.info

    I did not receive messages that I send my mail box.
    I managed to send.

    dig mx powaserv.info

    Can you help me solve the problem?

    Thank
     
  2. falko

    falko Super Moderator ISPConfig Developer

    Please use a public IP address only. If you're using a private IP address, servers from the Internet cannot resolve the domain.
     
  3. powaserv

    powaserv New Member

    Thank,


    Where do I change this?
    I must change in the same configuration Iscpconfig, when he is entitled lan my address?
     
  4. falko

    falko Super Moderator ISPConfig Developer

    On the name servers that are responsible for your domain. You can find out about them by running
    Code:
    dig ns powaserv.info
     
  5. powaserv

    powaserv New Member

    Hi,

    sorry but I did not understand too.
    The address is pointing to my server that I have in me and in the field powaserv.info
    And if I did this, my domain pointing to my dns.
     
  6. falko

    falko Super Moderator ISPConfig Developer

    Code:
    mh1:~# dig ns powaserv.info
    
    ; <<>> DiG 9.3.4 <<>> ns powaserv.info
    ;; global options:  printcmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 27843
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0
    
    ;; QUESTION SECTION:
    ;powaserv.info.                 IN      NS
    
    ;; ANSWER SECTION:
    powaserv.info.          86393   IN      NS      [B][COLOR="Red"]sdns1.ovh.net[/COLOR][/B].
    powaserv.info.          86393   IN      NS      [B][COLOR="Red"]ns.powaserv.info[/COLOR][/B].
    
    ;; Query time: 50 msec
    ;; SERVER: 213.133.98.98#53(213.133.98.98)
    ;; WHEN: Thu Jun  5 17:07:04 2008
    ;; MSG SIZE  rcvd: 75
    
    mh1:~# dig mx powaserv.info
    
    ; <<>> DiG 9.3.4 <<>> mx powaserv.info
    ;; global options:  printcmd
    ;; connection timed out; no servers could be reached
    mh1:~#
    Your name servers are responding extremely slowly.

    As ns.powaserv.info is in the powaserv.info, you need a glue record: http://en.wikipedia.org/wiki/Domain_Name_System#Circular_dependencies_and_glue_records
     
  7. powaserv

    powaserv New Member

    Hi, thank's

    I have already glue record in the registrar url for my IP.
    Before it worked when I was with an older version of ispconfig.
    Nevertheless I wonder if it could not come from the dns of my registrare.
    Because there it is sdns1.ovh.net and before I used that this ns11.ovh.net.

    Thank's.
     
  8. falko

    falko Super Moderator ISPConfig Developer

    The name servers seem to repond now:

    Code:
    mh1:~# dig mx powaserv.info
    
    ; <<>> DiG 9.3.4 <<>> mx powaserv.info
    ;; global options:  printcmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 9895
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
    
    ;; QUESTION SECTION:
    ;powaserv.info.                 IN      MX
    
    ;; AUTHORITY SECTION:
    powaserv.info.          3600    IN      SOA     ns.powaserv.info. loic.powaserv.info. 2008060428 28800 7200 604800 86400
    
    ;; Query time: 151 msec
    ;; SERVER: 145.253.2.75#53(145.253.2.75)
    ;; WHEN: Mon Jun  9 12:09:15 2008
    ;; MSG SIZE  rcvd: 75
    
    mh1:~#
    But you've still not created an MX record.
     
  9. Agosto

    Agosto New Member

    NO reception of email after upgrade to PHP5

    I try to contact you by email, but mi mail doenst work...
    Last year you instaled ISPConfig in my machine. Last night I updated PHP to Version 5 and I think postfix stop to work. I also whant to upgrade to the new vertion of ISPConfig. CAn you do this?
    The ip is 88.80.201.4

    Best regards

    Agostinho Moreira
     
  10. Agosto

    Agosto New Member

    Postfix isn´t working... W'll contact you by email
     
  11. powaserv

    powaserv New Member

    Hi,

    I am sorry, but I am still definitely in undersheet in domain.

    I do not know who it is crossed but I do not arrive any more have achieve has my limp that belongs with SquirrelMail or RoundCube. I have message of error with SquirrelMail :

     
  12. powaserv

    powaserv New Member

    Hi,

    Now it works.
    Not for the same domain name, but for those who will replace the present one.
    But I have yet solved the problem that exists with RoundCube level files not present after a new installation.

    I have another question, but not at all in the same area.
    For my dns, I had this one ns.powaserv.info
    But I'll have more to domain name, what the dns still works?

    Thank.
     
  13. till

    till Super Moderator Staff Member ISPConfig Developer

    You can use ns.powaserv.info as dns server name for all domains on your server.
     
  14. powaserv

    powaserv New Member

    Hi,

    ok, agreed.
    It's possbile to put resolved for my subject?

    Tank's
     
  15. falko

    falko Super Moderator ISPConfig Developer

    Did that for you. :)
     

Share This Page