diff options
| author | Roman Ilin <me@romanilin.is> | 2026-06-15 12:59:09 +0300 |
|---|---|---|
| committer | Roman Ilin <me@romanilin.is> | 2026-06-15 22:04:41 +0300 |
| commit | 5e4bf1268c266e63d0e92e845ad910a2103b86ff (patch) | |
| tree | 532c01a9658a05048ef1ba76d4f30fca84005643 /roles/mail/templates/opendkim.conf.j2 | |
| download | infrastructure-main.tar.gz | |
Diffstat (limited to 'roles/mail/templates/opendkim.conf.j2')
| -rw-r--r-- | roles/mail/templates/opendkim.conf.j2 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/roles/mail/templates/opendkim.conf.j2 b/roles/mail/templates/opendkim.conf.j2 new file mode 100644 index 0000000..b29fcb3 --- /dev/null +++ b/roles/mail/templates/opendkim.conf.j2 @@ -0,0 +1,15 @@ +PidFile /run/opendkim/opendkim.pid +Mode sv +Syslog yes +SyslogSuccess yes +LogWhy yes +UserID opendkim:opendkim +Socket inet:8891@localhost +Umask 002 +Canonicalization relaxed/relaxed +Selector default +MinimumKeyBits 1024 +KeyTable /etc/opendkim/KeyTable +SigningTable refile:/etc/opendkim/SigningTable +ExternalIgnoreList refile:/etc/opendkim/TrustedHosts +InternalHosts refile:/etc/opendkim/TrustedHosts |