Displaying 20 results from an estimated 545 matches for "acl_shared_dict".
2009 May 17
3
example sql acl_shared_dict wiki
Hi Timo,
wiki says
---------
Shared mailbox listing
.....
You could use any dictionary backend, such as SQL or Berkeley DB, but a
simple flat file should work pretty well too:
plugin {
acl_shared_dict = file:/var/lib/dovecot/shared-mailboxes.db
}
....
--------
could you include an example for having
acl_shared_dict in sql ?
--
Best Regards
MfG Robert Schetterer
Germany/Munich/Bavaria
2010 Jun 10
1
problems with shared mailboxes and other general issues
I'm also having beginner's troubles with shared mailboxes with dovecot
1.2.11.
I've used the TestInstallation instructions for connecting to the imap
port via openssl and issuing the setacl/getacl commands. Those appear
to be fine.
I'm having real difficulty with the acl_shared_dict configuration. I'd
prefer to just use a flat file, as I don't anticipate using shared
folders very frequently. I don't need a database and would greatly
prefer not to have a dependency on our database service. So, with this
setting:
acl_shared_dict = file:/private/dovecot/var/et...
2013 Feb 26
1
2.2.rc2: problem with acl_shared_dict
Hello,
2.2.rc2, configuration as before:
acl_shared_dict=file:...
The contents of this file is used for e.g. LISTing shared mailboxes.
But even with file and directory beeing world writable, it's not written
into on SETACL commands.
Instead, at least sometimes (it seems to make a difference if GETACL is
used before in the session) the imap process cr...
2012 Oct 30
0
Dovecot does not update acl_shared_dict file
...ted with a list of their own
folders, and those of User2, User3, etc to which they have (e.g.
read/list) access
I followed the instructions on the wiki (for Version 1.X)- there are
two concepts here:
1. Grant some [e.g. list/read] access on a mailbox folder to a particular user
2. Enable the acl_shared_dict to allow dovecot to track (and display
to IMAP clients) the folders to which they have access. This will take
the form of a BDB file:
/var/lib/dovecot/shared-mailboxes.db
This file can only be updated by using the SETACL command. *This is
where I have the problem*. The SETACL command does not...
2018 Feb 07
0
BUG: panic when using fs:posix as dict for acl_shared_dict
Hi!
Thank you for reporting this issue. We'll look into it. Maybe you can
use sqlite3 instead as workaround?
Aki
On 07.02.2018 14:22, Marco Giunta wrote:
> Hi,
> I'm using Dovecot 2.2.33.2 on a RHEL 7, new installation. When I use
> fs:posix as dict for acl_shared_dict, like in Dovecot wiki
> (https://wiki.dovecot.org/SharedMailboxes/ClusterSetup),
> doveadm-server crash with error:
>
> # doveadm acl set -u USERNAME FOLDER user=DEST_USERNAME lookup read
> write-seen
>
> doveadm(USERNAME): Panic: file dict-fs.c: line 127
> (fs_dict_iterate_...
2019 Dec 13
0
BUG: panic when using fs:posix as dict for acl_shared_dict
...o it. Maybe you can
> > use sqlite3 instead as workaround?
> >
> > Aki
> >
> >
> > On 07.02.2018 14:22, Marco Giunta wrote:
> >> Hi,
> >> I'm using Dovecot 2.2.33.2 on a RHEL 7, new installation. When I use
> >> fs:posix as dict for acl_shared_dict, like in Dovecot wiki
> >> (https://wiki.dovecot.org/SharedMailboxes/ClusterSetup),
> >> doveadm-server crash with error:
> >>
> >> # doveadm acl set -u USERNAME FOLDER user=DEST_USERNAME lookup read
> >> write-seen
> >>
> >> doveadm(US...
2010 Mar 06
2
acl_shared_dict Format for text files
If using just a text file for Shared Mailbox Listing, How is the format
of that file?
acl_shared_dict = file:/vmail/%d/shared.txt
Is this the format for shared.txt?:
fromuser1 at doamin.com touser2 at domain.com 1
fromuser3 at doamin.com touser4 at domain.com 1
Regards,
Mario Antonio
2019 Dec 13
2
BUG: panic when using fs:posix as dict for acl_shared_dict
...for reporting this issue. We'll look into it. Maybe you can
> use sqlite3 instead as workaround?
>
> Aki
>
>
> On 07.02.2018 14:22, Marco Giunta wrote:
>> Hi,
>> I'm using Dovecot 2.2.33.2 on a RHEL 7, new installation. When I use
>> fs:posix as dict for acl_shared_dict, like in Dovecot wiki
>> (https://wiki.dovecot.org/SharedMailboxes/ClusterSetup),
>> doveadm-server crash with error:
>>
>> # doveadm acl set -u USERNAME FOLDER user=DEST_USERNAME lookup read
>> write-seen
>>
>> doveadm(USERNAME): Panic: file dict-fs.c: lin...
2015 Mar 13
1
Configuring Shared Mailbox Dictionaries
Hello, list!
I am in the midst of configuring a new Dovecot IMAP server, and I'm
preparing to setup shard mailboxes as part of the ocnfiguration. In
order to get these setup the way I want, I've figured out that I'm going
to have to setup an acl_shared_dict. This is where things start to get
confusing for me, as I have had difficulty finding thorough explanations
of dictionary configuration.
My primary concern is that all my user details are stored in a sqlite
database in which the '%n' and '%d' components of username/email
addres...
2010 Jan 22
1
format of file dict
For shared (between users) mailboxes, I am using a file dict.
plugin {
acl_shared_dict = file:/etc/dovecot/acl_shared_dict/shared.db
}
What is the format of this file? I would like to manage it directly
rather than have SETACL update it. I see lines which describe a
sharing entry (the format of those looks obvious) but also lines
with just a '1'.
Do I just need to separat...
2012 Sep 17
1
Shared Mailboxes in a multi domain environment
...able mailbox sharing for my users. I'm using dovecot
2.1.9 with vpopmail authentication. For security reason shared mailboxes
should be available only for users of the same domain.
Dovecot's wiki suggest to enable acl like this:
plugin {
# assumes mailboxes are in /var/mail/%d/%n:
acl_shared_dict = file:/var/mail/%d/shared-mailboxes.db
}
but in vpopmail, and also in many others configuration, mailboxes are,
for example, in /var/mail/nas1/%d, /var/mail/nas2/%d and so on, so it's
difficult to restrict shared mailboxes available only for the same
domain. A trick could be set acl_shared...
2010 Jun 14
2
list command and shared folders
.../dovecot/libexec/dovecot/dovecot-auth
username_format: %Lu
count: 10
worker_max_count: 1024
passdb:
driver: passwd-file
args: /etc/dovecot.deny
deny: yes
passdb:
driver: pam
args: max_requests=100 dovecot
userdb:
driver: passwd
plugin:
quota: fs
acl: vfile:
acl_shared_dict: proxy::acl_dict
dict:
acl_dict: db:/var/lib/dovecot/acl_dict.db
~test2/Maildir/.t2_t4/dovecot-acl:
----------------------------------
user=test4 ilrws
~test3/Maildir/.t3_t4/dovecot-acl:
----------------------------------
user=test4 ilrws
db_dump -p /var/lib/dovecot/acl_dict.db:
-----------...
2018 Aug 28
1
Issue sharing folders with Thunderbird
...c/group. I even chmod?ed the permissions after to rw for global and I get the same error/result.
The file does appear to get written to. For example, lets say user u2.name creates a folder called ?starbucks? and uses the IMAP commands to share it out to user operations. It seems to write to the acl_shared_dict file in /var/lib/dovecot/db/shared-mailboxes.db with an entry like
> shared/shared-boxes/user/u2.name/operations
> 1
And it writes to the ~/Maildir/.starbucks/dovecot-acl file for u2.user with an entry like:
user=operations lrw
So it appears to be working. However, if I log into Thunderbir...
2015 May 28
3
Shared inbox?
On May 25, 2015, at 15:55 , andy at thecsillags.com wrote:
> I'll assume you've seen these:
> http://wiki2.dovecot.org/SharedMailboxes/Shared and http://wiki2.dovecot.org/ACL
Yup, I'd looked at those, but still left not understanding all of the options. And you gave a doveadm command, which I appreciate very much, but surprises me since the materials in the ACL wiki page are
2017 Dec 18
0
v2.3.0 release candidate released
...his is run from command line history. The issue I had
noticed with ecfca41e9d998a0f21ce7a4bce1dc78c58c3e015 (and was going to ask
about it today anyway) is that when I would use doveadm acl to add an ACL
with *just* 'read', dovecot would create the ACL file correctly, but using
a file-based acl_shared_dict, it would create a 0 byte acl_shared_dict
file. However using anything else for the ACL, e.g. 'read list', it would
create the acl_shared_dict file with what you'd expect. I don't know if
that's expected behavior or not (but couldn't find anything on google to
say so). So ju...
2010 Jun 10
1
Shared Mailbox Questions
Hi All,
I've pored over the wiki, read through the archive, and have what I believe should be a working set-up, but I can't seem to get my shared namespace to work correctly. Any guidance would be much appreciated.
I started off using a flat file for acl_shared_dict and ran into the same problem recently reported with the shared-database file getting chown'd to the first user to touch it with 0600 permissions. So I thought I'd give it a whirl with sqlite.
Here are the (hopefully) relevant bits from dovecot -n (the entire output is posted below). This...
2015 Feb 13
2
examples of shared shared-mailboxes.db
Hello,
I need help. i am trying to configure shared in boxes.
I need to create a dictionary for shared inbox.
how does 1 write shared-mailboxes.db dictionary?
any example for the syntax/config?
thanks
kevin
Below is part of the config i am trying to achieve:-
plugin {
acl_shared_dict = file:/var/lib/dovecot/db/shared-mailboxes.db
}
2018 Sep 11
1
Issue sharing folders with Thunderbird
...I even chmod?ed the permissions after to rw for global and I get the same error/result.
>
> The file does appear to get written to. For example, lets say user u2.name creates a folder called ?starbucks? and uses the IMAP commands to share it out to user operations. It seems to write to the acl_shared_dict file in /var/lib/dovecot/db/shared-mailboxes.db with an entry like
>> shared/shared-boxes/user/u2.name/operations
>> 1
>
> And it writes to the ~/Maildir/.starbucks/dovecot-acl file for u2.user with an entry like:
> user=operations lrw
>
> So it appears to be working....
2018 Feb 07
4
BUG: panic when using fs:posix as dict for acl_shared_dict
Hi,
I'm using Dovecot 2.2.33.2 on a RHEL 7, new installation. When I use
fs:posix as dict for acl_shared_dict, like in Dovecot wiki
(https://wiki.dovecot.org/SharedMailboxes/ClusterSetup), doveadm-server
crash with error:
# doveadm acl set -u USERNAME FOLDER user=DEST_USERNAME lookup read
write-seen
doveadm(USERNAME): Panic: file dict-fs.c: line 127
(fs_dict_iterate_init): assertion failed: ((flags &...
2009 Apr 07
2
Is there any more detailed docs about dict configuration
...PRIMARY KEY (`id`),
KEY `from_user` (`from_user`),
KEY `to_user` (`to_user`)
)
dovecot-dict-sql.conf
map {
pattern = shared/shared-boxes/user/$from/$to
table = shared_dict
value_field = status
fields {
from_user = $from
to_user = $to
}
}
dovecot.conf
acl_shared_dict = proxy::shared_dict
It works, and when i use 'setacl', it can add a record.
All I want are some more detailed docs about the `pattern' line, and
such as how to add a `group' function. :)
Detailed on quota/expire dict configration are welcome, too. :)
Thanks!
--
Xueron Nee
htt...