[Dovecot] Dovecot sends BYE while fetching X-GM-MSGID
Loshkovskyi Andrii
loshkovskyi at yandex.ua
Thu Oct 25 13:03:23 EEST 2012
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 at server ~]# cat /etc/issue
CentOS release 6.3 (Final)
[root at server ~]# dovecot --version
2.0.9
[root at 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 = </etc/pki/dovecot/certs/dovecot.pem
ssl_key = </etc/pki/dovecot/private/dovecot.pem
userdb {
args = username_format=%u /etc/dovecot/users
driver = passwd-file
}
protocol pop3 {
pop3_uidl_format = %08Xu%08Xv
}
Thank you for any help.
More information about the dovecot
mailing list