aboutsummaryrefslogtreecommitdiffstats
path: root/roles/mail/templates/dkim/SigningTable.j2
blob: 0543aae1e04b99c1a512a604b0a662771129865c (plain)
1
2
3
4
5
6
7
8
9
10
# OpenDKIM SigningTable
# Table to select one or more signatures to apply to a message based on
# the address found in the "From:" header field.
# See opendkim.conf(5)
# See also: http://opendkim.org/opendkim-README

# <from-address>  <key-name>
{% for domain in mail.domains %}
*@{{ domain }}  {{ domain }}.key
{% endfor %}