From 6947b77468fdd21dc2298bdeeac73d8f895022e1 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Tue, 27 Mar 2018 16:31:12 +0200 Subject: [PATCH] Don't set default ACL for authenticated users --- .../templates/home/e-smith/files/public/dovecot-acl/10All | 1 - 1 file changed, 1 deletion(-) diff --git a/root/etc/e-smith/templates/home/e-smith/files/public/dovecot-acl/10All b/root/etc/e-smith/templates/home/e-smith/files/public/dovecot-acl/10All index 71b39c0..528c014 100644 --- a/root/etc/e-smith/templates/home/e-smith/files/public/dovecot-acl/10All +++ b/root/etc/e-smith/templates/home/e-smith/files/public/dovecot-acl/10All @@ -2,7 +2,6 @@ if (($dovecot{'PublicMailbox'} || 'disabled') eq 'enabled'){ my @PublicMailboxAdmins = split /[,:]/, ($dovecot{PublicMailboxAdmins} || ''); - $OUT .= "authenticated lrwsie" . "\n"; $OUT .= "user=admin lrswtipekxa" . "\n"; foreach my $PublicMailboxAdmins (sort @PublicMailboxAdmins){ $OUT .= 'user=' . "$PublicMailboxAdmins " . 'lrswtipekxa' . "\n";