diff options
author | EuAndreh <eu@euandre.org> | 2023-03-17 11:34:37 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-17 11:34:37 -0300 |
commit | a5c01e5522a8e55f5293bf4e82f352026cc3a740 (patch) | |
tree | b4fd39735a59d537fe88cda109238bb2673acf56 /src/org/euandre | |
parent | queue.scm: Disable verbose output of smtpd process (diff) | |
download | package-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.scm | 10 |
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 |