SPF Fail with valid MX Record
Let's assume a multi-domain server with one mailserver - all of them with the same IP address.
mail.example.com as mailserver, and example.org as one example domain.
DNS (of example.org) looks like:
@ IN A ipv4
@ IN AAAA ipv6
@ IN MX 10 mail.example.com.
@ IN TXT "v=spf1 mx -all"
With my understanding, the SPF entry is valid and mails should not be rejected, because mx is allowed to send mails with domain example.org. The helo in SMTP is "mail.example.com".
By now, policyd-spf rejects mail with "Recipient address rejected: Message rejected due to: SPF fail - not authorized." while other mail servers (gmail) accepts messages and spf-checks on the internet accepts this SPF entry.
What is wrong? The SPF entry or is it a bug in the software (helo check before MX check)?
Question information
- Language:
- English Edit question
- Status:
- Solved
- Assignee:
- No assignee Edit question
- Solved by:
- Scott Kitterman
- Solved:
- Last query:
- Last reply: