blob: 0a7154d9c03a21fb0fc7c08b033c9ea32f1fd3c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
Improve default config.
--- a/scripts/dkimproxy_out.conf.example
+++ b/scripts/dkimproxy_out.conf.example
@@ -12,10 +12,10 @@
signature domainkeys(c=nofws)
# specify location of the private key
-keyfile /full/path/to/private.key
+keyfile /etc/dkimproxy/private.key
# specify the selector (i.e. the name of the key record put in DNS)
-selector selector1
+selector mail
# control how many processes DKIMproxy uses
# - more information on these options (and others) can be found by
|