E-goi SPF and DKIM configuration: Step By Step Guideline
2023-11-13 21:0:10 Author: securityboulevard.com(查看原文) 阅读量:11 收藏

This instructional article will demonstrate the E-goi configuration process of Sender Policy Framework (SPF), DomainKeys Identified Mail (DKIM) Signatures to ensure E-goi passes the DMARC alignment check and eliminate spam from your domain and increase security.

The SPF record identifies the mail servers and domains that are allowed to send email on behalf of your domain. The DKIM record, on the other hand, is a specially formatted DNS TXT record that stores the public key the receiving mail server will use to verify a message’s signature. These email authentication methods will be used to prove to ISPs and mail services that senders are truly authorized to send email from a particular domain and are a way of verifying your email sending server is sending emails through your domain.

The process of authenticating Email Sender, SPF, and DKIM

In order to authenticate your sender, please follow these steps:

  1. Go to the upper right-corner menu and click Senders. If you haven’t added a sender yet, do so now.
  2. Once you’ve added the sender, click the Authenticate button alongside it.
  3. Click on “I’ll do it myself” in the appeared window
  4.  In the next window, choose your domain’s host service
  5. In order to authenticate E-goi on SPF, please follow these steps:
  1. Login and head to your DNS Zone provider
  2. Create a new TXT record
  3. Input the DNS name as @ or your domain name
  4. Input the DNS value as v=spf1 include:_spf.kmitd.com ~all
  5. Save the record

The screenshot below will show you an example of the SPF record. We’ll be using CloudFlare for this example.

Important Note: Each domain must have only one SPF TXT Record. If you have multiple SPF Records, SPF will return a PermError

If you are using multiple IPs, ESPs, Third-Party services for your various email strategies, you should include them in a single SPF Record.
E.g v=spf1 ip4:18.57.156.221 include:_spf.kmitd.com include:thirdpartyservice.com ~all

DevOps Unbound Podcast

6. In order to authenticate E-goi on DKIM, you need to create a CNAME record. Please follow these steps:

  1. Login and head to your DNS Zone provider
  2. Create a new CNAME record
  3. Input the DNS name as egoi._domainkey
  4. Input the DNS value as the given TXT data in the window
  5. Save the record

The screenshot below will show you an example of the DKIM record. We’ll be using CloudFlare for this example.

7. Click on “Next”

8. Wait up to 72 hours to allow your DNS to process the changes. Once it detects the records, your domain must be “Authenticated”.

9. Please click on your domain name and click on “Add CNAME”

10. Follow the process again to add a CNAME record on your domain and fully finish the configuration.

11. Click on “Confirm” at the end.

Congratulations, you now successfully authenticated your outgoing mail stream from E-goi with SPF and DKIM.

The post E-goi SPF and DKIM configuration: Step By Step Guideline appeared first on EasyDMARC.

*** This is a Security Bloggers Network syndicated blog from EasyDMARC authored by EasyDmarc. Read the original post at: https://easydmarc.com/blog/e-goi-spf-and-dkim-configuration-step-by-step-guideline/


文章来源: https://securityboulevard.com/2023/11/e-goi-spf-and-dkim-configuration-step-by-step-guideline/
如有侵权请联系:admin#unsafe.sh