diff options
Diffstat (limited to 'src/xyz/euandreh/queue.scm')
-rw-r--r-- | src/xyz/euandreh/queue.scm | 6 |
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 |