cwebber pushed a commit to branch wip-postfix
in repository guix.
commit 1154fbd84837f748ffc1798f07db9946d1b48631
Author: Jan (janneke) Nieuwenhuizen <[email protected]>
AuthorDate: Mon Aug 10 08:41:01 2020 +0200
system: postfix.tmpl: Add mail-aliases-service.
* gnu/system/examples/postfix.tmpl: Add mail-aliases-service-type.
---
gnu/system/examples/postfix.tmpl | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/system/examples/postfix.tmpl b/gnu/system/examples/postfix.tmpl
index e0b3359..7ebc854 100644
--- a/gnu/system/examples/postfix.tmpl
+++ b/gnu/system/examples/postfix.tmpl
@@ -48,5 +48,7 @@
(permit-root-login #t)
(allow-empty-passwords? #t)
(password-authentication? #t)))
+ (service mail-aliases-service-type
+ '(("postmaster" "root")))
(service postfix-service-type))
%base-services)))