From f5b63ae229fed1b90b84b0fef8e07bdac2cdcd49 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 11 Mar 2023 13:51:42 -0300 Subject: queue.scm: Tweak cyrus-service-configuration composition --- src/xyz/euandreh/queue.scm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') 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 -- cgit v1.2.3