5
edits
Note: Currently new registrations are closed, if you want an account Contact us
Line 42: | Line 42: | ||
* <selector_name>.txt - which contains the DKIM TXT DNS record for that domain. | * <selector_name>.txt - which contains the DKIM TXT DNS record for that domain. | ||
<br /> | <br /> | ||
Now, create a folder under /etc/opendkim/keys/<domain_name_for_this_list>/ and move the above file to that location. | Now, create a folder under <code>/etc/opendkim/keys/<domain_name_for_this_list>/</code> and move the above file to that location. | ||
<br /> | <br /> | ||
Create an entry for the newly created domain in /etc/opendkim/KeyTable as well as /etc/opendkim/SigningTable | Create an entry for the newly created domain in /etc/opendkim/KeyTable as well as /etc/opendkim/SigningTable | ||
< | <br /> | ||
On /etc/opendkim/KeyTable | On /etc/opendkim/KeyTable | ||
<selector_name._domainkey.<domain_name_of_this_list> <domain_name_of_this_list>:<selector_name>:/etc/opendkim/keys/<domain_name_of_this_list>/<selector_name>.private | <selector_name._domainkey.<domain_name_of_this_list> <domain_name_of_this_list>:<selector_name>:/etc/opendkim/keys/<domain_name_of_this_list>/<selector_name>.private |
edits