dataset/seed/postfix-relay/templates/KeyTable
2022-07-01 22:10:33 +02:00

9 lines
477 B
Text

# 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
%for %%idx, %%domain in %%enumerate(%%postfix_relay_domains)
default._domainkey.%%domain %%domain:default:%%opendkim_keys[%%idx]
%end for