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 (format-aliases aliases)
|
||||
(string-append (format #f "~:{~a: ~a\n~}\n"
|
||||
(format #f "~:{~a: ~a\n~}\n"
|
||||
(cons* '("MAILER-DAEMON" "postmaster")
|
||||
'("postmaster" "root")
|
||||
'("hostmaster" "root")
|
||||
'("webmaster" "root")
|
||||
'("abuse" "root")
|
||||
'("security" "root")
|
||||
aliases))))
|
||||
aliases)))
|
||||
|
||||
(mixed-text-file "smtpd.conf" "\
|
||||
smtp max-message-size \"1G\"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue