[Dovecot] Thunderbird, subscriptions, and upgrade to 1.1.3
Hi,
I've upgraded from 1.0.7 to 1.1.3. When I did this, my Thunderbird lost its brain and did not show some subscribed folders. squirrelmail also seemed to have issues. Applemail and mutt were fine. The configuration output is below.
Hopefully this is just me and just random bizarreness. There wasn't a problem in 1.0.7 but I could have been caught in mid-upgrade.
Thunderbird did not seem to update the subscription file (or at least I could not find the one it thought it was using).
Any pointers are appreciated. Thanks in advance.
---Jack
/opt/dovecot/sbin/dovecot -c /etc/dovecot.conf -n
# 1.1.3: /etc/dovecot.conf Warning: fd limit 1024 is lower than what Dovecot can use under full load (more than 6144). Either grow the limit or change login_max_processes_count and max_mail_processes settings base_dir: /var/run/dovecot/default-imap syslog_facility: local4 protocols: imap imaps listen: *:143 ssl_listen: *:993 ssl_ca_file: /etc/pki/dovecot/certs/caltech-ca.pem ssl_cert_file: /etc/pki/dovecot/certs/imap.caltech.edu.pem ssl_key_file: /etc/pki/dovecot/private/imap.caltech.edu.pem disable_plaintext_auth: yes login_dir: /var/run/dovecot/default-imap/login login_executable: /opt/dovecot/libexec/dovecot/imap-login login_greeting_capability: yes login_processes_count: 16 login_max_processes_count: 2048 max_mail_processes: 4096 verbose_proctitle: yes mail_location: maildir:/var/spool/maildir/%1Ln/%Ln:INDEX=/var/spool/dovecot/indexes/%1Ln/%Ln:CONTROL=/var/spool/dovecot/uidl/imap/%1Ln/%L mail_debug: yes mmap_disable: yes mail_nfs_storage: yes mail_nfs_index: yes maildir_copy_preserve_filename: yes mail_plugins: fts fts_squat imap_client_workarounds: delay-newmail outlook-idle netscape-eoh pop3_reuse_xuidl: yes pop3_uidl_format: UID%u-%v namespace: type: private separator: . prefix: Mail. inbox: yes list: yes subscriptions: yes auth default: mechanisms: plain login verbose: yes passdb: driver: ldap args: /etc/dovecot.conf-ldap userdb: driver: static args: uid=vmail gid=mail home=/var/spool/maildir/%1Ln/%Ln socket: type: listen master: path: /var/run/dovecot/default-imap/auth-master mode: 384 user: vmail group: mail plugin: fts: squat fts_squat: partial=4 full=8
On Mon, 2008-09-08 at 11:49 -0700, Jack Stewart wrote:
I've upgraded from 1.0.7 to 1.1.3. When I did this, my Thunderbird lost its brain and did not show some subscribed folders. squirrelmail also seemed to have issues. Applemail and mutt were fine. The configuration output is below.
Is the problem client-specific or user-specific? Rawlog might show something about what responses are wrong: http://wiki.dovecot.org/Debugging/Rawlog
namespace: type: private separator: . prefix: Mail. inbox: yes list: yes subscriptions: yes
v1.1 has this new subscriptions-setting, but it shouldn't have changed how the subscriptions file was read, especially if you have only one namespace..
I copied a (tested) development config, made the appropriate changes, and it's now working again. I think there was a typo or stray character in the specification of the CONTROL directive as a result of a cut/paste.
Thanks for the tip on rawlog - it is very nice and will help in the future with confused clients/users.
---Jack
Timo Sirainen wrote:
On Mon, 2008-09-08 at 11:49 -0700, Jack Stewart wrote:
I've upgraded from 1.0.7 to 1.1.3. When I did this, my Thunderbird lost its brain and did not show some subscribed folders. squirrelmail also seemed to have issues. Applemail and mutt were fine. The configuration output is below.
Is the problem client-specific or user-specific? Rawlog might show something about what responses are wrong: http://wiki.dovecot.org/Debugging/Rawlog
namespace: type: private separator: . prefix: Mail. inbox: yes list: yes subscriptions: yes
v1.1 has this new subscriptions-setting, but it shouldn't have changed how the subscriptions file was read, especially if you have only one namespace..
participants (2)
-
Jack Stewart
-
Timo Sirainen