Hello
Since I've installed Dovecot 2 I've observed that TB does not notice new mails arrival in IMAP folders. When I click on a folder new mails count is updated, with dovecot 1 it was automatic. I wonder if it is due to the new TB version (lastest stable) or Dovecot 2 (2.0.11). I use MBOX format.
See below the doveconf -n trace
Thanks for any idea/info
# 2.0.11: /usr/local/etc/dovecot/dovecot.conf # OS: FreeBSD 8.2-RELEASE amd64 auth_worker_max_count = 100 debug_log_path = /var/log/dovecot/debug.log default_client_limit = 6144 default_process_limit = 1024 disable_plaintext_auth = no info_log_path = /var/log/dovecot/info.log log_path = /var/log/dovecot/dovecot.log mail_location = mbox:%h/:INDEX=/var/cache/dovecot/index/%u:INBOX=/var/mail/%u managesieve_notify_capability = mailto managesieve_sieve_capability = fileinto reject envelope encoded-character vacati on subaddress comparator-i;ascii-numeric relational regex imap4flags copy includ e variables body enotify environment mailbox date mbox_write_locks = fcntl passdb { driver = passwd } plugin/sieve = ~/.dovecot.sieve plugin/sieve_dir = ~/sieve postmaster_address = postmaster@esiee.fr protocols = imap pop3 sieve sieve sendmail_path = /usr/local/sbin/sendmail service auth { client_limit = 7169 } service imap-login { inet_listener imap { port = 143 } inet_listener imaps { port = 993 ssl = yes } process_min_avail = 10 service_count = 1 vsz_limit = 1 G } service imap { process_limit = 2048 vsz_limit = 1 G } service managesieve-login { inet_listener sieve { port = 4190 } inet_listener sieve_deprecated { port = 2000 } } service pop3-login { inet_listener pop3 { port = 110 } inet_listener pop3s { port = 995 ssl = yes } } ssl_ca = /etc/ssl/COMODO/ca.pem ssl_cert = </etc/ssl/COMODO/cert.pem ssl_key = </etc/ssl/COMODO/mail.key userdb { driver = passwd } verbose_proctitle = yes protocol lda { info_log_path = /var/log/dovecot/dovecot-lda.log log_path = /var/log/dovecot/dovecot-lda-errors.log mail_plugins = " sieve" } protocol imap { imap_client_workarounds = tb-extra-mailbox-sep } protocol sieve { managesieve_implementation_string = Dovecot Pigeonhole }