I am trying to convert my maildir mail store to dbox using dsync (using "dsync -u username convert dbox:/mailstore2/dbox").? ? I get the following error message: ? dsync(root): Fatal: Mail locations must use the same virtual mailbox hierarchy separator (specify separator for the default namespace). ? My problem is that I do not know how to set separator in 10-mail.conf.? I would appreciate any pointers.? ? Here is the output from dovecot -n: ? # 2.0.3: /usr/local/etc/dovecot/dovecot.conf # OS: Linux 2.6.18-194.el5 x86_64 Red Hat Enterprise Linux Server release 5.5 (Tikanga) ext3 auth_cache_size = 20480 auth_cache_ttl = 7200 s base_dir = /var/run/dovecot/ disable_plaintext_auth = no listen = * log_path = /var/log/dovecot.log mail_location = maildir:/mailstore/dovecot/maildir/%u maildir_very_dirty_syncs = yes passdb { ? args = /etc/passwd.dovecot ? driver = passwd-file } postmaster_address = postmaster at localhost protocols = imap service imap-login { ? inet_listener imap { ??? port = 143 ? } ? service_count = 0 ? vsz_limit = 67108864 } ssl = no userdb { ? driver = passwd } ? Thanks, ? Srini
On 23.9.2010, at 22.21, ksrini9 at yahoo.com wrote:> dsync(root): Fatal: Mail locations must use the same virtual mailbox hierarchy separator (specify separator for the default namespace). > > My problem is that I do not know how to set separator in 10-mail.conf. I would appreciate any pointers.namespace { separator = / inbox = yes }
Thanks, Timo.? It worked fine after I added the lines you have below to my 10-mail.conf. ? Srini --- On Thu, 9/23/10, Timo Sirainen <tss at iki.fi> wrote: From: Timo Sirainen <tss at iki.fi> Subject: Re: [Dovecot] Setting hierarchy separator To: ksrini9 at yahoo.com Cc: "Dovecot Mailing List" <dovecot at dovecot.org> Date: Thursday, September 23, 2010, 3:26 PM On 23.9.2010, at 22.21, ksrini9 at yahoo.com wrote:> dsync(root): Fatal: Mail locations must use the same virtual mailbox hierarchy separator (specify separator for the default namespace). >? > My problem is that I do not know how to set separator in 10-mail.conf.? I would appreciate any pointers.?namespace { ? separator = / ? inbox = yes }