Search found 1 match
- Sun Aug 05, 2018 1:29 pm
- Forum: Mail Server
- Topic: Fresh Install Vesta cant connect to roundcube
- Replies: 16
- Views: 42123
Re: Fresh Install Vesta cant connect to roundcube
To solve the problem I simply edited dovecot.conf from this:
into:
Ciao
Code: Select all
...
namespace {
type = private
separator = /
prefix =
inbox = yes
...
}
Code: Select all
...
namespace {
type = private
separator = /
prefix = mail/
inbox = yes
list = no
...
}