From 43009f54116ab37c638289621a5a8e01ae0fde3b Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 14 Feb 2017 19:57:43 +0000 Subject: [PATCH] fix up config a bit more --- roles/opendkim/files/opendkim.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/opendkim/files/opendkim.conf b/roles/opendkim/files/opendkim.conf index 19e3ed35e0..eb73e334c0 100644 --- a/roles/opendkim/files/opendkim.conf +++ b/roles/opendkim/files/opendkim.conf @@ -85,10 +85,10 @@ Canonicalization relaxed/relaxed ## Domain(s) whose mail should be signed by this filter. Mail from other domains will ## be verified rather than being signed. Uncomment and use your domain name. ## This parameter is not required if a SigningTable is in use. -# Domain example.com +Domain fedoraproject.org ## Defines the name of the selector to be used when signing messages. -Selector default +Selector bastion ## Specifies the minimum number of key bits for acceptable keys and signatures. MinimumKeyBits 1024