From 112746308d91ec8f0ee778e1eaa730de8014f570 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Tue, 9 Jan 2024 23:12:17 +0100 Subject: Change default dovecot password scheme to SHA256-CRYPT. --- container.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'container.scm') diff --git a/container.scm b/container.scm index fd027fe..16ac7ac 100644 --- a/container.scm +++ b/container.scm @@ -786,7 +786,7 @@ exim_path = /run/setuid-programs/exim (auth-mechanisms '("plain" "login")) (passdbs (list (passdb-configuration (driver "passwd-file") - (args '("scheme=CRYPT" + (args '("scheme=SHA256-CRYPT" "username_format=%u" "/etc/dovecot/users"))))) (userdbs (list (userdb-configuration -- cgit v1.2.3