I would like to ask some help understanding the email rejection I received.
Seems the email is rejected by the recipient SPAM projection because it is send via an IP that does not belong to me.
“Diagnostic-Code: smtp; 550 SPF check failed. 80.67.29.18 is not allowed to send mail from domain.net.”
I don’t know IP 80.67.29.18 and don’t understand how it would be involved is the email chain.
Is there maybe someone who can shed some light on this. Not sure if it is a problem on the recipient side or I should further investigate.
The remote hosts rejects your message because it thinks your IP is not allowed according to the SPF record.
Check your spf record here SPF Surveyor - dmarcian
It does not look to me like a vanilla MIAB SPF record from the search
Go to MIAB admin>> Custom DNS and look for a TXT record like this, if it exists:
v=spf1 a ~all
Get rid of the a mechanism, delete the record
If it does not exist, go ahead and add this TXT record:
v=spf1 mx -all
The mx mechanism is default SPF record for MIAB.
See syntax here:
You can also add individual IPv4 and Ipv6 to be sure that the remote host respond more quickly in terms of accepting and rejecting. The syntax of the TXT record is:
I am not sure why the hosts rejects your SPF. Maybe because of the /32 subnet.
DM me with the full rejected header if you are not able to resolve the issue.
Test by sending to gmail. If the message arrives in gmail go to Show Original and inspect the headers there as well. DMARC, DKIM and SPF should say OK.
Just a quick thought - was the “original” email actually sent from your box? (Your logs and/or sent folders should be able to tell you.)
It’s possible that original email was a fake from some completely different computer, pretending to be from your box. In that case, the spam/DKIM filtering was working correctly.
We’ve all been tripped up trying to track down things which were not really faults.
Is this particular message sent from your machine? The status in the log should say SENT status=sent
If not, it might be something suspicious such as spoofing.