diff options
author | EuAndreh <eu@euandre.org> | 2022-12-01 08:42:32 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-12-01 08:42:32 -0300 |
commit | 7053f75df2eaaec93ce55835f66686d37d3a1238 (patch) | |
tree | 1f5d5f8b7a6008ddfcd090d8f9aa957c86c70ab0 /src/xyz | |
parent | queue.scm: Remove --user/--group from DKIMproxy.out as it had to be root (diff) | |
download | package-repository-7053f75df2eaaec93ce55835f66686d37d3a1238.tar.gz package-repository-7053f75df2eaaec93ce55835f66686d37d3a1238.tar.xz |
queue.scm: Use dkimproxyout also as the DNS selector
Diffstat (limited to 'src/xyz')
-rw-r--r-- | src/xyz/euandreh/queue.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xyz/euandreh/queue.scm b/src/xyz/euandreh/queue.scm index 8f2e0bd..690af3c 100644 --- a/src/xyz/euandreh/queue.scm +++ b/src/xyz/euandreh/queue.scm @@ -488,7 +488,7 @@ collections.OrderedDict that works in Python 2.4-2.6.") (listen dkimproxyout-configuration-listen (default "127.0.0.1:10027")) (relay dkimproxyout-configuration-relay (default "127.0.0.1:10028")) (domains dkimproxyout-configuration-domains (default (list (gethostname)))) - (selector dkimproxyout-configuration-selector (default "dkimproxy")) + (selector dkimproxyout-configuration-selector (default "dkimproxyout")) (key-size dkimproxyout-configuration-key-size (default 2048)) (data-directory dkimproxyout-configuration-data-directory (default "/var/lib/dkimproxyout"))) |