Bug 55979 - Allowing sharing of imap-folders by default - subscriptions = yes
Allowing sharing of imap-folders by default - subscriptions = yes
Status: NEW
Product: UCS
Classification: Unclassified
Component: Mail - Dovecot
UCS 5.0
Other Linux
: P5 normal (vote)
: ---
Assigned To: Mail maintainers
Mail maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2023-04-17 19:58 CEST by stefan.bauer
Modified: 2023-04-17 19:58 CEST (History)
0 users

See Also:
What kind of report is it?: ---
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description stefan.bauer 2023-04-17 19:58:46 CEST
Please set "subscriptions = yes" in /etc/univention/templates/files/etc/dovecot/conf.d/10-mail.conf as default:


print("  location = maildir:%%%%h/Maildir:INDEXPVT=%s/shared/%%%%u%s" % (index, control))
@!@

  ### here is the change.
  subscriptions = yes

  # List the shared/ namespace only if there are visible shared mailboxes.
  list = children
}

# a separate namespace for each public (admin managed) mailbox
@!@


so all by users shared mailboxes are accessible via IMAP and configuration needs no further adjustment.

Thank you.