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!

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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ