Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Odd one, but if you need to know how many user mailboxes exist on a standard DoveCot server (tested on CentOS 7), try this...
for i in $(ls /var/vmail); do ls $i | wc -l; done | paste -sd+ - | bc