[pfx] Re: SPF format question

2024-06-09 Thread Scott Kitterman via Postfix-users
On June 9, 2024 12:17:38 PM UTC, Jeff Peng via Postfix-users wrote: >Hello > >If I have a mx server: mx.host.com whose ip is 1.2.3.4. > >The domain.com who use this mx server may have the following SPF. > >v=spf1 mx ~all >v=spf1 ip4:1.2.3.4 ~all >v=spf1 a:mx.host.com ~all >v=spf1 mx:domain.com

[pfx] SPF format question

2024-06-09 Thread Jeff Peng via Postfix-users
Hello If I have a mx server: mx.host.com whose ip is 1.2.3.4. The domain.com who use this mx server may have the following SPF. v=spf1 mx ~all v=spf1 ip4:1.2.3.4 ~all v=spf1 a:mx.host.com ~all v=spf1 mx:domain.com ~all May i know if they mean the same stuff for SPF? Thanks. __