diff options
author | EuAndreh <eu@euandre.org> | 2023-03-11 13:51:42 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-11 13:51:42 -0300 |
commit | f5b63ae229fed1b90b84b0fef8e07bdac2cdcd49 (patch) | |
tree | 8ef479cc13e68fa0146daf69bbb4a0cbdef70863 | |
parent | queue.scm: Fix mta-sts nginx configuration (diff) | |
download | package-repository-f5b63ae229fed1b90b84b0fef8e07bdac2cdcd49.tar.gz package-repository-f5b63ae229fed1b90b84b0fef8e07bdac2cdcd49.tar.xz |
queue.scm: Tweak cyrus-service-configuration composition
-rw-r--r-- | src/xyz/euandreh/queue.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/xyz/euandreh/queue.scm b/src/xyz/euandreh/queue.scm index d121839..e91a7b7 100644 --- a/src/xyz/euandreh/queue.scm +++ b/src/xyz/euandreh/queue.scm @@ -559,7 +559,9 @@ collections.OrderedDict that works in Python 2.4-2.6.") cyrus-sasl-accounts) (service-extension shepherd-root-service-type cyrus-sasl-shepherd-service))) +#; (compose srfi-1:concatenate) +#; (extend (lambda (config services) (cyrus-sasl-configuration (inherit config) @@ -1094,6 +1096,8 @@ max_age: 604800 (certificate-configuration (domains (list (string-append "mta-sts." hostname))))))) +;; FIXME +#; (define (postfix-sasl-service _config) (list (cyrus-service-configuration |