From 086f4439c5c494eb0065a8f01391a0674cd3b615 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 11 Mar 2023 15:13:59 -0300 Subject: queue.scm: Enable Postifx extending Cyrus SASL --- src/xyz/euandreh/queue.scm | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/xyz/euandreh') diff --git a/src/xyz/euandreh/queue.scm b/src/xyz/euandreh/queue.scm index e91a7b7..cb03131 100644 --- a/src/xyz/euandreh/queue.scm +++ b/src/xyz/euandreh/queue.scm @@ -559,9 +559,7 @@ 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) @@ -1096,8 +1094,6 @@ max_age: 604800 (certificate-configuration (domains (list (string-append "mta-sts." hostname))))))) -;; FIXME -#; (define (postfix-sasl-service _config) (list (cyrus-service-configuration @@ -1127,8 +1123,6 @@ max_age: 604800 postfix-nginx-locations) (service-extension certbot-service-type postfix-certificates) -;; FIXME: revive? -#; (service-extension cyrus-sasl-service-type postfix-sasl-services))) (default-value (postfix-configuration)) -- cgit v1.2.3