From fbcdf749da4d2e1e8f01269b22c091fc9a018c68 Mon Sep 17 00:00:00 2001
From: Thomas Picouet <thomas.picouet@riseup.net>
Date: Wed, 17 Oct 2018 17:53:12 +0200
Subject: [PATCH] =?UTF-8?q?rectification=20mail=20location.=20adaptation?=
 =?UTF-8?q?=20au=20virtual=20user=20propos=C3=A9=20par=20dovecot?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 pica-mail-mda/entrypoint.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pica-mail-mda/entrypoint.sh b/pica-mail-mda/entrypoint.sh
index 221962ec..a927a434 100755
--- a/pica-mail-mda/entrypoint.sh
+++ b/pica-mail-mda/entrypoint.sh
@@ -8,7 +8,8 @@ EOF
 
 #définition de la localisation des mails sur le système de fichier
 cat <<EOF >> /etc/dovecot/conf.d/10-master.conf
-mail_location = maildir:~/Maildir
+mail_home = /var/vmail/%d/%n
+mail_location = maildir:~/mail
 EOF
 
 #on enlève la communication lmtp en socket unix...
-- 
GitLab