Hey everyone,

I am trying to migrate old UW-IMAP setup to dovecot 1.2.2 using namespaces as recommended for UW-IMAP backwards compatibility:
http://wiki.dovecot.org/Namespaces

I am trying to use these settings:
mail_location = mbox:~/:INBOX=~/.mailbox
# default namespace
namespace private {
  separator = /
  prefix =
  inbox = yes
}
# for backwards compatibility:
namespace private {
  separator = /
  prefix = mail/
  hidden = yes
  list = no   # for v1.1+
  subscriptions = no
}

With upper settings, dovecot crashes upon login. (GDB trace is here: http://www2.arnes.si/~krklubsls13/dovecot-gdb.txt).

If I change "list = no" to list = yes|children, everything is working fine.

This settings were working fine with dovecot 1.1, so I don't know what is the deal...

dovecot -n : http://www2.arnes.si/~krklubsls13/dovecot-conf.txt

thanks in advance,
regards Jernej

Reply via email to