Skip to main content

How to create DKIM

This article contains steps how to create a DKIM signature.

ASP.NET / .NET freehosting
If you don't already have our ASP.NET / .NET freehosting, sign up for FREE at https://MonsterASP.net/.

1. Control Panel

After logging in to the administration, click on the "E-mails" icon and select the domain for which you want to create the DKIM signature. In our case, it will be for the domain monsterasp.store, for example.

email_dkim_01.png

2. Overview and login to webmail

After selecting the domain for adding the DKIM, click on the webmail address under the "Access to E-mails" section — https://webmail.monsterasp.net. A new browser tab will open with our webmail, and you will be automatically logged in as postmaster — the administrator of your email domain.

email_dkim_02.png

3. Create DKIM

In the webmail, follow these steps:

  • At the top menu, click on More and select Domain Settings.

email_dkim_03.png

  • In the Domain Settings menu, click on GENERAL in the left menu.

  • Now you can see the setting Email Signing – click the Enable button.

email_dkim_04.png

  • Now you can see the generated TXT record, which needs to be added to your domain's DNS. By clicking the icons, you can easily copy the record and paste it into your domain's settings.

email_dkim_05.png

  • The record will look like this:

    Name: wq8DD9C287206F687._domainKey
    Type: TXT
    Value: v=DKIM1; k=rsa; h=sha256; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAq0MzEKBCk+XrHsBtb+/FBUoU60Dt55dq2XnR+uwfcDLMJFp1lBusJ2OqEsjTH4nxByF10Glmw+d+t88ciHq38lLvUtpvc79CgeXzrizTGBF4+bNdt91qmTqL9MET/nvFr/GPXYEJzIh/XRJsqR4pBfOMTZHmQd/2MxNpLaCSecIe2FxpWSWBfAbki8v+I++HNvXZ0P3j06i3hILwScgdvNa4Ybd5y9pn85e++ldpRYks9/4OAXXK8a+jw+jaQeB/Rw3VVwNiCgglETqHNXQ6lB+p3/xaDt+A+QU65lIKmaS/QkC3eK0I1/4jeMKYMTrREYAXkhwCDNw5EvAsW88Y/QIDAQAB
    
  • If you're using our DNS servers, go to Administration > DNS > yourdomain.com > Add Record and add the following DNS record:

email_dkim_06.png

Done. Save the DKIM signature in Webmail, and after DNS replication, DKIM will be active.