aboutsummaryrefslogtreecommitdiff
path: root/src/org/euandre
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-03-17 11:34:37 -0300
committerEuAndreh <eu@euandre.org>2023-03-17 11:34:37 -0300
commita5c01e5522a8e55f5293bf4e82f352026cc3a740 (patch)
treeb4fd39735a59d537fe88cda109238bb2673acf56 /src/org/euandre
parentqueue.scm: Disable verbose output of smtpd process (diff)
downloadpackage-repository-a5c01e5522a8e55f5293bf4e82f352026cc3a740.tar.gz
package-repository-a5c01e5522a8e55f5293bf4e82f352026cc3a740.tar.xz
queue.scm: Remove FIXME markers from output file contents
Diffstat (limited to 'src/org/euandre')
-rw-r--r--src/org/euandre/queue.scm10
1 files 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>
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 <dkimproxyout-configuration>
(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