Hello.
I upgraded from RHRL4 to RHEL5 and my dovecot version changed from dovecot-0.99.11-8.EL4 to dovecot-1.0.7-2.el5.
I also transferred all /home directories of users. The problem is that users have POP3 mail client set that it leaves mail on mailserver for 30 days. When they try to download messages from new server, client (Thinderbird) want to download all messages for those 30 days (he of course already has all those messages..). I suspect UID POP3 database index file format has changed..
How to "convert" dovecot 0.99 POP3 UID files to those used in newer version or how to go around that?
Thanks for answering,
naslov
[root@mercury5 INBOX]# dovecot -n # 1.0.7: /etc/dovecot.conf protocols: imap pop3 pop3s ssl_cert_file: /etc/httpd/conf/ssl.crt/server.crt ssl_key_file: /etc/httpd/conf/ssl.key/server.key login_dir: /var/run/dovecot/login login_executable(default): /usr/libexec/dovecot/imap-login login_executable(imap): /usr/libexec/dovecot/imap-login login_executable(pop3): /usr/libexec/dovecot/pop3-login mail_executable(default): /usr/libexec/dovecot/imap mail_executable(imap): /usr/libexec/dovecot/imap mail_executable(pop3): /usr/libexec/dovecot/pop3 mail_plugin_dir(default): /usr/lib/dovecot/imap mail_plugin_dir(imap): /usr/lib/dovecot/imap mail_plugin_dir(pop3): /usr/lib/dovecot/pop3 auth default: passdb: driver: pam userdb: driver: passwd