guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 07/08: system: postfix.tmpl: Add mail-aliases-service.
Date: Sun, 12 Jun 2022 06:28:58 -0400 (EDT)

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

commit 94b18bba9280122b7cc034617f7d42589d6fbd67
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 e0b335954e..7ebc8544f5 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]