guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/07: system: postfix.tmpl: Add mail-aliases-service.


From: guix-commits
Subject: 07/07: system: postfix.tmpl: Add mail-aliases-service.
Date: Mon, 10 Aug 2020 02:49:35 -0400 (EDT)

janneke pushed a commit to branch wip-postfix
in repository guix.

commit 22ddd5a96cb32b22e26223d6bbf7e000d9d24bd0
Author: Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]