Page 1 of 1

Connection to IMAP Server Failed

Posted: Wed Nov 21, 2018 8:29 am
by moroz
Hi All

I have just installed as Fresh Copy of Vesta CP on to a Fully updated Centos 7 VPS from OVH.

I am unable to access any webmail/Email after creating a new Webmail User. When Trying to log into RoundCube I get the following error.

Connection to IMAP Server Failed

If I type in the wrong password, I can see that it rejects it. I can see authentication is working.

Can any please advise or point me in the right direction.

Re: Connection to IMAP Server Failed

Posted: Wed Nov 21, 2018 10:40 am
by Alex Connor
Plz check file

Code: Select all

/etc/dovecot/conf.d/15-mailboxes.conf
do you see next

Code: Select all

inbox = yes
if don't, do

Code: Select all

sed -i "s#namespace inbox {#namespace inbox {\n  inbox = yes#" /etc/dovecot/conf.d/15-mailboxes.conf
and then restart dovecot

Re: Connection to IMAP Server Failed

Posted: Wed Nov 21, 2018 10:50 am
by moroz
That has worked a treat. Thansks for the help.

Would there be any reson that was missing ?

Re: Connection to IMAP Server Failed

Posted: Wed Nov 21, 2018 6:54 pm
by Alex Connor
Fixed on Github
waiting for updates from skid...

Re: Connection to IMAP Server Failed

Posted: Fri Nov 23, 2018 8:14 pm
by moroz
Alex Connor wrote:
Wed Nov 21, 2018 6:54 pm
Fixed on Github
waiting for updates from skid...
Great thanks for the help and advice.