On 5/21/2006 12:30 AM, spectacularstuff wrote:
Hi Daryl,
I put the trusted networks in and that seem to get rid of a few things but
now it brought out 4 or 5 others... lol
I understand what the following is. I just don't know how to fix it. Do
you know how to fix this issue?
3.2 NO_DNS_FOR_FROM DNS: Envelope sender has no MX or A DNS records..
I do have an MX right?
I do have an A DNS record. I saw it.
What am I doing wrong that SA doesn't see those things.
(My biggest question is how do I fix that. What do I have to do or how do I
have to configure the server?)
Assuming the envelope sender (return-path) ends in @spectacularstuff.com
you shouldn't hit this... unless your mail server is having problems
resolving DNS records.
From a command shell on your server, make sure you can resolve the A
and MX records for whatever the domain in the
envelope-sender/return-path is in the affected messages:
> nslookup -type=mx spectacularstuff.com
> nslookup -type=a spectacularstuff.com
Daryl