Hello. After installing Carbonio, I cannot add a new mailstore volume. Admin Panel: Mailstores / Data Volumes / New Volume. Filling all fields, but Create button is unavailable. First I experimented with multiserver install, then, just for the testing purposes I installed on a single server with sudo apt install carbonio-ce.
Get back to Carbonio CE with 23.2.0 - now I was able to add a new mail volume
Trying a clear deployment of 24.3.0. Problem is almost the same as was described in original post. Create button is unavailable. But now I cannot enter anything in the field Volume Name.
If it's an interface issue is there a way to create a volume and make it current via CLI?
Just installed all on one server with
sudo apt install carbonio-ce carbonio-mailbox-db carbonio-user-management carbonio-storages-ce
Still no way to specify Volume Name/ Create button is inactive too
As it turns out, it's easy to add volume via CLI, e.g.
zmvolume -l zmvolume -a -n message2 -t primaryMessage -p /mnt/mail/store zmvolume -a -n index2 -t index -p /mnt/mail/index zmvolume -sc -id 3 zmvolume -sc -id 4
Line 1 displays currently defined volumes
Lines 2 and 3 creates message and index volumes
Lines 4 and 5 declares new volumes as current