From be0c169a0ca7dbfe6a996b769c653578189d6dea Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 12 Mar 2023 09:40:37 -0300 Subject: system.scm: Explicitly say where mail is stored --- src/infrastructure/guix/system.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/infrastructure/guix/system.scm b/src/infrastructure/guix/system.scm index d85b9b1..2a9de05 100644 --- a/src/infrastructure/guix/system.scm +++ b/src/infrastructure/guix/system.scm @@ -361,9 +361,12 @@ (service queue:shadow-group-service-type) (service queue:dkimproxyout-service-type) (service queue:cyrus-sasl-service-type) - (service queue:dovecot2-service-type) + (service queue:dovecot2-service-type + (queue:dovecot2-configuration + (mail-in-home? #t))) (service queue:postfix-service-type (queue:postfix-configuration + (mail-in-home? #t) (main.cf-extra #"- canonical_maps = inline:{ andreh=eu@euandre.org } alias_database = static:eu@euandre.org -- cgit v1.2.3