-1

I've been setting up DKIM using this guide and I'm trying to verify it. In step 6 it says: In received email in our mailbox, open the source of email and search for "DKIM-Signature".

How do I open the source of the email to check the DKIM-signature? I'm running debian. Might be a stupid question but I can't find how to do it.

Thanks.

grabbhalf
  • 61
  • 1
  • 1
  • 7

1 Answers1

0
mail -vs "Test DKIM" test_email@gmail.com < /dev/null

This command sends an email to test_email@gmail.com, so enter your real email and check the spam folder for the mail.

After this, open the email, click the 3 vertical dots on the right of the email and select "Show original" option from the dropdown and here you will see the DKIM signature

beasst
  • 109
  • 8