[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/11: system: postfix.tmpl: Add mail-aliases-service.
From: |
guix-commits |
Subject: |
07/11: system: postfix.tmpl: Add mail-aliases-service. |
Date: |
Thu, 7 Sep 2023 11:24:24 -0400 (EDT) |
rekado pushed a commit to branch wip-postfix
in repository guix.
commit 3e2985c43a3145fa9e040f277248866f2ba58d3a
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)))
- branch wip-postfix created (now 8af658c823), guix-commits, 2023/09/07
- 01/11: gnu: Add postfix., guix-commits, 2023/09/07
- 08/11: gnu: postfix-minimal: Update to 3.7.2., guix-commits, 2023/09/07
- 09/11: gnu: postfix-minimal: Simplify with G-expression., guix-commits, 2023/09/07
- 03/11: gnu: postfix-minimal: Update to 3.5.0., guix-commits, 2023/09/07
- 11/11: gnu: postfix-minimal: Update to 3.7.7., guix-commits, 2023/09/07
- 04/11: system: examples: Add postfix.tmpl., guix-commits, 2023/09/07
- 05/11: gnu: postfix-minimal: Fix startup warnings., guix-commits, 2023/09/07
- 10/11: gnu: postfix-minimal: Update to 3.7.5., guix-commits, 2023/09/07
- 02/11: services: Add postfix service., guix-commits, 2023/09/07
- 07/11: system: postfix.tmpl: Add mail-aliases-service.,
guix-commits <=
- 06/11: service: postfix: Use mail-aliases-service-type., guix-commits, 2023/09/07