[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
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.
participants (2)
-
Karl Oulmi
-
Timo Sirainen