03-12-2025 05:38 AM
Hi, what could be reason for SPF mailfrom identity = None? There are multiple emails sent from same sender, using same sender email server etc. Some messages passed successfully (SPF aligned True), some are moved to quarantine (SPF aligned False).
The only difference I could find in message tracking reports and mail_logs.txt files is the mailfrom identity passes (Pass) or fails (None).
- SPF: mailfrom identity sender@domain.tld None
- SPF: mailfrom identity sender@domain.tld Pass (v=spf1)
Any idea what is happening?
03-12-2025 06:31 AM
03-12-2025 08:10 AM
There is indeed ESA cluster containing two ESA appliances. I have checked the DNS settings already - both appliances are using same DNS servers, same order/priority.
03-12-2025 08:52 AM
03-12-2025 06:37 AM
Realistically, probably a DNS issue. SPF is a DNS TXT record and if it can't look it up would be the none causing a failure if they are also using DMARC. You may want to look at what you use for DNS and see if it is timing out on lookups.
Ways to test.
Windows, pull up a CMD prompt and type nslookup.
it will default to your DNS server, if your gateway uses another, you switch with this command.
server=<ip or name>
now the command to check txt record
set type=txt
then do a lookup for the doamin.
domain.tld.
You must end with a period or it will append your domain onto it.
Try it multiple times to see if you get a timeout or not.
03-12-2025 08:19 AM
I have tried this multiple times on both appliances in cluster: no issues.
Maybe there was some network glitch, maybe provider's DNS (temporary) issue.
I'll keep monitoring this, thank you both for hints.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide