aboutsummaryrefslogtreecommitdiff
path: root/src/xyz/euandreh/queue.scm
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-03-11 15:13:59 -0300
committerEuAndreh <eu@euandre.org>2023-03-11 15:13:59 -0300
commit086f4439c5c494eb0065a8f01391a0674cd3b615 (patch)
tree858219861b9f4511037afdf715853e21d43b1d9e /src/xyz/euandreh/queue.scm
parentqueue.scm: Tweak cyrus-service-configuration composition (diff)
downloadpackage-repository-086f4439c5c494eb0065a8f01391a0674cd3b615.tar.gz
package-repository-086f4439c5c494eb0065a8f01391a0674cd3b615.tar.xz
queue.scm: Enable Postifx extending Cyrus SASL
Diffstat (limited to '')
-rw-r--r--src/xyz/euandreh/queue.scm6
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))