From 130721cee3d42a59c55804a46ef531eb2500f09d Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 16 Mar 2023 20:05:43 -0300 Subject: system.scm: Use explicit "enable-submission?" from internet-postfix-service-type --- src/infrastructure/guix/system.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/infrastructure/guix/system.scm b/src/infrastructure/guix/system.scm index ff5dcca..7e2a5dd 100644 --- a/src/infrastructure/guix/system.scm +++ b/src/infrastructure/guix/system.scm @@ -468,8 +468,9 @@ (service queue:dovecot2-service-type (queue:dovecot2-configuration (mail-in-home? #t))) - (service queue:postfix-service-type + (service queue:internet-postfix-service-type (queue:postfix-configuration + (enable-submission? #t) (mail-in-home? #t))) (service mail-aliases-service-type '(("root" "andreh") -- cgit v1.2.3