Displaying 20 results from an estimated 20000 matches similar to: "Public (Shared Folders) ACL Questions"
2006 May 29
1
Public Namespace & ACL & Virtual Users
Background:
I am wanting to create shared folders (public namespace) with access
control lists on the sub directories.
Our implementation of dovecot (v1.0b7) uses many virtual users and
domains and 1 actual user (vmail), all using maildir. So far I have
successfully created the public namespace (Public_Folders) which every
user can access but I'm having difficulty restricting access using
2010 Nov 26
3
Plan: ACL changes
Global ACLs are intended to apply to a few mailboxes for all users. For example you could have a master user called "spam" that would have access to each user's "spam" mailbox, but nothing else.
Global ACLs are kind of ugly. A mailbox's ACL is found from exactly the same name as what the mailbox's virtual name is. So for example if you have
namespace {
separator
2007 May 23
3
Public Namespace and ACLs with pure virtual users
hi!
i would appreciate to have some comments on my below scenario:
# from the config
userdb static {
args = uid=vmail gid=mail home=/vmail/%d/%n
}
namespace public {
separator = /
prefix = All/
location = maildir:/vmail/%d/all/Maildir:CONTROL=~/Maildir/control/
all:INDEX=~/Maildir/index/all
inbox = no
hidden = no
}
namespace private {
separator = /
prefix =
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
2006 Aug 15
2
Acl, Namespace, User Confusion
I'm using dovecot RC6.
I have a group named "cmpymail" with 2 users "jdoe at arinbe.com"
and "jsmith at arinbe.com". I set up a mail folders like:
drwxrwx--- 4 cmpymail cmpymail 4096 2006-08-13 02:21 cmpymail
drwxrwx--- 3 jdoe users 4096 2005-11-21 13:34 jdoe
drwxrwx--- 3 jsmith users 4096 2006-08-13 02:27 jsmith
drwxrwx--- 3 fred users
2009 Aug 28
2
ACL in public folders
# dovecot --version
1.2.1
I'm trying to configure ACLs for public folders. I have:
--------------------------------------------------------------------------------
namespace public {
separator = /
prefix = shared2/
location = maildir:/home/pubfolders2:INDEX=~/Maildir/public2
subscriptions = no
list = children
}
protocol imap {
mail_plugins = acl
}
plugin {
acl = vfile
}
2009 Dec 16
1
Filing to public folders
Hi all,
I'm currently playing with a setup which might replace my current cyrus imapd one
with dovecot. Currently I'm stuck with trying to file messages that got to the user
"lists" to the public namespace' System folder (public/System) with sieve.
Dovecot claims "Permission denied", and I tried several debugging techniques to
get the cause - without a result
2009 Aug 06
3
ACL plugin, public namespace, erroneous \HasNoChildren
Hi,
dovecot 1.2.2 with a second namespace called "Public", mapped to
"/export/vmailboxes/public", LIST returning \HasNoChildren:
root at testvm06:~# cat /export/vmailboxes/public/dovecot-acl
user=cite lrwstiekxa
authenticated lrs
anyone lrs
root at testvm06:~# ls -l /export/vmailboxes/public/.announcements/dovecot-acl
lrwxrwxrwx 1 root root 14 Aug 6 03:50
2009 Aug 05
2
virtual plugin and ACL
Hello list,
We are using virtual plugin for to provide users two additional folders:
Company/all - it contains all messages in user's mailbox
Company/favorites - here is flagged messages.
Here is namespace part of config file:
namespace private {
prefix = Company/
separator = /
location = virtual:/var/mail/virtual:INDEX=MEMORY:LAYOUT=maildir++
subscriptions = no
}
2011 Apr 06
3
Managing public folder ACL files
We have a customer with a large public folder hierarchy. They occasionally
make requests to have the public folder ACLs changed; for example: "please
give user X access to all public folders" (that's nearly 1700 folders).
Worse: "please give user Y access to all sales folders" (there are 1450
sales folders).
The problem is that there are (naturally) spaces in the folder
2020 Sep 14
2
Shared mailboxes setups and dictionaries
Hello,
I am relatively new to the world of MTAs and MDAs, and I try to set up
shared mailboxes.
So far I have somehow succeeded - I have defined a shared namespace and
I have managed to create per-mailbox ACL files thanks to the doveadm
command.
However, I have been following these resources and there were bits that
have puzzled me:
When learning about how ACL work in e.g.
2011 Aug 27
2
Am having trouble calling a function
In my main R program, I have
source("retaanalysis/Functions/doAirport.R")
.... stuff to read data and calculate ads
sapply(ads, function(x) {doAirport(x, base)} )
And doAirport has
# analyze the flights for a given airport
doAirport = function(df, base) {
# Get rid of unused runway factor levels (from other airports)
df$lrw <- drop.levels(df$lrw) # In gdata package
#
2009 Oct 22
1
Public Folders
Hi All
I'm trying to implement public folders. My dovecot -n readout is at
the bottom. I created a maildir called resumes in /home/public
Its contents are:
mail# ls -la /home/public/resumes
total 6
drwx------ 3 vmail vmail 512 Oct 22 08:58 .
drwx------ 4 vmail vmail 512 Oct 22 08:47 ..
drwx------ 5 vmail vmail 512 Oct 22 08:58 Maildir
-rw------- 1 vmail vmail 0 Oct 21 18:30
2020 Sep 15
1
Shared mailboxes setups and dictionaries
On 14. 09. 20 22:46, Daniel Miller wrote:
> On 9/14/2020 1:19 PM, Matej Tyc wrote:
>> ...
>>
>> When learning about how ACL work in e.g.
>> https://doc.dovecot.org/settings/plugin/acl/ - when one wishes to use
>> the Global ACL file, how does one link it to a particular user's
>> mailboxes? Examples that are listed in the documentation are far too
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
2009 Aug 27
1
Question about ACL/flags
Okay, I'm cruising the wiki, and it is at best confusing to me. Maybe
someone on the list can help me out quickly?
Here is what I have:
dovecot 1.1.18, mbox format, currently no acl/namespace/etc. All works great.
What I want to be able to do:
Have an email account (or folder or mailbox) which can be accessed by
several people (say 3) with per-user seen flags. That is, say 3 people
all
2012 Apr 30
1
question dovecot Inheritance global acl vs userfolder acl
Hi Timo
my tests resulted in
inheritance is given if a userfolder has set some acl to its new created
subfolder , which is nice
if some userfolder has its acl from global acl
there is no inheritance to its new created subfolders,
that subfolders will always created with full owner rights
i am not really sure if its a good idea
to have inheritance from global acl and
if its hackabel what is your
2018 Aug 28
1
Issue sharing folders with Thunderbird
Hi Aki, they are.
> 3. The permissions for the file are:
> root at dal-notify-01 Maildir]# ls -la /var/lib/dovecot/db/shared-mailboxes.db
> -rw-rw-r--. 1 operations sharedusers 197 Aug 26 20:33 /var/lib/dovecot/db/shared-mailboxes.db
> 4. Users I'm testing with are part of the sharedusers group in /etc/group
The dir /var/lib/dovecot/db has this for permissions:
drwsrwsrwx. 2
2006 Aug 17
1
Dovecot public folders ACL
Hi, all!
I'm new to dovecot but trying to setup read-only public folders for
different user groups.
My goal is to create several public folder such as sales, operation
etc with per user index.
But I have some problem which I can't resolve with Google and Dovecot.Org.
Now users can see and subscribe to test folder "share", but I can't
block ability to delete messages via
2009 Apr 05
2
Prohibit removing INBOX
Hello list,
I'm using dovecot 1.1.11 and I'm going to prohibit users to remove
their INBOX and some other directories in the mailbox root.
I used Access Control Lists (http://wiki.dovecot.org/ACL) to do this:
protocol imap {
mail_plugins = acl
}
plugin {
# With global ACLs in /etc/dovecot/acls/ directory:
acl = vfile:/etc/dovecot/acls
}
/etc/dovecot/acls/.DEFAULT:
owner