Skip to content

Adding SPF to Route53

0

Morning All,

I'm a beginner with route53 and I need some help about a SPF register.
I've a subdomain like : subdomain.domain.com.
I've searched throught AWS DOCS how do add it.

I tried in route53 to add this following Record Set :

subdomain.domain.com | SPF | "v=spf1 include:subdomain.domain.com ~all"

But it doesn't work when I tested it (host command on rhel 7).

Does anybody can help me please ?

Thank you per advance.

Edited by: Anth0ny on May 13, 2019 5:01 AM

Edited by: Anth0ny on May 13, 2019 5:02 AM

2 Answers
0

Hi again,
After several more searches, I found the SPF type recordset. Now I added:

"v=spf1 ip4:xxx.xx.xx.xxx/16 -all"

Thank you per advance

answered 7 years ago
0

Finally I found it !

domain.com | TXT | "v=spf1 ip4:xxx.xx.xx.xxx/16 ~all"

answered 7 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.