[Dovecot] Dovecot upgrade from 1.2.x to 2.0.x: roundcube/squirrelmail sent folder doesn't work any more

Gerhard Wiesinger lists at wiesinger.com
Thu Mar 29 08:25:17 EEST 2012


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 = </etc/pki/dovecot/dovecot-extern.pem
ssl_key = </etc/pki/dovecot/private/dovecot-extern.pem
userdb {
   driver = passwd
}
protocol imap {
   imap_client_workarounds = tb-extra-mailbox-sep
}
protocol lda {
   auth_socket_path = /var/run/dovecot-auth-master
   info_log_path = /path/to/log/deliver.log
   log_path = /path/to/log/deliver.log
   log_timestamp = %Y.%m.%d %H:%M:%S%t
   mail_debug = yes
   mail_location = mbox:~/Mail:INBOX=/var/mail/%u
   postmaster_address = mail at mydomain.com
}

Thnx.

Ciao,
Gerhard

--
http://www.wiesinger.com/



More information about the dovecot mailing list