aboutsummaryrefslogtreecommitdiff
path: root/src/xyz/euandreh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-03-11 17:49:19 -0300
committerEuAndreh <eu@euandre.org>2023-03-11 17:49:19 -0300
commit6206e2f01388af4a5723b3aa84a23f684818b480 (patch)
treec23c704e9909fa8db3395b5a8d8e26d0a4eac859 /src/xyz/euandreh
parentqueue.scm: Use debug procedure for cyrus-sasl-service extra action (diff)
downloadpackage-repository-6206e2f01388af4a5723b3aa84a23f684818b480.tar.gz
package-repository-6206e2f01388af4a5723b3aa84a23f684818b480.tar.xz
queue.scm: Tweak string of Postfix main.cf
Diffstat (limited to 'src/xyz/euandreh')
-rw-r--r--src/xyz/euandreh/queue.scm6
1 files changed, 3 insertions, 3 deletions
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 <postfix-configuration>
(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-configuration>
(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