ACL Probleme mit shared?

Klaus Tachtler klaus at tachtler.net
Fr Aug 21 19:55:52 CEST 2015


Hallo Günther,


> Hallo,
>
> Ich habe große Problem mit shared Foldern und anscheinend ACL
>
> Ersten. es werden einfach die (ge)shared Folder immer wieder neu
> aufgebaut da anscheinend der INDEX immer wieder zerstört wird?
>
> dovecot schreibt auch einen Fehler über die INDEX rau,s is inconsistent
>
> Laut Buch sollte man das nehmen
>   prefix = shared/%%u/
>

ich habe das so, ebenfalls unter CentOS-7, Dovecot 2.2.18 gelöst:

namespace {
   type = shared
   separator = /

   # Mailboxes are visible under "shared/user at domain/"
   # %%n, %%d and %%u are expanded to the destination user.
   prefix = shared/%%u/

   # Mail location for other users' mailboxes. Note that %variables and ~/
   # expands to the logged in user's data. %%n, %%d, %%u and %%h expand to the
   # destination user's data.
   # Tachtler
   # default: #location = maildir:%%h/Maildir:INDEX=~/Maildir/shared/%%u
   location = maildir:%%h/Maildir:INDEX=%h/shared/%%u:CONTROL=%h/shared/%%u

   # Use the default namespace for saving subscriptions.
   # Tachtler
   # default: #subscriptions = no
   subscriptions = yes

   # List the shared/ namespace only if there are visible shared mailboxes.
   list = children

>
> Bei den Dovecot anleitungen fand ich das
> #  prefix = shared/%%d/%%n/
>
> ich habe auch aus dem Buch diese Zeile übernommen

Aus welchen Anleitungen?

> location = maildir:
> %%h/Maildir:INDEX=%h/shared/%%u:CONTROL=%h/shared/%%u:INDEXPVT=
> %h/shared
>
> ist es richtig wenn ich obige prefix Zeile nehme ich auch location ändern
> muss(?) zu dem
>
> location = maildir:
> %%h/Maildir:INDEX=shared/%%d/%%n:CONTROL=%h/shared/%%d/%%n:IND
> EXPVT=%h/shared
>
> oder ist da ein anderer Fehler drin ?

Kannst ja auch mal einen Blick zu meinen nachfolgenden Links werfen:

http://www.dokuwiki.tachtler.net/doku.php?id=tachtler:dovecot_shares
oder
http://www.dokuwiki.tachtler.net/doku.php?id=tachtler:dovecot_centos_7


Grüße
Klaus.



--

------------------------------------------
e-Mail  : klaus at tachtler.net
Homepage: http://www.tachtler.net
DokuWiki: http://www.dokuwiki.tachtler.net
------------------------------------------



Mehr Informationen über die Mailingliste Dovecot