DKIM creates a domain-level authentication framework for email using private-key technology and a DNS record to prove the source and content of a message.
CHECK FIRST
- Make sure that you have the DKIM feature enabled in IceWarp. You can enable the DKIM feature in remote console > Domain & Accounts > Global Settings > Domains > Enable DKIM
SETUP
- Open your remote console and connect to your server.
- Select the domain where you want to create the DKIM record in the management tab.
- Click on the "DKIM" tab and click and check the Activate option.
- Now you can choose your "selector". Selector helps differentiate different DKIMs on your domain. If you have multiple DKIM signatures on your domain, please type in a unique selector word. If you do not have another DKIM signature on your domain, you can choose pretty much any word your want. In our case, we will choose "iwdkim".
- Now Let's generate your unique key by clicking on the "Generate private key ..." button. After that, change the Bits length to 2048 to generate a more secure key and click "OK" let the key generate, and Click on Save.
- Now you are presented with your domain Private key, do not share your Private key information outside your server.
- Now you can Retrieve your selector data by clicking the "Retrieve selector data" button and copying the selector data into your clipboard.
- Head to your DNS manager on your domain provider and create a new TXT DNS record. The template for the name of the TXT record is the following:
yourselectorhere._domainkey.yourdomainhere |
- In our case, the name of the TXT record is the following:
iwdkim._domainkey.domain.com |
This is only an example; do not use this in your DNS record.
- The Value for the TXT records will correspond to the Selector data you copied earlier, if you do not have the selector data, you can click on the "Retrieve selector data" anytime after the private key has been generated.
In our case, the TXT record will look like this:
TXT | |||
Type | Name | VALUE | TTL |
TXT | iwdkim._domainkey.domain.com | v=DKIM1; k=rsa; n=2048; p=MIIBIjANBgkqhkiG9... | 3600 |
This is only an example, do not your this in your DNS record. Please note that the value has been shortened for presentation purposes.
Comments
0 comments
Article is closed for comments.