config/mail: drop pointless string-append
This commit is contained in:
parent
3a303037f8
commit
b6a862c509
1 changed files with 8 additions and 8 deletions
|
@ -8,14 +8,14 @@
|
||||||
|
|
||||||
(define* (opensmtpd-config #:key interface domain aliases dkim-selector)
|
(define* (opensmtpd-config #:key interface domain aliases dkim-selector)
|
||||||
(define (format-aliases aliases)
|
(define (format-aliases aliases)
|
||||||
(string-append (format #f "~:{~a: ~a\n~}\n"
|
(format #f "~:{~a: ~a\n~}\n"
|
||||||
(cons* '("MAILER-DAEMON" "postmaster")
|
(cons* '("MAILER-DAEMON" "postmaster")
|
||||||
'("postmaster" "root")
|
'("postmaster" "root")
|
||||||
'("hostmaster" "root")
|
'("hostmaster" "root")
|
||||||
'("webmaster" "root")
|
'("webmaster" "root")
|
||||||
'("abuse" "root")
|
'("abuse" "root")
|
||||||
'("security" "root")
|
'("security" "root")
|
||||||
aliases))))
|
aliases)))
|
||||||
|
|
||||||
(mixed-text-file "smtpd.conf" "\
|
(mixed-text-file "smtpd.conf" "\
|
||||||
smtp max-message-size \"1G\"
|
smtp max-message-size \"1G\"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue