Difference between revisions of "Mailing list"

13 bytes added ,  13:48, 30 March 2021
m
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
<be />
<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
5

edits