Displaying 14 results from an estimated 14 matches for "lrwstiekxa".
2006 Aug 15
2
Acl, Namespace, User Confusion
...I can not do is restrict access to cmpymail to -just- jdoe and jsmith.
I've looked at
http://www.dovecot.org/list/dovecot/2006-June/013683.html
I've tried adding
mail_plugin_dir = /usr/local/lib/dovecot/imap
mail_plugins = acl
and a dovecot-acl file
owner
user=jdoe at arinbe.com lrwstiekxa
user=jsmith at arinbe.com lrwstiekxa
user=jdoe rwstiekxa
user=jsmith lrwstiekxa
I am not exactly sure what username to use. All users are in LDAP.
The "cmpymail" group shows
# getent group
cmpymail:*:5555:jdoe,jsmith
Nothing I do seems to work. I either get errors that wilma and fred...
2008 Sep 04
1
Public (Shared Folders) ACL Questions
...hould only be able to create not delete.
Reading through the mailing list I thought a /etc/dovecot-acls/.DEFAULT
file would be suitable but what should be put in here to achieve what I
want? Are you able to use wildcards somehow within this file, i.e.:
----------------------------------------
owner lrwstiekxa
user=admin at domain.com lrwstiekxa
user=*@domain.com lrw
----------------------------------------
Does this .DEFAULT file only apply to the public (shared) namespace or
will it effect private mailboxes also?
If I was to create a specific global acl file for a specific folder
which would take pre...
2006 May 29
1
Public Namespace & ACL & Virtual Users
...reated the public namespace (Public_Folders) which every
user can access but I'm having difficulty restricting access using ACls.
When trying to implement the dovecot ACL plug-in I followed the wiki
instructions and created a "dovecot-acl" file within Public_Folders
containing:
owner lrwstiekxa
user=user1 at domain.com lrwstiek
However this doesn't appear to do anything. All users can still access
Public_Folders so I have a couple of questions that hopefully someone
can help me with...
1) Is it possible to use the dovecot's ACL plug-in on a Public name
space?
2) Is it possible...
2007 May 23
3
Public Namespace and ACLs with pure virtual users
...r can delete mails in the public
namespace or drop mails into it, create folders etc. this is not
wanted. i wanted a read-only public namespace. so i decided to use
acls. as namespace prefixes are ignored i needed to create them
globally. my first try was:
/etc/dovecot/acls/Support:
owner lrwstiekxa
authenticated lr
which lead to the result that other users than all at mydomain cannot
manipulate the public namespace at all, including setting their /Seen
flag. that was the first surprise to me as i thought this flag would
be managed seperately in the users homes.
after a (very short) th...
2009 Dec 16
1
Filing to public folders
...er :contains "From" [ "root at test.net", "logcheck at test.net", "root at ferdi.test.net", "logcheck at ferdi.test.net" ] {
fileinto "public/System";
stop;
}
8<------- /var/dovecot/public/.System/dovecot-acl
user=lists lrwstiekxa
authenticated lr
8<-------- dovecot information
Dovecot version 1.2.8 (Backport on debian lenny 1:1.2.8-1~bpo50+1)
system> dovecot -n
# 1.2.8: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.32-trunk-amd64 x86_64 Debian 5.0.3 ext3
log_timestamp: %Y-%m-%d %H:%M:%S
ssl_cert_file: /etc/cert/ferdi.ce...
2009 Aug 05
2
virtual plugin and ACL
...Directory /data/mail/%d/%n/data/virtual not even been created.
Then I tried to setup ACL for virtual mailbox. Adding "acl" to mail_plugins in imap and lda section and acl=vfile to plugins config. Under /var/mail/virtual in each mailbox I create dovecot-acl file contaning:
user=koshikov.n lrwstiekxa
authenticated lrwstipe
But this didn't work.
* OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE AUTH=PLAIN AUTH=LOGIN] Server ready.
a login test qwe
a OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE SORT THREAD=REFERENCES THREAD=REFS MULTIAPPEND UNSELEC...
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
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 /export/vmailboxes/public/.announcements/dovecot-acl -> ../dovecot-acl
With ACL plugin enabled (notice the \HasNoChildren):
root at testvm06:~# te...
2009 Apr 05
2
Prohibit removing INBOX
...oot.
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 lrwstie
/etc/dovecot/acls/INBOX/.DEFAULT
owner lrwstiekxa
Actually
- its not possible to create/remove directories under the mailbox root
- its possible to create directories under INBOX
- its NOT possible to remove directories under INBOX (This is my problem.)
I tried symlinks like:
/var/mail/.../INBOX/dovecot-acl -> /etc/dovecot/acls/INBOX/.DEFAULT...
2009 Aug 28
2
ACL in public folders
...= maildir:/home/pubfolders2:INDEX=~/Maildir/public2
subscriptions = no
list = children
}
protocol imap {
mail_plugins = acl
}
plugin {
acl = vfile
}
--------------------------------------------------------------------------------
I have /home/pubfolders2/dovecot-acl containing:
user=xyz lrwstiekxa
I've also hardlinked the file to /home/pubfolders2/.info (one of the
public folders: that dir contains cur,tmp,new).
Since enabling ACLs in dovecot.conf, none of the users see the 'shared2'
namespace.
I've clearly misunderstood something. I'm expecting user xyz to be able to...
2009 Oct 22
1
Public Folders
...12 Oct 22 08:47 ..
drwx------ 5 vmail vmail 512 Oct 22 08:58 Maildir
-rw------- 1 vmail vmail 0 Oct 21 18:30 dovecot-acl-list
Then I created a directory called resumes in
/usr/local/etc/dovecot-acls and in it, I created the file dovecot-acl
I put the following entries in dovecot-acl
owner lrwstiekxa
user=user1 rwl
When I connect as user1 in thunderbird, right click on the inbox and
go subscribe, I see a greyed out public which I cannot subscribe to. I
do not see resumes. Any ideas on why this is?
mail# dovecot -n
# 1.2.4: /usr/local/etc/dovecot.conf
# OS: FreeBSD 7.2-RELEASE-p1 i386
protocol...
2009 Jan 27
3
Symlink shared mailboxes and system_user extra field
Hello,
I'm trying to set up, as explained in the wiki, shared mailboxes with symlink.
I'm running dovecot-1.1.8 with LDAP pass/userdb. The Maildir layout goes like this :
/courriel/boites/foobar : Maildir of user foobar (nfs)
/courriel/meta/foobar : control files of user foobar (nfs)
/var/dovecot/indexes : indexes (locally stored)
I created :
/courriel/boites/doveshared/.box/ :
2010 Jun 17
1
Shared mailboxes errors
...lite:/etc/dovecot/plugins/acl.conf
#cat /etc/dovecot/plugins/acl.conf
connect = /var/mail/acl.db
map {
pattern = shared/shared-boxes/user/$to/$from
table = user_shares
value_field = dummy
fields {
from_user = $from
to_user = $to
}
}
#cat /etc/dovecot/acl/.DEFAULT
user=admin at domain.com lrwstiekxa
2008 Jul 24
3
how to store flags \Seen into read-only mailbox?
Hi,
I'm trying to use dovecot for storing mailing lists and read-only access for users.
The OS is Solaris, authentication for all readers of these lists are from Ldap through PAM, and one local user "listuser" will receive all mail and store them into it's folders (Maildirs). These maildirs are readable (read-only) for all others and they are shared by setting
---
mail_location: