Displaying 7 results from an estimated 7 matches for "lrws".
Did you mean:
laws
2011 Jun 27
1
ACLs: Group ACL adds empty ACL for user of same name, why?
...oup 'developers':
6 setacl "INBOX.Trash" "$developers" "lrsw"
6 OK Setacl complete.
The dovecot-acl file for INBOX.Trash then contains a group setting for the
group, and a user setting for a user of the same name, giving it no
permissions.
group=developers lrws
user=developers
and a subsequent GETACL reports the user:
5 getacl "INBOX.Trash"
* ACL "INBOX.Trash" "$developers" lrws "developers" "" "jim" lrwstipekxacd
5 OK Getacl completed.
Currently SOGo does not deal well with the unexpected non...
2011 Sep 02
1
Control of \Seen flags dovecot 1.2.9
Hi All,
I have public mailboxes working with ACL's now, and I'm testing the ACL
behavior. I've added lrws to two users so they can check off the messages
they have read. I'm using CONTROL and INDEX in the location parameter for
the namespace. It appears that if one user marks a message as read,
all users see that message read.
Is there any way to configure dovecot, so that each user maintains th...
2013 Jan 29
2
help with public namespace/mailbox
Dear all, I am hoping someone can help me with a problem that I have been
trying to fix for days. Using postfix and dovecot 2.0.19 on Ubuntu 12.04
with LDAP authentication and virtual users and domains.
Basically I want to setup both shared and public mailboxes. The shared part
is working fine, ie I can share folders successfully and other uses can see
them. However when I try and create sub
2010 Aug 26
3
Shared mailboxes with dovecot.
...user_filter = (&(objectclass=user)(!
(userAccountControl:1.2.840.113556.1.4.803:=2))(mail=%u))
pass_filter = (&(objectclass=user)(!
(userAccountControl:1.2.840.113556.1.4.803:=2))(mail=%u))
# cat /var/spool/vmail/domains/badmltd.dn.ua/zakaz/Maildir/dovecot-acl
user=admin at badmltd.dn.ua lrws
user=jack at badmltd.dn.ua lrws
user=test at badmltd.dn.ua lrws
2015 Jun 08
0
Dovecot mbox & other programs
...+EpWHjQC9ILgcl6vQ
FBBOqvCfgmyCgYHi/3PbIZ5Hd4gmzIG2Du+59Webv/dIigeNv5dW5gbqx7kLYP1A
ltBYQYtK+/tSVOZKjvcfNoT6BQcSn90VGNC2QzO8FcDkTzu/ihiY4DuE9bpCDgAs
uebcRa55DOhL3EFeEy85fczCuac1TM8uaO+la9Xdokj4lWl20j6HlGQPlykRlMx0
Kyw6Z42SIR9lFa+Q+KsvBDY94rfwj5sgmo5oelndno/l1bHx1h8BGesbzKyS53r1
Jl57kyy3lePwcQ+dbGYm
=lrws
-----END PGP SIGNATURE-----
2014 Dec 31
3
Different behavior of ACLs in MUA and doveadm
I have noticed a difference in the behavior of ACLs. When used in a MUA the following global ACL works fine and has the desired effect - new mailboxes can be created by a user being part of the 'PublicMailboxAdmins' group:
[ global-acl: ]
INBOX owner lrwstiekxap
Public/* group=PublicMailboxAdmins lrwsipk
Public/* anyone lr
Public/* authenticated lrws
Creating the same mailbox via doveadm however fails with a permission problem:
doveadm(tlx at leuxner.net): Debug: acl vfile: Global ACL file: /var/vmail/conf.d/leuxner.net/global-acl
doveadm(tlx at l...
2015 Jun 06
6
Dovecot mbox & other programs
Hello,
I want to use dovecot as imap server with mbox storage format (described
at [1]) but I also want to access (and modify!) those mbox files which
are stored on server (and used by dovecot).
What is correct way to read those mboxes? From wiki page [1] I read that
I should ignore first message in mbox (which contains X-IMAPbase header)
and mbox file is in mboxcl2 format.
And what is