diff options
Diffstat (limited to 'mail/opendkim/opendkim.conf')
| -rw-r--r-- | mail/opendkim/opendkim.conf | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/mail/opendkim/opendkim.conf b/mail/opendkim/opendkim.conf new file mode 100644 index 0000000..81335f4 --- /dev/null +++ b/mail/opendkim/opendkim.conf @@ -0,0 +1,17 @@ +Syslog yes +SyslogSuccess yes +LogWhy yes + +Canonicalization relaxed/simple +Mode sv +OversignHeaders From + +UserID opendkim +UMask 022 +Socket inet:8891@localhost +PidFile /var/run/opendkim/opendkim.pid + +KeyTable /etc/opendkim/KeyTable +SigningTable refile:/etc/opendkim/SigningTable +ExternalIgnoreList /etc/opendkim/TrustedHosts +InternalHosts /etc/opendkim/TrustedHosts |
