在 Amazon AWS Route 53 中设置 Google Apps SPF 记录

use*_*289 13 spf amazon-web-services amazon-route53 g-suite

我正在使用适用于 Route 53 的新 AWS GUI 来设置我的域记录。但是,AWS 控制台不会接受推荐的 Google Apps SPF 记录v=spf1 include:_spf.google.com ~all(在此处找到)。

它不断给我一个错误说明

The record set could not be saved because:
- The Value field contains invalid characters or is in an invalid format.
Run Code Online (Sandbox Code Playgroud)

保存为 SPF 和 TXT 时会发生这种情况。有任何想法吗?

cee*_*yoz 33

我必须将我的 SPF 记录用引号括起来才能工作。

"v=spf1 include:_spf.google.com ~all"