Advertencia
If you update dovecot on CentOS 7, it will brake! You need to update one of the config files in order for it to keep working.
# /etc/dovecot/conf.d/15-mailboxes.conf
...
namespace inbox {
...
inbox = yes
...
}
...
So, basically, you need to add inbox = yes within the inbox namespace.