<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Hi,<br>
<br>
Ich komme hier nicht weiter.<br>
Ich möchte gerade ACLs aktivieren.<br>
Ich kann im mail debug log immer folgendes sehen:<br>
<br>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<pre>Debug: acl vfile: Global ACLs disabled</pre>
Ich habe wie in Peers Buch beschrieben alles schön aktiviert.<br>
<br>
cat /etc/dovecot/conf.d/90-acl.conf <br>
<br>
<pre>##</pre>
<pre>### Mailbox access control lists.</pre>
<pre>###</pre>
<pre>#</pre>
<pre>## vfile backend reads ACLs from "dovecot-acl" file from mail directory.</pre>
<pre>## You can also optionally give a global ACL directory path where ACLs are</pre>
<pre>## applied to all users' mailboxes. The global ACL directory contains</pre>
<pre>## one file for each mailbox, eg. INBOX or sub.mailbox. cache_secs parameter</pre>
<pre>## specifies how many seconds to wait between stat()ing dovecot-acl file</pre>
<pre>## to see if it changed.</pre>
<pre>plugin {</pre>
<pre> #acl = vfile:/etc/dovecot/global-acls:cache_secs=300</pre>
<pre> acl = vfile</pre>
<pre> }</pre>
<pre>
# To let users LIST mailboxes shared by other users, Dovecot needs a</pre>
<pre> # shared mailbox dictionary. For example:</pre>
<pre> plugin {</pre>
<pre> #acl_shared_dict = <a class="moz-txt-link-freetext" href="file:/var/lib/dovecot/shared-mailboxes">file:/var/lib/dovecot/shared-mailboxes</a></pre>
<pre> acl_shared_dict = <a class="moz-txt-link-freetext" href="file:/var/lib/dovecot/db/shared-mailboxes.db">file:/var/lib/dovecot/db/shared-mailboxes.db</a></pre>
<pre> </pre>
<pre> }</pre>
<br>
Er legt die Datenbank aber nicht an.<br>
<pre>ll /var/lib/dovecot/db </pre>
<pre>total 8,0K</pre>
<pre>drwxr-xr-x 2 vmail vmail 4,0K Mai 22 11:53 .</pre>
<pre>drwxr-xr-x 4 root root 4,0K Mai 22 12:41 .
</pre>
Habe es über das Thunderbird Plugin versucht eine ACL anzulegen als
auch über doveadm:<br>
<pre>doveadm acl set -u <a class="moz-txt-link-abbreviated" href="mailto:user1@domain.de">user1@domain.de</a> Other <a class="moz-txt-link-abbreviated" href="mailto:user=user2@domain.de">user=user2@domain.de</a> admin create delete expunge insert lookup post read write write-deleted write-seen</pre>
<br>
cat /etc/dovecot/conf.d/20-imap.conf <br>
<pre>mail_plugins = $mail_plugins imap_quota imap_acl</pre>
<br>
cat /etc/dovecot/conf.d/10-mail.conf <br>
<pre>mail_plugins = zlib quota acl notify mail_log</pre>
<br>
<br>
Was muss man noch tun damit die ACLs gehen ;)<br>
<pre class="moz-signature" cols="72">--
Mit freundlichen Grüßen
Matthias Döring</pre>
</body>
</html>