initial upload
This commit is contained in:
6
roles/postfix/templates/etc_opendkim_signing.table.j2
Normal file
6
roles/postfix/templates/etc_opendkim_signing.table.j2
Normal file
@@ -0,0 +1,6 @@
|
||||
# {{ ansible_managed }}
|
||||
|
||||
{% for domain, info in postfix_dkim_domains | dictsort %}
|
||||
{{ domain }} mail._domainkey.{{ domain }}
|
||||
.{{ domain }} mail._domainkey.{{ domain }}
|
||||
{% endfor %}
|
||||
Reference in New Issue
Block a user