Page 1 of 2

Roundcube cannot login to dovecot afther update

Posted: Wed Dec 14, 2016 10:36 am
by daansk44
Hi everyone,

10 minutes ago, I updated my CentOS. Afther the update roundcube cannot connect anymore.
If I try to login with a wrong password, I get 'Aanmelden mislukt.' (Login failed)
But when I try to login with the right username and password, I get this 'Connection to IMAP server failed.'
Image

Re: Roundcube cannot login to dovecot afther update

Posted: Wed Dec 14, 2016 11:01 am
by sseleraci
check this thread
viewtopic.php?f=12&t=13388

Re: Roundcube cannot login to dovecot afther update

Posted: Wed Dec 14, 2016 12:13 pm
by daansk44
Okay I added
inbox = yes. Here the file
/etc/dovecot/conf.d/15-mailboxes.conf

Code: Select all

##
## Mailbox definitions
##
# NOTE: Assumes "namespace inbox" has been defined in 10-mail.conf.
namespace inbox {
inbox = yes # added this one
  #mailbox name {
    # auto=create will automatically create this mailbox.
    # auto=subscribe will both create and subscribe to the mailbox.
    #auto = no

    # Space separated list of IMAP SPECIAL-USE attributes as specified by
    # RFC 6154: \All \Archive \Drafts \Flagged \Junk \Sent \Trash
    #special_use =
  #}

  # These mailboxes are widely used and could perhaps be created automatically:
  mailbox Drafts {
    special_use = \Drafts
  }
  mailbox Junk {
    special_use = \Junk
  }
  mailbox Trash {
    special_use = \Trash
  }

  # For \Sent mailboxes there are two widely used names. We'll mark both of
  # them as \Sent. User typically deletes one of them if duplicates are created.
  mailbox Sent {
    special_use = \Sent
  }
  mailbox "Sent Messages" {
    special_use = \Sent
  }

  # If you have a virtual "All messages" mailbox:
  #mailbox virtual/All {
  #  special_use = \All
  #}

  # If you have a virtual "Flagged" mailbox:
  #mailbox virtual/Flagged {
  #  special_use = \Flagged
  #}
 #inbox = yes
}

Re: Roundcube cannot login to dovecot afther update

Posted: Thu Dec 15, 2016 1:51 am
by loderx
this is work for you ?

Re: Roundcube cannot login to dovecot afther update

Posted: Thu Dec 22, 2016 10:48 am
by daansk44
Yes

Re: Roundcube cannot login to dovecot afther update

Posted: Fri Mar 03, 2017 4:52 pm
by head
Just found same error and mail undelivered for a damn MONTH!!!
WTF? Thanks to Dovecot authors for wrong update?!

Re: Roundcube cannot login to dovecot afther update

Posted: Sat Mar 04, 2017 4:34 pm
by daansk44
Roundcube worked fine now. Even afther the update

Re: Roundcube cannot login to dovecot afther update

Posted: Mon Sep 25, 2017 7:46 am
by MiguelVESTACP
After update centos, same problem to.

But fixed with sugestion by @daansk44

Regards

Re: Roundcube cannot login to dovecot afther update

Posted: Mon Sep 25, 2017 1:31 pm
by fdyy1
Thanks! The error solved my other problem: http://forum.vestacp.com/viewtopic.php?f=12&t=15329

Re: Roundcube cannot login to dovecot afther update

Posted: Wed Nov 01, 2017 2:56 pm
by umagrama
Yes! This worked for me too. Every time I update my server packages, something goes wrong with Rroundcube & Dovecot :(((

Thank goodness for your help! Who would guess 'inbox = YES' makes the total difference!