SPF and DKIM failure through Gmail

0

Hi Guys,

First-time poster here.

I'm using SES. My DKIM and SPF authentications are failing. I've added SES's SMPT credentials to my Gmail account and I send the email through Gmail.

What should I do to authenticate my emails? This is the last DMARC report's relevant section I think:

// <record> <row> <source_ip>209.85.214.180</source_ip> <count>1</count> <policy_evaluated> <disposition>quarantine</disposition> <dkim>fail</dkim> <spf>fail</spf> </policy_evaluated> </row> <identifiers> <envelope_from>gmail.com</envelope_from> <header_from>emasons.tech</header_from> </identifiers> <auth_results> <spf> <domain>gmail.com</domain> <result>pass</result> </spf> </auth_results>

//

Thank you!

已提问 2 年前788 查看次数
1 回答
1

Hi,

First of all you should set a DKIM for your domain via SES. You can use Easy DKIM setup. Here is the steps:

To set up Easy DKIM for a domain

  1. Sign in to the AWS Management Console and open the Amazon SES console at https://console.aws.amazon.com/ses/

  2. In the navigation pane, under Configuration, choose Verified identities.

  3. In the list of identities, choose an identity where the Identity type is Domain.

  4. Under the Authentication tab, in the DomainKeys Identified Mail (DKIM) container, choose Edit.

  5. In the Advanced DKIM settings container, choose the Easy DKIM button in the Identity type field.

  6. In the DKIM signing key length field, choose either RSA_2048_BIT or RSA_1024_BIT.

  7. In the DKIM signatures field, check the Enabled box.

Choose Save changes.

Now that you’ve configured your domain identity with Easy DKIM, you must complete the verification process with your DNS provider.

profile picture
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则