aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-03-11 15:19:21 -0300
committerEuAndreh <eu@euandre.org>2023-03-11 15:19:21 -0300
commit517de7d7005d25c4e214fdf64c55f89e0f86b7de (patch)
treefa5448ace4c7161f9232b55d72ec7fd9435cb9ba /src
parentqueue.scm: Enable Postifx extending Cyrus SASL (diff)
downloadpackage-repository-517de7d7005d25c4e214fdf64c55f89e0f86b7de.tar.gz
package-repository-517de7d7005d25c4e214fdf64c55f89e0f86b7de.tar.xz
queue.scm: Typo in (postfix-sasl-services ...) function name
Diffstat (limited to 'src')
-rw-r--r--src/xyz/euandreh/queue.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xyz/euandreh/queue.scm b/src/xyz/euandreh/queue.scm
index cb03131..7e9f47b 100644
--- a/src/xyz/euandreh/queue.scm
+++ b/src/xyz/euandreh/queue.scm
@@ -1094,7 +1094,7 @@ max_age: 604800
(certificate-configuration
(domains (list (string-append "mta-sts." hostname)))))))
-(define (postfix-sasl-service _config)
+(define (postfix-sasl-services _config)
(list
(cyrus-service-configuration
(name "smtpd.conf"))))