From 87e9e7dc8cbad0053fefb96395e32fdf4ebcb859 Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Thu, 14 Sep 2017 12:48:26 +0200 Subject: [PATCH] =?utf8?q?Modifications=C2=A0:=20=20=20=20=20=20=20=20=20l?= =?utf8?q?ocal/dovecot-user-add?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- local/dovecot-user-add | 2 ++ 1 file changed, 2 insertions(+) diff --git a/local/dovecot-user-add b/local/dovecot-user-add index e74a110..8601fe6 100755 --- a/local/dovecot-user-add +++ b/local/dovecot-user-add @@ -161,6 +161,8 @@ shift sudo install -d -o "$uid" -g "$gid" -m 2770 \ "$home" \ "$home"/Maildir + sudo install -d -o "$uid" -g "$gid" -m 2770 \ + "$home"/Maildir/.Trash sudo install -d -o "$uid" -g "$gid" -m 0700 \ "$home"/acl.d \ "$home"/sieve.d -- 2.20.1