In a VPS with 2 IPv4
and 16 IPv6
, I send emails with postfix
. Each time, the email is sent from one of the IPs randomly
Received: from domain.com (a random IPv6 out of my 16 IPv6)
Thus, SPF
fails (of course, softfail), as the originating IP is not in my DNS record. I can set a range of IP in DNS's SPF record, but how can I tell postfix to submit email from the main IP (the one I set rDNS)?