exim multiple ip spf hello problem

secure7qe

Verified User
Joined
May 4, 2014
Messages
7
hi i have 64 ips and i use this way to send in multiple ip
i add this line to exim

interface = "${lookup {${randint:64}} lsearch {/etc/ips.txt}}"
i put my ips in a text

when i send in normal mode my email goes inbox but in multiple mode my email goes to spam
when i use mail-tester.com shows me i have some problem with spf says hello

this is my ip range
5.xxx.xxx.10-5.xxx.xxx.73
and this is my spf record
"v=spf1 mx a ptr a:domain.com ip4:5.xxx.xxx.0/24 -all"

please help me
thanks
 
There's nothing wrong with your SPF, I'm guessing that tool might not be able to handle CIDR ranges correctly.

Anyway, as long as all your IPS fall in the range you defined "ip4:5.xxx.xxx.0/24" you should be good. Now granted some of those 64 IPs might have separate issues with blacklists or something else that can trigger going to spam. If you do want to check you SPF against multiple SPF Checkers you can send an email to "[email protected]". But I'm sure that's going to check out fine.

Also when you say your emails go to spam? Is it everywhere are just at certain providers? (IE. Hotmail, gmail)
 
Back
Top