sprkymrk wrote: Check the headers of one of the emails you send to yourself, it should have a "received from" followed by a name and the ip address of your server. maybe that's what he wants? It should just be servername@domain.com or something though.
sprkymrk wrote: As far as I know, sender verification is commonly done as a bounce message. If his server is rejecting bounce messages, that's his problem, not yours.
royal wrote: That's a pretty high SCL rating anyways. The issue is intermittent as in it doesn't happen to often from domain to domain or is it intermittent with the same user to user?
undomiel wrote: Is this in reference to this same issue? http://www.techexams.net/forums/viewtopic.php?t=32184 I'll stand by what I had said earlier then. Their relay isn't setup properly or that user's Outlook is not setup for proper authentication.
royal wrote: Well tell them to make sure their sending server has a PTR record as well as an SPF record in public DNS. I would do the same on your side. Also, try setting the SMTP connectors to respond to EHLO via the public FQDN of what the PTR record maps to. So if the PTR maps to mail.domain.com which should be the ip address Exchange sends from, set the EHLO response to also be mail.domain.com. This will ensure both servers have a more optimal setup for internet validation.
Smallguy wrote: [I looked at their PTR records and they do not resolve like mine do they have 2 mx records say alpha.theirdomain.com and delta.theirdomain.com with ip 100.100.100.1 and 100.100.100.2 as examples but the the PTR's are not saying 100.100.100.1 resolves to alpha.theirdomain.com instead they resolve to www.mywebsite.com my records on the other hand with my PTR record 200.200.200.1 resolves to which is my mail exchanger record I 'm not sure if this info is helpful
blargoe wrote: <charlie.theirdomain.net #5.7.1 smtp;550 5.7.1 Unable to relay for admin@mydomain.com> ^^ It seems apparent that their server is refusing to relay the message to your email server. He has something messed up on his end and doesn't know how to fix it.
sprkymrk wrote: Smallguy wrote: [I looked at their PTR records and they do not resolve like mine do they have 2 mx records say alpha.theirdomain.com and delta.theirdomain.com with ip 100.100.100.1 and 100.100.100.2 as examples but the the PTR's are not saying 100.100.100.1 resolves to alpha.theirdomain.com instead they resolve to www.mywebsite.com my records on the other hand with my PTR record 200.200.200.1 resolves to which is my mail exchanger record I 'm not sure if this info is helpful They are probably hosting multiple services on the same server. Have you tried: nslookup set type=mx 200.200.200.1 And see what comes up?