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