Author Topic: Issue after upgrading to new dovecot  (Read 1389 times)

Offline rcubeuser

  • Newbie
  • *
  • Posts: 8
Issue after upgrading to new dovecot
« on: February 09, 2023, 03:28:31 AM »
Hi, I have upgraded my whole email server to a new one(including my roundcube). And I noticed that a few emails it throws:

Quote
Internal error
Could not load message from server

I found only one error in dovecot log

Code: [Select]
Feb 08 14:20:29 imap(my@mydomain.com)<1446624><1c4zSi/0DMZ/AAAB>: Error: Mailbox INBOX: UID=10758: read(<binary stream of mailbox INBOX UID 10758>) failed: read(/var/vmail/mydomain.com/my/Maildir/cur/1565624641.M893186P552292.myhostname,S=12716,W=12907:2,S) failed: Invalid quoted-printable input trailer: '=' not followed by two hex digits

I suspect that there is a problem between roudncube and dovecot, because this problem does not exist between outlook and dovecot.

My roundcube version is 1.4.11 (same on the older server).

My dovecot version on new server is 2.3.16, older server: 2.2.22;

P.S. On older server  I never had this issue.
P.S.S Sorry for my english.

Offline Dmitry42

  • Full Member
  • ***
  • Posts: 232
Re: Issue after upgrading to new dovecot
« Reply #1 on: February 09, 2023, 07:46:20 AM »
« Last Edit: February 09, 2023, 07:51:48 AM by Dmitry42 »

Offline alec

  • Hero Member
  • *****
  • Posts: 1,365
Re: Issue after upgrading to new dovecot
« Reply #2 on: February 09, 2023, 09:10:55 AM »
This looks like a dovecot bug, but you can try $config['imap_disabled_caps'] = ['BINARY']; in Roundcube config.

Offline rcubeuser

  • Newbie
  • *
  • Posts: 8
Re: Issue after upgrading to new dovecot
« Reply #3 on: February 10, 2023, 05:54:18 AM »
This looks like a dovecot bug, but you can try $config['imap_disabled_caps'] = ['BINARY']; in Roundcube config.

This solution(that I liked most) worked.

One more thing, does roundcube 1.6.1  requires php version to be at least 7.3?

Offline alec

  • Hero Member
  • *****
  • Posts: 1,365
Re: Issue after upgrading to new dovecot
« Reply #4 on: February 12, 2023, 02:34:34 AM »
Yes.