summaryrefslogtreecommitdiffstats
path: root/opendkim
diff options
context:
space:
mode:
Diffstat (limited to 'opendkim')
-rw-r--r--opendkim/opendkim.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/opendkim/opendkim.conf b/opendkim/opendkim.conf
index 50fc09a..39072d2 100644
--- a/opendkim/opendkim.conf
+++ b/opendkim/opendkim.conf
@@ -19,9 +19,9 @@ OversignHeaders From
# for domain "example.com" with selector "2020" (2020._domainkey.example.com),
# using the private key stored in /etc/dkimkeys/example.private. More granular
# setup options can be found in /usr/share/doc/opendkim/README.opendkim.
-#Domain example.com
-#Selector 2020
-#KeyFile /etc/dkimkeys/example.private
+Domain ENV_VIRTUAL_DOMAINS
+Selector default
+KeyFile /opendkim/default.private
# In Debian, opendkim runs as user "opendkim". A umask of 007 is required when
# using a local socket with MTAs that access the socket as a non-privileged