Displaying 20 results from an estimated 6000 matches similar to: "ACL and virtual user"
2017 May 15
0
ACL and virtual user
...I had under my eyes the solution I have not seen:
* user=foo lrw
Public user=bar lrwstipekxa
Public/* user=bar lrwstipekxa
I was enough (in my case) add the initial "*" wildcards, like this:
* user=info at mydomain.com lrwsi
where the "*" wildcards means all groups.
I have verified and so the configuration is perfect, the user can not
delete their own messages
2017 Jul 26
1
failed to store into mailbox 'INBOX/Junk': Permission denied
Steffen Kaiser ha scritto:
> Does INBOX/Junk already exists?
Yes, (but empty):
find /var/vmail/hotelsangiorgioriccione.com/info/ |grep INBOX
/var/vmail/hotelsangiorgioriccione.com/info/Maildir/.INBOX
/var/vmail/hotelsangiorgioriccione.com/info/Maildir/.INBOX/Trash
/var/vmail/hotelsangiorgioriccione.com/info/Maildir/.INBOX/Trash/new
2017 Oct 06
2
ACL permission: give permission to move email into different folder
On 06.10.2017 12:42:22, Aki Tuomi wrote:
[..]
>>
>> Maybe it is not possible with Dovecot?
>>
>> Many Thanks
>>
>> Davide
>
> Just give the relevant permissions to the user, and it also requires
> that the target directory is writable by source user.
>
> Aki
Oh, excuse me for the (most probably) silly question, but where I could
give to my
2017 Jun 02
0
ACL File
I'm getting inconsistent behavior from my acl file. I have an acl vfile
configured with this:
> Jobs$* anyone lrwikst
> $* user=bob.wooldridge at edm-inc.com lrwstipekxa
> $* user=michael.user at edm-inc.com lrwstipekxa
> Jobs$* user=bob.wooldridge at edm-inc.com lrwstipekxa
> Jobs$* user=michael.user at edm-inc.com lrwstipekxa
The Jobs folder is a public shared folder. I
2015 Feb 25
1
ACL Error
I'm trying to set up global ACLs. I have the following in the config file:
> # acl
> mail_plugins = acl
>
> protocol imap {
> mail_plugins = $mail_plugins imap_acl
> }
>
> plugin {
> # Without global ACLs:
> #acl = vfile
>
> # With global ACL files in /etc/dovecot/dovecot-acls file (v2.2.11+):
> #acl = vfile:/etc/dovecot/dovecot-acl
> acl
2017 Oct 06
0
ACL permission: give permission to move email into different folder
> On October 6, 2017 at 11:44 PM Davide Marchi <danjde at msw.it> wrote:
>
>
> On 06.10.2017 12:42:22, Aki Tuomi wrote:
> [..]
> >>
> >> Maybe it is not possible with Dovecot?
> >>
> >> Many Thanks
> >>
> >> Davide
> >
> > Just give the relevant permissions to the user, and it also requires
> > that
2017 Dec 04
2
Recommended tool for migrating IMAP servers
"Davide Marchi" <danjde at msw.it> writes:
>> UW-IMAP's mailutil, imapsync, YippieMove and Larch.
Whatever you use, *don't* use UW-IMAP's mailutil unless you got lots
of time to kill. It is dreadfully slow -- I used it to export some of
my users' mailboxes to Gmail or other remote mail servers, and I could
almost cut&paste the messages faster.
Like Aki
2015 Feb 10
2
Dovecot 2.2.15 issues with global ACL
Hello,
We have upgraded from Dovecot 2.2.13 to 2.2.15 and we are using global ACL file.
The content of the ACL file is as following:
* owner r
INBOX owner lrwstipekxa
INBOX/* owner lrwstipekxa
user owner rwstipekxa
user/* owner rwstipekxa
This worked fine but after update any user cannot see any folders from under the INBOX, also they cannot create any new folders.
Error into the logs are
2019 Dec 02
3
ACL hide folders
After updating from 2.2.22 to 2.2.33 rsp 2.3.8 my ACLs went bust.
Below line in the global acl file hides all folders except INBOX for all
users
> * group=ALL
Next reenable certain folders, eg:
> Sent group=ALL lrwsi
This made anyone see "Sent" in 2.2.22, but no longer so in 2.2.33
Any ideas how to have it like before?
--
peter
2015 Feb 10
0
Dovecot 2.2.15 issues with global ACL
It seems after checking the code that global ACL file functionality was changed at 2.2.14 so that only 1 rule is used, not multiple rules.
This is not documented or said anywhere into change logs.
Br,
Ova
-----Original Message-----
From: dovecot [mailto:dovecot-bounces at dovecot.org] On Behalf Of Ovidiu Moldovan
Sent: 10. helmikuuta 2015 10:26
To: dovecot at dovecot.org
Subject: Dovecot 2.2.15
2011 Aug 23
1
acl with hierarchy separators mismatched config
Hi there,
I'm testing dovecot 2.0.13 on Debian squeeze (deb from http://xi.rename-it.nl/debian) with the following doveconf -n.
--------
# 2.0.13 (1449a2e2c1f5): /etc/dovecot/dovecot.conf
# OS: Linux 2.6.26-2-openvz-amd64 i686 Debian 6.0.2 first_valid_uid = 8
mail_debug = yes
mail_location = maildir:~/Maildir
mail_plugins = listescape mail_log notify acl
namespace {
inbox = yes
location
2011 Nov 18
2
seting acl for master user?
Hello!
I'm sorry, but i don't really understand it the way it is written in the wiki, so i'm trying my luck here =)
i followed the wiki for creating a master user (the non-sql-version) and i can login as another user via this master user.
my dovecot version is 1.2.9 on an ubuntu server 10.4.3 lts.
what i don't get is the acl-setting, so that the master-user can access all the
2013 Mar 07
1
ACL to make mailboxes populated by master account Read Only for regular users.
We have a solution using Dovecot as a secondary mail archive. All mailboxes
are populated/groomed by master account and the actual users have only read
access.
This is achieved by a simple ACL approach.
dovecot.conf has
protocol imap { mail_plugins = acl quota imap_quota zlib }
plugin { acl = vfile:/etc/dovecot/acls:cache_secs=300 }
/etc/dovecot/acls/.DEFAULT file is trivial:
user=master
2014 Jun 22
1
ACL group vs. owner question
A hopefully simple question regarding the use of ACLs - the spirit being
of taking away most permissions first and then adding them back selectively:
In the global ACL declaration I have:
> * owner lr
> * group=SYS lrwstipekxa
The owner is put into the SYS group via userdb extra field in static
passwd file ("archiv" is a system user, but pam is disabled for the server):
>
2017 Oct 06
1
ACL permission: give permission to move email into different folder
> On October 7, 2017 at 1:29 AM Aki Tuomi <aki.tuomi at dovecot.fi> wrote:
>
>
>
> > On October 6, 2017 at 11:44 PM Davide Marchi <danjde at msw.it> wrote:
> >
> >
> > On 06.10.2017 12:42:22, Aki Tuomi wrote:
> > [..]
> > >>
> > >> Maybe it is not possible with Dovecot?
> > >>
> > >> Many
2011 Jun 17
2
ACL enabled Public folder dovecot
Hi All,
I am trying to do ACL enabled Public folder on dovecot version 1.1.20, but
the ACL thing is not working, the public folder is visible and accessible to
everyone.
My dovecot config for public folder is like
########
namespace public {
separator = /
prefix = Public/
location = maildir:/var/mail/public
subscriptions = no
}
plugin {
acl = vfile
}
#########
and I have my
2008 Sep 04
1
Public (Shared Folders) ACL Questions
I'm trying to set up a public namespace so that a set of IMAP folders
are available to all staff - similar to MS Exchange Public Folders.
I've managed to set up the namespace correctly but I'm having trouble
with the ACLs. The global ACL file is the only method I can get to work.
All I want to do is to allow 1 user admin privileges to create & delete
anything but all other users
2017 Dec 11
2
Recommended tool for migrating IMAP servers
Il 2017-12-05 07:16 Sami Ketola ha scritto:
[..]
>
> Trust us. We have run multiple migrations at scale of 10+ million
> users.
>
> Sami
However, it seems that Imapsync has license issues and in fact it's not
included in the Debian repositories.
Is it to be used anyway or should be avoid?
Many thanks again
Davide
2017 Jul 26
0
failed to store into mailbox 'INBOX/Junk': Permission
> From: Thomas Leuxner <tlx at leuxner.net>
>> cat /etc/dovecot/dovecot-acl
>> * user=booking at hotelsangiorgioriccione.com lrwsi
>> * user=info at hotelsangiorgioriccione.com lrwsi
> Hi Davide,
>
> For LMTP to file the mails you need to add the p flag (POST).
Well, I've added the "p" flag and now I will monitor the situation ;-)
PS
Just as an
2020 Apr 26
2
problem with a public folder
Hello,
Thank you for your response. In answer to your questions I made a file
global-acls containing:
# cat global-acls
Public/general user=user1 at domain.com lrwstipekxa
Public/TestFolder user=user1 at domain.com lrwstipekxa
Public/general user=user1 at domain2.com lrwstipekxa
Public/TestFolder user=user1 at domain2.com lrwstipekxa
Here's the ls -la output:
#ls -la