joshua.trier at hostrocket.com
2012-Dec-17 17:11 UTC
[Dovecot] Possible bug not sure on which end
Hello Serveral of our clients are running into a problem relating to Gmails change in their "Check mail from other accounts (using POP3):". It seems related to the response dovecot sends back on a connection. Gmail is checking for a +OK in the header, however dovecot is sending OK without a prefix of +. Here is the response from Gmail webmail "Missing +OK response upon connecting to the server: * OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE AUTH=PLAIN] Dovecot ready." Here is dovecot header on a pop3-ssl connection * OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE AUTH=PLAIN AUTH=LOGIN] Dovecot ready. Who's end is this problem on? Google's, dovecots? Anyway to enable the response to include a +? Thanks Josh
"joshua.trier at hostrocket.com" <joshua.trier at hostrocket.com> writes:> Hello > > Serveral of our clients are running into a problem relating to > Gmails change in their "Check mail from other accounts (using > POP3):". It seems related to the response dovecot sends back on a > connection.Here you said, that you check mail with pop3> > Gmail is checking for a +OK in the header, however dovecot is sending > OK without a prefix of +. > > Here is the response from Gmail webmail > "Missing +OK response upon connecting to the server: * OK > [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE > AUTH=PLAIN] Dovecot ready." > > Here is dovecot header on a pop3-ssl connection > * OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID > ENABLE IDLE AUTH=PLAIN AUTH=LOGIN] Dovecot ready.And here is imap response. Are you sure you connect to pop3? KJ -- http://blogdebart.pl/2012/06/24/hiena/ This universe shipped by weight, not by volume. Some expansion of the contents may have occurred during shipment.
On 12/17/12 12:11 PM, joshua.trier at hostrocket.com wrote:> Here is the response from Gmail webmail > "Missing +OK response upon connecting to the server: * OK > [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE > AUTH=PLAIN] Dovecot ready." > > Here is dovecot header on a pop3-ssl connection > * OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID > ENABLE IDLE AUTH=PLAIN AUTH=LOGIN] Dovecot ready.That is an IMAP connection, not a POP3 connection. POP3 responds with: +OK Server ready.