diff options
-rw-r--r-- | src/xyz/euandreh/queue.scm | 6 |
1 files changed, 0 insertions, 6 deletions
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)) |