Problem send email whit google apps

  • I have a domain with external mail management that focuses on google, managing DNS for MX records is handled on the server, when you send out emails to some addresses you get this type of error.


    Technical details of permanent failure:


    Google tried to deliver your message, but it was rejected by the server for the recipient domain xxxxx.xxx by mail.xxxxxxx.xxx. [xxx.xxx.xxxx.xxx].


    The error that the other server returned was:


    550 209.85.217.175 is not allowed to send mail from xxxxxx.xxxx



    Code
    1. spf:xxx.xxx Find Problems spf Type Domain Name TTL Record Prefix Value PrefixDesc Description+ a Pass Match if IP has a DNS 'A' record in given domain + mx Pass Match if IP is one of the MX hosts for given domain name + ptr Pass Match if IP has a DNS 'PTR' record within given domain + include _spf.google.com Pass The specified domain is searched for an 'allow'. ~ all SoftFail Always matches. It goes at the end of your record.


    or
    - all Fail Always matches. It goes at the end of your record.




    Code
    1. Your MX records that were reported by your nameservers are:10 aspmx3.googlemail.com 74.125.25.26 (no glue) 5 aspmx.l.google.com 74.125.136.26 (no glue) 10 alt1.aspmx.l.google.com 173.194.69.27 (no glue) 10 alt2.aspmx.l.google.com 74.125.25.26 (no glue) 10 aspmx2.googlemail.com 173.194.71.26 (no glue) [These are all the MX records that I found. If there are some non common MX records at your nameservers you should see them below. ]


    Code
    1. Your reverse (PTR) record:
    2. 26.71.194.173.in-addr.arpa -> lb-in-f26.1e100.net
    3. 26.25.125.74.in-addr.arpa -> pa-in-f26.1e100.net
    4. 27.69.194.173.in-addr.arpa -> bk-in-f27.1e100.net
    5. 26.136.125.74.in-addr.arpa -> ea-in-f26.1e100.net
    6. You have reverse (PTR) records for all your IPs, that is a good thing.



    I not think it is a server configuration issue because as I said quietly send emails to other addresses, What can it be?

    Notelseit.com