Hi Rory,
Thank you for your help, much appreciated.
I have rebuilt my test mail infra and resolved the two problems I was experiencing (I think it was / at the end instead of a dot):
public^subfolder
Followed this: https://doc.dovecot.org/2.3/configuration_manual/shared_mailboxes/public_sha...
Public folder not showing in roundcube, I worked out that the dovecot-acl file must be in the relevant mailbox (subfolder), once the acl is set for that user it shows up. If you comment out the line it disappears.
I have another question please, if I may.
LDAP is currently used to lookup users and their relevant password in dovecot-ldap.conf.ext file, what I'm looking to do is lookup the ldap group they would belong to for the dovecot-acl file. I'll illustrate below:
dovecot-acl file example:
user=testuser lr
what I'd like to replace with is:
dovecot-acl file
group=ldap_user_group lr
I've been doing lots of reading this afternoon, but if you are or anyone else is able to point me in the right direction that would be really appreciated.
Many thanks
Daniel