Is it possible to move mailboxes from default “/home/user-data/mail/mailboxes/…” folder to let’s say a network folder?
so mail in a box server wouldn’t sent/read the emails to/from default folder but to the network folder instead.
Many Thanks
Miab uses maildir for its storage. That uses file locking. Network file systems don’t always handle that gracefully. (Networked file system is also pretty general, there are many different types) postfix/dovecot/ownCloud all need support for it and you would have to check it with each of those projects for the specific remote file system. You would also need to have it available before the other services start. I’m pretty sure the management deamon would freak out if the file system was suddenly disconnected.