550-Verification failed

Discussion in 'HOWTO-Related Questions' started by justjim, Jul 10, 2006.

  1. justjim

    justjim New Member

    Most of the time my email works for both incoming and outgoing. However, occassionally I will receive the following message...

    Note: I have already created an A record and MX record with my host for both greatgolfswing.com and server1.greatgolfswing.com

    Can anyone explain why I occasionally get these messages?
    Thanks in advance!

    - Jim

    -----------------------------------------------------------
    This is the Postfix program at host server1.greatgolfswing.com.

    I'm sorry to have to inform you that your message could not
    be delivered to one or more recipients. It's attached below.

    For further assistance, please send mail to <postmaster>

    If you do so, please include this problem report. You can delete your own text from the attached returned message.

    The Postfix program

    <[email protected]>: host clubs4golf.us[72.18.132.73] said:
    550-Verification failed for <[email protected]> 550-unrouteable mail
    domain "greatgolfswing.com" 550 Sender verify failed (in reply to RCPT TO
    command)
    ---------------------------------------------------------------
     
  2. falko

    falko Super Moderator Howtoforge Staff

    I found this:

    Code:
    dig mx greatgolfswing.com
    
    ; <<>> DiG 9.2.4 <<>> mx greatgolfswing.com
    ;; global options:  printcmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 40037
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
    
    ;; QUESTION SECTION:
    ;greatgolfswing.com.            IN      MX
    
    ;; ANSWER SECTION:
    greatgolfswing.com.     2400    IN      MX      0 [B][COLOR="Red"]70.168.36.247[/COLOR][/B].
    
    ;; Query time: 189 msec
    ;; SERVER: 145.253.2.75#53(145.253.2.75)
    ;; WHEN: Tue Jul 11 13:40:45 2006
    ;; MSG SIZE  rcvd: 65
    You must not use an IP address in an MX record. Use an A record instead. Have a look here: http://www.howtoforge.com/traditional_dns_howto
     

Share This Page