[Dovecot] Dovecot upgrade from 1.2.x to 2.0.x: roundcube/squirrelmail sent folder doesn't work any more
Hello,
After upgrading from 1.2.x to 2.0.x I'm having problems using sent folder in Webmail applications like roundcube mail and squirrelmail.
Relevant config dovecot.conf: mail_location = mbox:~:INBOX=/var/mail/%u
Different LIST behaviour from rawlog: 1.2.x: with Prefix ~/Mail A002 LIST "" "~/Mail/sent"
- LIST (\NoInferiors \UnMarked) "/" "~/Mail/sent" A002 OK List completed.
2.0.x: with Prefix ~/Mail A0003 LIST "" ~/Mail/sent A0003 OK List completed.:
Configured prefix for private spaces in roundcube mail is ~/Mail . Roundcube Webmail application checks for existence of the folder but dovecot doesn't return anything in 2.x.latest.
Is this by design? Any ideas to fix it by configuration? (I tried prefix Mail/ in roundcube mail without success)
Thunderbird works well.
Thnx.
Ciao, Gerhard
On 27.3.2012, at 20.28, Gerhard Wiesinger wrote:
After upgrading from 1.2.x to 2.0.x I'm having problems using sent folder in Webmail applications like roundcube mail and squirrelmail.
doveconf -n output?
2.0.x: with Prefix ~/Mail A0003 LIST "" ~/Mail/sent A0003 OK List completed.:
Works with my v2.0.19 config:
x list "" ~/Mail/sent
- LIST (\NoInferiors \UnMarked) "/" "~/Mail/sent" x OK List completed.
On Thu, 29 Mar 2012, Timo Sirainen wrote:
On 27.3.2012, at 20.28, Gerhard Wiesinger wrote:
After upgrading from 1.2.x to 2.0.x I'm having problems using sent folder in Webmail applications like roundcube mail and squirrelmail.
doveconf -n output?
2.0.x: with Prefix ~/Mail A0003 LIST "" ~/Mail/sent A0003 OK List completed.:
Works with my v2.0.19 config:
x list "" ~/Mail/sent
- LIST (\NoInferiors \UnMarked) "/" "~/Mail/sent" x OK List completed.
# 2.0.19: /etc/dovecot/dovecot.conf # OS: cutted for security reasons listen = * mail_full_filesystem_access = yes mail_location = mbox:~:INBOX=/var/mail/%u mbox_lazy_writes = no mbox_write_locks = fcntl passdb { driver = pam } protocols = imap service auth { unix_listener /var/run/dovecot-auth-master { group = users mode = 0660 } user = root } service imap { executable = imap postlogin } service postlogin { executable = script-login -d rawlog } ssl_cert =
Thnx.
Ciao, Gerhard
On 29.3.2012, at 8.25, Gerhard Wiesinger wrote:
2.0.x: with Prefix ~/Mail A0003 LIST "" ~/Mail/sent A0003 OK List completed.:
mail_full_filesystem_access = yes mail_location = mbox:~:INBOX=/var/mail/%u
Yes, the problem happens only with mail_full_filesystem_access=yes. It already works in v2.1, so I don't think I'll bother looking into why it's not working in v2.0.
On Wed, 4 Apr 2012, Timo Sirainen wrote:
On 29.3.2012, at 8.25, Gerhard Wiesinger wrote:
2.0.x: with Prefix ~/Mail A0003 LIST "" ~/Mail/sent A0003 OK List completed.:
mail_full_filesystem_access = yes mail_location = mbox:~:INBOX=/var/mail/%u
Yes, the problem happens only with mail_full_filesystem_access=yes. It already works in v2.1, so I don't think I'll bother looking into why it's not working in v2.0.
Hello Timo,
As discussed per private mail you finally fixed it: http://hg.dovecot.org/dovecot-2.1/rev/86e6dc46a80e
Thnx for your support.
Ciao, Gerhard
participants (2)
-
Gerhard Wiesinger
-
Timo Sirainen