I can't receive emails !

Discussion in 'HOWTO-Related Questions' started by hugolambert, Feb 3, 2010.

  1. hugolambert

    hugolambert New Member

    After aving installed ispconfig3 on my serveur, I managed to create websites and so on. I also managed to create mail accounts (I checked in the data base).
    Actually, I can log to my mail account, send emails, but it is impossible to reveive emails from the outsite. The error message is the following :

    Recipient address: [email protected]
    Reason: Server rejected MAIL FROM address.
    Diagnostic code: smtp;553 sorry, that domain isn't allowed to be relayed thru this MTA (#5.7.1) (mail625.ha.ovh.net, smtpauth: no)
    Remote system: dns;ns0.ovh.net (TCP|17.148.16.103|45924|213.186.33.20|25) (ns0.ovh.net ssl0.ovh.net. You connect to mail625.ha.ovh.net ESMTP)

    But, strangely I can send me mails...

    Does anyone have a clue anbout that ?
    I respected the perfectserver ubuntu 9 toturial.

    Hugo
     
  2. hugolambert

    hugolambert New Member

    help help help

    and I cannot create subdomains as well... What files should I reconfigure?
     
  3. falko

    falko Super Moderator Howtoforge Staff

    Please check if the MX records for your domains point to your ISPConfig server. You can check it like this:
    Code:
    dig mx yourdomain.com
     
  4. hugolambert

    hugolambert New Member

    yes it points to my server. I have the mail.evaneopro.com subdomain and the mail.evaneopro.com mx domain. But now I have this message :
    Recipient address: [email protected]

    Reason: Remote SMTP server has rejected address
    Diagnostic code: smtp;553 sorry, that domain isn't allowed to be relayed thru this MTA (#5.7.1)
    Remote system: dns;redirect.ovh.net (TCP|17.148.16.87|50046|213.186.33.5|25) (220 redirect.ovh.net You connect to web10.rd.ha.ovh.net ESMTP)
     
  5. falko

    falko Super Moderator Howtoforge Staff

    There's no MX record for evaneopro.com:

    Code:
    mh1:~# dig mx evaneopro.com
    
    ; <<>> DiG 9.3.4 <<>> mx evaneopro.com
    ;; global options:  printcmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 37841
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
    
    ;; QUESTION SECTION:
    ;evaneopro.com.                 IN      MX
    
    ;; Query time: 59 msec
    ;; SERVER: 213.133.98.98#53(213.133.98.98)
    ;; WHEN: Sat Feb  6 19:24:29 2010
    ;; MSG SIZE  rcvd: 31
    
    mh1:~#
     

Share This Page