Karl Oulmi
2012-Jun-07 15:26 UTC
[Dovecot] Accessing maildir snapshots through dovecot / namespace
Hi, I've the following setup : - FreeBSD 9.0 / Dovecot 2.1.7 - Maildir storage over iSCSI (Dell MD3200i) - Virtual users over LDAP to render the storage snapshots available through dovecot (to allow my users to browse their mail history). Here is my conf : namespace { type = private inbox = yes list = yes prefix = INBOX. location = maildir:/home/%u/Maildir:CONTROL=/home/dovecot/control/%u:INDEX=/home/dovecot/indexes/%u } namespace snap { prefix = INBOX.snapshot.h0. hidden = no inbox = no list = yes location = maildir:/da1/%u/Maildir:INDEX=/da1/dovecot/indexes/%u:CONTROL=/da1/dovecot/control/%u type = private } The problem is that I don't see the content of the inbox folder contained in the snapshots whereas subfolders are perfectly viewed ! Inbox cur|new are is /da1/%u/Maildir/ If anyone have a tip, It would be nice... Regards, Karl. -- _______________________________________________________________ Karl OULMI Centre de Ressources Informatiques Institut de Biologie de Lille - CNRS GDS3366 _______________________________________________________________ -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2879 bytes Desc: S/MIME Cryptographic Signature URL: <http://dovecot.org/pipermail/dovecot/attachments/20120607/01e7b017/attachment-0004.bin>
Timo Sirainen
2012-Jun-11 12:33 UTC
[Dovecot] Accessing maildir snapshots through dovecot / namespace
On 7.6.2012, at 18.26, Karl Oulmi wrote:> namespace snap { > prefix = INBOX.snapshot.h0. > hidden = no > inbox = no > list = yes > location = maildir:/da1/%u/Maildir:INDEX=/da1/dovecot/indexes/%u:CONTROL=/da1/dovecot/control/%u > type = private > } > > > The problem is that I don't see the content of the inbox folder contained in the snapshots whereas subfolders are perfectly viewed !The INBOX should be accessible as the INBOX.snapshot.h0 itself.