shared Folder Index

Günther J. Niederwimmer gjn at gjn.priv.at
Di Dez 15 11:55:59 CET 2015


Hallo Peer,

Am Tuesday 15 December 2015, 11:40:41 schrieb Peer Heinlein:
> Am 15.12.2015 um 11:35 schrieb Günther J. Niederwimmer:
> > Wenn es an der config liegt, die reiche ich gerne nach ;-).
> 
> Config nachreichen.
;-)

genügt da die doveconf -n (?) oder was spezielles ?
doveconf -n

auth_krb5_keytab = /etc/dovecot/krb5.keytab
auth_mechanisms = plain login gssapi
mail_location = maildir:~/Maildir
mail_plugins = zlib acl fts fts_lucene
managesieve_notify_capability = mailto
managesieve_sieve_capability = fileinto reject envelope encoded-character 
vacation subaddress comparator-i;ascii-numeric relational regex imap4flags copy 
include variables body enotify environment mailbox date index ihave duplicate
mbox_write_locks = fcntl
namespace {
  ignore_on_failure = no
  list = children
  location = maildir:%%h/Maildir:INDEX=%h/shared/%%u:CONTROL=%h/shared/%
%u:INDEXPVT=%h/shared/%%u
  prefix = shared/%%u/
  separator = /
  subscriptions = yes
  type = shared
}
namespace inbox {
  hidden = no
  ignore_on_failure = no
  inbox = yes
  list = yes
  location = 
  mailbox Drafts {
    auto = subscribe
    special_use = \Drafts
  }
  mailbox Junk {
    auto = subscribe
    special_use = \Junk
  }
  mailbox Sent {
    auto = subscribe
    special_use = \Sent
  }
  mailbox "Sent Messages" {
    special_use = \Sent
  }
  mailbox Templates {
    auto = subscribe
  }
  mailbox Trash {
    auto = subscribe
    special_use = \Trash
  }
  prefix = INBOX/
  separator = /
  subscriptions = yes
  type = private
}
passdb {
  args = /etc/dovecot/dovecot-ldap.conf.ext
  driver = ldap
}
plugin {
  acl = vfile
  acl_shared_dict = file:/srv/vmail/shared-mailboxes
  fts = lucene
  fts_lucene = whitespace_chars=@.
  sieve = file:~/sieve;active=~/.dovecot.sieve
}
protocols = imap lmtp sieve
service auth {
  unix_listener /var/spool/postfix/private/auth {
    mode = 0666
  }
  unix_listener auth-userdb {
    group = vmail
    user = vmail
  }
}
service lmtp {
  inet_listener lmtp {
    address = 127.0.0.1
    port = 24
  }
}
service managesieve-login {
  inet_listener sieve {
    port = 4190
  }
}
ssl = required
ssl_ca = /etc/ipa/ca.crt
ssl_cert = </etc/pki/dovecot/certs/dove_cert.pem
ssl_cipher_list = ALL:!LOW:!SSLv2:!EXP:!aNULL:!EXPORT
ssl_client_ca_file = /etc/pki/tls/cert.pem
ssl_dh_parameters_length = 2048
ssl_key = </etc/pki/dovecot/private/dove_key.pem
ssl_protocols = !SSLv2 !SSLv3
userdb {
  args = /etc/dovecot/dovecot-ldap.conf.ext
  driver = ldap
}
protocol imap {
  mail_plugins = zlib acl fts fts_lucene acl imap_acl imap_zlib
}

Der ordner der Probleme macht ist "sent" und hat diese dovecot-acl
user=xxxx at yyyyyyyy.zz lr

bei der "Inbox" gibt es diese dovecot-acl
user=xxxx at yyyyyyyy.zz akxeilprwts

das dürften kompletter Zugriff bedeuten.

Fehlt noch was ?

-- 
mit freundlichen Grüßen / best regards,

  Günther J. Niederwimmer


Mehr Informationen über die Mailingliste Dovecot