[Dovecot] Quota less mailbox with mdbox
Good morning everyone,
I have a little doubt about setting a quotaless mailbox with mdbox.
Currently we have dovecot 2.0.10 with Maildir as mailbox system. We want to migrate to mdbox.
The migration is simple and easy, but there are some configuration settings we cannot set to work properly.
In our dovecot with Maildir we have the namespace INBOX with certain quota and another one without quota. This is working like a charm.
Dovecot.conf:
... namespace { separator = . prefix = inbox = yes type = private } namespace { inbox = no location = prefix = INBOX. separator = . hidden = yes type = private list = no } namespace { location = maildir:%h/Maildir/_backup prefix = _backup. separator = . type = private } ... plugin/quota = maildir:_backup:ns= ...
Dovecot-ldap.conf:
... pass_filter = (&(objectClass=qmailUser)(uid=%u)(accountActive=TRUE)) pass_attrs = uid=user,userPassword=password, mailQuotaSize=quota_rule=*:bytes=%$
user_attrs = mailMessageStore=home, mailQuotaSize=quota_rule=*:bytes=%$ user_filter = (&(objectClass=qmailUser)(|(mailAlternateAddress=%u)(mail=%u)(uid=%u))(accountActive=TRUE)) ...
When migrated to mdbox and changing the configuration, we don't know how to get it work. We have also tried to follow the instructions from the wiki of dovecot2 without success.
Could anyone give us a clue please?
If additional information is needed, please let me know.
Thank you very much in advanced.
Kind regards.
[Descripción: C:\Documents and Settings\hhmb\Datos de programa\Microsoft\Firmas\logo_gmv.gif]
Héctor Moreno Blanco División de Seguridad e Infraestructuras / Security and Infrastructures Division
GMV Isaac Newton, 11 P.T.M. Tres Cantos E-28760 Madrid Tel. +34 91 807 21 00 Fax +34 91 807 21 99 www.gmv.com http://www.gmv.com/ [Descripción: C:\Documents and Settings\hhmb\Datos de programa\Microsoft\Firmas\icon_blog.gif]http://www.gmv.com/b2_gmv
[Descripción: C:\Documents and Settings\hhmb\Datos de programa\Microsoft\Firmas\icon_facebook.gif]http://www.facebook.com/infoGMV
[Descripción: C:\Documents and Settings\hhmb\Datos de programa\Microsoft\Firmas\icon_twitter.gif]http://www.twitter.com/infoGMV_es
[Descripción: C:\Documents and Settings\hhmb\Datos de programa\Microsoft\Firmas\icon_youtube.gif]http://www.youtube.com/infoGMV
P Please consider the environment before printing this e-mail.
This message including any attachments may contain confidential information, according to our Information Security Management System, and intended solely for a specific individual to whom they are addressed. Any unauthorised copy, disclosure or distribution of this message is strictly forbidden. If you have received this transmission in error, please notify the sender immediately and delete it.
Este mensaje, y en su caso, cualquier fichero anexo al mismo, puede contener informacion clasificada por su emisor como confidencial en el marco de su Sistema de Gestion de Seguridad de la Informacion siendo para uso exclusivo del destinatario, quedando prohibida su divulgacion copia o distribucion a terceros sin la autorizacion expresa del remitente. Si Vd. ha recibido este mensaje erroneamente, se ruega lo notifique al remitente y proceda a su borrado. Gracias por su colaboracion.
On 2012-09-07 6:43 AM, Héctor Moreno Blanco hmoreno@gmv.com wrote:
Currently we have dovecot 2.0.10 with Maildir as mailbox system. We want to migrate to mdbox.
If you're going to migrate to mdbox, you'd be much better off if you upgraded to the latest 2.1.x...
Mdbox is much better supported in the current stable builds.
--
Best regards,
Charles
On 7.9.2012, at 13.43, Héctor Moreno Blanco wrote:
Currently we have dovecot 2.0.10 with Maildir as mailbox system. We want to migrate to mdbox.
The migration is simple and easy, but there are some configuration settings we cannot set to work properly.
In our dovecot with Maildir we have the namespace INBOX with certain quota and another one without quota.
The only difference should be that you need to switch from Maildir++ quota to dict quota backend. http://wiki2.dovecot.org/Quota/Dict
participants (3)
-
Charles Marcus
-
Héctor Moreno Blanco
-
Timo Sirainen