From 638b5c79b4e78759157dae9aa2502c6979b9c0b7 Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Wed, 28 Aug 2024 17:44:41 +0100 Subject: Change templating of user mail_home --- ansible/roles/dovecot/templates/configs/10-mail.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ansible') diff --git a/ansible/roles/dovecot/templates/configs/10-mail.conf.j2 b/ansible/roles/dovecot/templates/configs/10-mail.conf.j2 index 11a5984..57e1674 100644 --- a/ansible/roles/dovecot/templates/configs/10-mail.conf.j2 +++ b/ansible/roles/dovecot/templates/configs/10-mail.conf.j2 @@ -29,7 +29,7 @@ # # # -mail_home = /var/vmail/%d/%n +mail_home = /var/vmail/%u mail_location = maildir:~/mail -- cgit v1.2.3