Il 20/07/2011 12:48, Emanuele Leuzzi ha scritto:
Il 20/07/2011 12:04, Robert Schetterer ha scritto:
Am 20.07.2011 11:56, schrieb Emanuele Leuzzi:
I'm following the debian (lenny) repository....
dovecot -n
hercules:/home/eleuzzi# dovecot -n # 1.0.15: /etc/dovecot/dovecot.conf base_dir: /var/run/dovecot/ log_timestamp: %Y-%m-%d %H:%M:%S protocols: pop3s imaps imap pop3 listen(default): hidden:10143 listen(imap): hidden:10143 listen(pop3): * ssl_listen: hidden ssl_cert_file: /etc/ssl/v-power/mailserver/mail-cert.pem ssl_key_file: /etc/ssl/v-power/mailserver/mail-key.pem login_dir: /var/run/dovecot/login login_executable(default): /usr/lib/dovecot/imap-login login_executable(imap): /usr/lib/dovecot/imap-login login_executable(pop3): /usr/lib/dovecot/pop3-login login_greeting_capability(default): yes login_greeting_capability(imap): yes login_greeting_capability(pop3): no login_max_processes_count: 512 first_valid_uid: 150 last_valid_uid: 1500 mail_privileged_group: mail mail_location: maildir:~/Maildir maildir_copy_with_hardlinks: yes umask: 2 mail_executable(default): /usr/lib/dovecot/imap mail_executable(imap): /usr/lib/dovecot/imap mail_executable(pop3): /usr/lib/dovecot/pop3 mail_plugin_dir(default): /usr/lib/dovecot/modules/imap mail_plugin_dir(imap): /usr/lib/dovecot/modules/imap mail_plugin_dir(pop3): /usr/lib/dovecot/modules/pop3 imap_client_workarounds(default): outlook-idle tb-extra-mailbox-sep imap_client_workarounds(imap): outlook-idle tb-extra-mailbox-sep imap_client_workarounds(pop3): outlook-idle pop3_uidl_format(default): pop3_uidl_format(imap): pop3_uidl_format(pop3): %08Xu%08Xv auth default: mechanisms: plain login cram-md5 passdb: driver: passwd-file args: /etc/cram-md5.pwd passdb: driver: pam passdb: driver: sql args: /etc/dovecot/dovecot-sql.conf userdb: driver: passwd userdb: driver: sql args: /etc/dovecot/dovecot-sql.conf socket: type: listen client: path: /var/spool/postfix/private/auth mode: 432 user: postfix group: postfix master: path: /var/run/dovecot/auth-master mode: 384 user: vmail group: mail
Thank you
Il 20/07/2011 11:38, Robert Schetterer ha scritto:
Am 20.07.2011 11:32, schrieb Emanuele Leuzzi:
I'm using thunderbird 5.0 with dovecot 1.0.15. My client stuck downloading IMAP header every 10-15' Until the FETCH is done from 1 to 76687 (it's needs a looong time), my client isn't usable
Could you help me to fix this issue?
Below the log.
Thank you
2680[9cc6d00]: 9ccf800:mailserver:A:CreateNewLineFromSocket: * FLAGS (\Answered \Flagged \Deleted \Seen \Draft unknown-1 unknown-0 unknown-7 unknown-2 unknown-3 unknown-4 unknown-5 unknown-8 unknown-6 unknown-11 NonJunk unknown-9 $MDNSent unknown-10 $Forwarded) 2680[9cc6d00]: 9ccf800:mailserver:A:CreateNewLineFromSocket: * OK [PERMANENTFLAGS (\Answered \Flagged \Deleted \Seen \Draft unknown-1 unknown-0 unknown-7 unknown-2 unknown-3 unknown-4 unknown-5 unknown-8 unknown-6 unknown-11 NonJunk unknown-9 $MDNSent unknown-10 $Forwarded \*)] Flags permitted. 2680[9cc6d00]: 9ccf800:mailserver:A:CreateNewLineFromSocket: * 76686 EXISTS 2680[9cc6d00]: ReadNextLine [stream=dbf8a28 nb=33 needmore=0] 2680[9cc6d00]: 9ccf800:mailserver:S-INBOX:CreateNewLineFromSocket:
- 1 FETCH (FLAGS (\Seen) UID 1)
2680[9cc6d00]: ReadNextLine [stream=dbf8a28 nb=33 needmore=0] 2680[9cc6d00]: 9ccf800:mailserver:S-INBOX:CreateNewLineFromSocket:
- 2 FETCH (FLAGS (\Seen) UID 2)
2680[9cc6d00]: ReadNextLine [stream=dbf8a28 nb=43 needmore=0] 2680[9cc6d00]: 9ccf800:mailserver:S-INBOX:CreateNewLineFromSocket:
- 3 FETCH (FLAGS (\Seen unknown-1) UID 3)
2680[9cc6d00]: ReadNextLine [stream=dbf8a28 nb=33 needmore=0] 2680[9cc6d00]: 9ccf800:mailserver:S-INBOX:CreateNewLineFromSocket:
- 4 FETCH (FLAGS (\Seen) UID 4)
2680[9cc6d00]: ReadNextLine [stream=dbf8a28 nb=33 needmore=0] 2680[9cc6d00]: 9ccf800:mailserver:S-INBOX:CreateNewLineFromSocket:
- 5 FETCH (FLAGS (\Seen) UID 5)
_cut_
2680[9cc6d00]: 9ccf800:mailserver:S-INBOX:CreateNewLineFromSocket: * 76685 FETCH (FLAGS (\Seen) UID 76748)
2680[9cc6d00]: ReadNextLine [stream=dbf8a28 nb=41 needmore=0] 2680[9cc6d00]: 9ccf800:mailserver:S-INBOX:CreateNewLineFromSocket: * 76686 FETCH (FLAGS (\Seen) UID 76749)
2680[9cc6d00]: ReadNextLine [stream=dbf8a28 nb=16 needmore=0] 2680[9cc6d00]: 9ccf800:mailserver:S-INBOX:CreateNewLineFromSocket: * 76687 EXISTS
2680[9cc6d00]: ReadNextLine [stream=dbf8a28 nb=23 needmore=0] 2680[9cc6d00]: 9ccf800:mailserver:S-INBOX:CreateNewLineFromSocket: 8 OK Fetch completed.
you should upgrade to dove 2.x no problem tb5 here withit, for more debug you dove conf might be helpfull
sorry i am to far with 1.x versions
but try to disable tb-extra-mailbox-sep you shouldnt need it
do you use maildir ? guess your using local users ?
i guess your problems are somewhere with uids an local users
i never had such setups wait for others on the list response you might get more qualified answers but i am nearly sure it has nothing to to with tb5
Best Regards
MfG Robert Schetterer
Germany/Munich/Bavaria
However I've just upgraded to 2.x and disabled tb-extra-mailbox-sep.
I'm using maildir to local users.
I've upgradeted to 2.0.13, but the problems didn't solved... It seems that the server returns flags for all of the messages in that folder when you select it. Do you know how fix it?
--
Emanuele Leuzzi Responsabile Sistemi Informativi
Email: eleuzzi@v-power.sm Skype: e.leuzzi Tel: (+378) 0549 960606 Fax: (+378) 0549 954984
V-Power S.r.l. Via ulivo di Avoltrone, 2/B 47899 Serravalle Republic of San Marino
http://www.v-power.sm
Avviso: Questa e-mail è strettamente confidenziale ed è destinata alle sola/e persone/e sopraindicate. Se veniste per errore in possesso di questa e-mail, non copiatela, distribuitela o reinoltratela: distruggetela immediatamente e notificatelo al mittente a mezzo e-mail. Il mittente non è responsabile per l'eventuale utilizzo che verrà fatto di questa email dai destinatari, se la mail è sprovvista di firma digitale il mittente non garantisce per la sua autenticità dopo la partenza. Il testo della email potrebbe contenere opinioni personali e non necessariamente riconducibili a quelle di V-Power srl.
Tutela della Privacy: Si ricorda che qualora non desideriate ricevere più informazioni di questo genere, Vi preghiamo di inviare una email all'indirizzo info@v-power.sm citando CANCELLAZIONE nell'Oggetto. Il Vostro nominativo sarà rimosso dalle nostre rubriche.
Notice: This message is intended only for the named recipient and may contain confidential, proprietary or legally privileged information. Any forward, distribution, or copying of this information is strictly prohibited. If you have received this message in error, do not forward, distribute, or copy it: please advise the sender by reply e-mail, and delete this message. Sender is not responsible of any misuse of this e-mail message. If this e-mail message arrive not digitally signed, sender can’t guarantee authenticity after the departure of this e-mail. Opinions contained herein may be the personal opinion of the sender and do not necessarily represent the views of V-Power srl.
--
Emanuele Leuzzi Responsabile Sistemi Informativi
Email: eleuzzi@v-power.sm Skype: e.leuzzi Tel: (+378) 0549 960606 Fax: (+378) 0549 954984
V-Power S.r.l. Via ulivo di Avoltrone, 2/B 47899 Serravalle Republic of San Marino
http://www.v-power.sm
Avviso: Questa e-mail è strettamente confidenziale ed è destinata alle sola/e persone/e sopraindicate. Se veniste per errore in possesso di questa e-mail, non copiatela, distribuitela o reinoltratela: distruggetela immediatamente e notificatelo al mittente a mezzo e-mail. Il mittente non è responsabile per l'eventuale utilizzo che verrà fatto di questa email dai destinatari, se la mail è sprovvista di firma digitale il mittente non garantisce per la sua autenticità dopo la partenza. Il testo della email potrebbe contenere opinioni personali e non necessariamente riconducibili a quelle di V-Power srl.
Tutela della Privacy: Si ricorda che qualora non desideriate ricevere più informazioni di questo genere, Vi preghiamo di inviare una email all'indirizzo info@v-power.sm citando CANCELLAZIONE nell'Oggetto. Il Vostro nominativo sarà rimosso dalle nostre rubriche.
Notice: This message is intended only for the named recipient and may contain confidential, proprietary or legally privileged information. Any forward, distribution, or copying of this information is strictly prohibited. If you have received this message in error, do not forward, distribute, or copy it: please advise the sender by reply e-mail, and delete this message. Sender is not responsible of any misuse of this e-mail message. If this e-mail message arrive not digitally signed, sender can’t guarantee authenticity after the departure of this e-mail. Opinions contained herein may be the personal opinion of the sender and do not necessarily represent the views of V-Power srl.