Displaying 7 results from an estimated 7 matches for "lrwstipe".
Did you mean:
lrwstipk
2020 Feb 14
3
shared folder name or public folder with mail address
Hello!
we are about to move from cyrus to dovecot and have one open issue
for that migration.
With cyrus we have "shared/" folders with a name that is self defined like
shared/project-xyz
but the email address for direct delivery to that folder my be different
(not project-xyz at domain.com).
With dovecot we try to have it similar (at least how the user sees it in the client)
like it
2020 Feb 14
0
shared folder name or public folder with mail address
...repo
for the latest dovecot version?) we have a prototype on Debian base
with the latest version of Dovecot. In opposite to our current solution
we will implement global acls with user and groups from LDAP. This is
very nice.
Some elements:
Global ACL:
```
[..]
Newsletter group=administrator lrwstipekxa
Newsletter/* group=team lrwstipe
Newsletter/* user=name at domain.tld lrwstipe
[?]
```
Public folder:
```
namespace {
type = public
prefix = Newsletter/
separator = /
location =
maildir:/var/vmail/public/$DOMAIN/newsletter:LAYOUT=fs:INDEXPVT=~/public/$DOMAIN/newsletter
subscript...
2009 Aug 05
2
virtual plugin and ACL
...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 UNSELECT IDLE CHILDREN NAMESPA...
2020 Feb 14
2
shared folder name or public folder with mail address
...et different permissions
for the folders in the public prefix like /shared/dir1 , /shared/dir2 , etc.
or even for sub-subfolders?
Global ACLs aren't neccessary when using folder acls, right?
Armin
> Some elements:
>
> Global ACL:
> |
> [..]
> Newsletter group=administrator lrwstipekxa
> Newsletter/* group=team lrwstipe
> Newsletter/* user=name at domain.tld lrwstipe
> [?]
> |
>
> Public folder:
> |
> namespace {
> type = public
> prefix = Newsletter/
> separator = /
> location = maildir:/var/vmail/public/$DOMAIN/newsletter:LAYOUT=fs:INDEXP...
2014 Jul 23
1
ACLs on Top level mailboxes.
...ir/tmp
~/Maildir/.INBOX/.UserCreatedSubFolder1/cur
~/Maildir/.INBOX/.UserCreatedSubFolder1/new
~/Maildir/.INBOX/.UserCreatedSubFolder1/tmp
~/Maildir/.Sent/cur
~/Maildir/.Sent/new
~/Maildir/.Sent/tmp
etc?.
I can get ACLs working with dovecot-acl files, and the permission I need (I think is) ?owner lrwstipe?.
But if I put it into the ~/Maildir directory, then it applies to Inbox.
I?ve tried creating an .INBOX dir and putting it in there but that did not work.
I also tried some global-acl file settings but I could not make that work either.
Basically, I?m wondering how to apply ACLs to the Top level...
2014 Mar 15
5
Using a Sieve script to handle delivery to public mailboxes
...48 tmp
Contents of /var/mail/mydomain.com/public/.office/.dovecot.sieve:
> require "fileinto";
> fileinto "Public/office";
ACL for the "office" shared mailbox:
> $ sudo cat /var/mail/mydomain.com/public/.office/dovecot-acl
> user=president at mydomain.com lrwstipe
Transcript of an IMAP session listing all folders:
> * OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE AUTH=PLAIN AUTH=LOGIN] IMAP server ready.
> a01 LOGIN president at mydomain.com password
> a01 OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABL...
2014 Mar 19
0
Using a Sieve script to handle delivery to public mailboxes
...mail/mydomain.com/public/.office/.dovecot.sieve:
>> require "fileinto";
>> fileinto "Public/office";
>
> ACL for the "office" shared mailbox:
>> $ sudo cat /var/mail/mydomain.com/public/.office/dovecot-acl
>> user=president at mydomain.com lrwstipe
>
> Transcript of an IMAP session listing all folders:
>> * OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE
>> AUTH=PLAIN AUTH=LOGIN] IMAP server ready.
>> a01 LOGIN president at mydomain.com password
>> a01 OK [CAPABILITY IMAP4rev1 LITERAL+ S...