>Would the correct SPF record then be:
>v=spf1 include:foo.com ~all
>
>For each domain?
my mailserver handles 4 domains. i explicitly set the permitted sender ips on
the spf entry for my main domain like
v=spf1 ip4:(ip v4 addr) ip6:(ip v6 addr)
and for the three other domains i redirect to my
> On Aug 1, 2015, at 8:41 AM, John Gateley wrote:
>
> v=spf1 ip4:97.107.132.79 ip4:50.116.29.164 -all
v=spf1 mx a ip4:75.148.37.66/32 a:mail.covisp.net -all
Hmm, I have both the IP and the name in the txt record for the domains that are
hosted via my mail server.
--
You start a conversatio
Quoting Martin S :
Hi,
If I want to add SPF in this scenario:
Thanks for the input, it's basically how I thought it would be except the
part of not adding it to a normal domain.
/Martin S
Am 01.08.2015 um 16:07 schrieb Martin S:
Hi,
If I want to add SPF in this scenario:
I have a mailserver (mail.foo.com) which handles mail for foo.com.
It also handles mail for the domains bar.com and acme.com.
bar.com and acme.com doesn't have any mail servers (mx records points to
mail.foo.co
Martin S skrev den 2015-08-01 16:07:
I might just be confused (again).
what ever you do try this link
https://dmarcian.com/spf-survey/
do NOT include domain with active A MX
instaed create _spf.example.net and use it for include, so the _spf is
not pointing to A MX, this will cre
Good morning Martin,
I have exactly the same scenario. Instead of using "include", I just use
the ipv4 addresses
of the mailserver:
v=spf1 ip4:97.107.132.79 ip4:50.116.29.164 -all
Here, the two IP addresses are for my two mx hosts.
This is the SPF record for all my domains, including the doma
Hi,
If I want to add SPF in this scenario:
I have a mailserver (mail.foo.com) which handles mail for foo.com.
It also handles mail for the domains bar.com and acme.com.
bar.com and acme.com doesn't have any mail servers (mx records points to
mail.foo.com).
Would the correct SPF record then be: