From 94d202cae6b0e1e5a270648f99b537e0aa9a0739 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Thu, 5 Apr 2012 16:34:47 +0200 Subject: [PATCH] Fix an syntax error in dovecot-acl --- root/etc/e-smith/events/actions/dovecot-acl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/etc/e-smith/events/actions/dovecot-acl b/root/etc/e-smith/events/actions/dovecot-acl index b7ab93f..edceafc 100644 --- a/root/etc/e-smith/events/actions/dovecot-acl +++ b/root/etc/e-smith/events/actions/dovecot-acl @@ -62,7 +62,7 @@ sub set_acl { system('/usr/bin/setfacl', '-R', '-m', - 'u::rwX,g::rwX,g:sharedmailbox:rwX,d,u::rwX,d:g::rwX,d:g:sharedmailbox:rwX', + 'u::rwX,g::rwX,g:sharedmailbox:rwX,d:u::rwX,d:g::rwX,d:g:sharedmailbox:rwX', "/home/e-smith/files/users/$user/Maildir") == 0 && # Grant sharedmailbox group permission to go through # the home dir so it can access the Maildir, but don't let it read