Externalize role
This commit is contained in:
commit
6dd27f2df4
18 changed files with 1740 additions and 0 deletions
7
templates/etc/opendkim/KeyTable.j2
Normal file
7
templates/etc/opendkim/KeyTable.j2
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# OPENDKIM KEY TABLE
|
||||
# To use this file, uncomment the #KeyTable option in /etc/opendkim.conf,
|
||||
# then uncomment the following line and replace example.com with your domain
|
||||
# name, then restart OpenDKIM. Additional keys may be added on separate lines.
|
||||
|
||||
#default._domainkey.example.com example.com:default:/etc/opendkim/keys/default.private
|
||||
default._domainkey.{{ postfix_mydomain }} {{ postfix_mydomain }}:default:/etc/opendkim/keys/{{ postfix_mydomain }}/default.private
|
||||
Loading…
Add table
Add a link
Reference in a new issue