From a5c01e5522a8e55f5293bf4e82f352026cc3a740 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 17 Mar 2023 11:34:37 -0300 Subject: queue.scm: Remove FIXME markers from output file contents --- src/org/euandre/queue.scm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/org/euandre/queue.scm b/src/org/euandre/queue.scm index 3af2625..cdd789f 100644 --- a/src/org/euandre/queue.scm +++ b/src/org/euandre/queue.scm @@ -671,6 +671,7 @@ supplementary groups of the running daemon, and by enabling the By default, the daemon runs in a container."))) +;; FIXME: net namespaces only on specific ports 10027 and 10028, and only localhost (define-record-type* dkimproxyout-configuration make-dkimproxyout-configuration @@ -691,12 +692,14 @@ By default, the daemon runs in a container."))) (container-namespaces dkimproxyout-configuration-container-namespaces (default (srfi-1:fold delq container:%namespaces '(net)))) (extra-mappings dkimproxyout-configuration-extra-mappings (default '()))) +;; # FIXME:DOCUMENTATION add this to the service documentation +;; # the corresponding public key is available at: +;; # ~a/public.key (define (generate-out.cf config) (match-record config (listen relay domains selector data-directory) (format #f -" -listen ~a +"listen ~a relay ~a domain ~a @@ -704,9 +707,6 @@ selector ~a signature dkim(c=relaxed/relaxed) -# FIXME:DOCUMENTATION add this to the service documentation -# the corresponding public key is available at: -# ~a/public.key keyfile ~a/private.key " listen -- cgit v1.2.3