From 6206e2f01388af4a5723b3aa84a23f684818b480 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 11 Mar 2023 17:49:19 -0300 Subject: queue.scm: Tweak string of Postfix main.cf --- src/xyz/euandreh/queue.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/xyz') diff --git a/src/xyz/euandreh/queue.scm b/src/xyz/euandreh/queue.scm index c040ce6..294c045 100644 --- a/src/xyz/euandreh/queue.scm +++ b/src/xyz/euandreh/queue.scm @@ -787,7 +787,7 @@ keyfile ~a/private.key (match-record config (master.cf-extra) (format #f - "- + " # ============================================================================================================ # service type private unpriv chroot wakeup maxproc command + args # (yes) (yes) (no) (never) (100) @@ -858,7 +858,7 @@ keyfile ~a/private.key (match-record config (postfix queue-directory data-directory user setgid-group hostname main.cf-extra) (format #f - "- + " compatibility_level = 3.6 queue_directory = ~a @@ -889,7 +889,7 @@ keyfile ~a/private.key # smtpd_sasl_security_options = FIXME: deny all smtpd_sasl_tls_security_options = noanonymous - # FIXME: shouldn't this be \"encrypt\"? + # FIXME: shouldn't this be 'encrypt'? smtpd_tls_security_level = may smtpd_tls_auth_only = yes -- cgit v1.2.3