[Dovecot] Dovecot sends BYE while fetching X-GM-MSGID
Hello everyone,
While using the following set of commands, I am having the error as below:
FETCH 7 (X-GM-MSGID) A15 FETCH 7 (X-GM-MSGID) A15 BAD Error in IMAP command FETCH: Unknown parameter X-GM-MSGID
Can I somehow disable such errors so that Dovecot won't send BYE on X-GM-MSGID but just proceed with following emails?
-- My configuration is below:
[root@server ~]# cat /etc/issue CentOS release 6.3 (Final)
[root@server ~]# dovecot --version 2.0.9
[root@server ~]# dovecot -n # 2.0.9: /etc/dovecot/dovecot.conf # OS: Linux 2.6.32-220.17.1.el6.centos.plus.i686 i686 CentOS release 6.3 (Final) ext4 auth_debug = yes auth_mechanisms = plain login cram-md5 auth_verbose = yes default_client_limit = 10000 default_process_limit = 300 disable_plaintext_auth = no listen = * mail_location = maildir:/var/spool/mail/%d/%n/Maildir mbox_write_locks = fcntl passdb { args = scheme=SSHA512 username_format=%u /etc/dovecot/users driver = passwd-file } service imap-login { service_count = 0 vsz_limit = 128 M } ssl_cert =
Thank you for any help.
On 25.10.2012, at 13.03, Loshkovskyi Andrii wrote:
While using the following set of commands, I am having the error as below:
FETCH 7 (X-GM-MSGID) A15 FETCH 7 (X-GM-MSGID) A15 BAD Error in IMAP command FETCH: Unknown parameter X-GM-MSGID
Can I somehow disable such errors so that Dovecot won't send BYE on X-GM-MSGID but just proceed with following emails?
BYE or BAD? It shouldn't send BYE unless you send 20 consecutive BAD commands.
participants (2)
-
Loshkovskyi Andrii
-
Timo Sirainen