mailcow / mailcow-dockerized

mailcow: dockerized - 🐮 + 🐋 = 💕
https://mailcow.email
GNU General Public License v3.0
8.75k stars 1.17k forks source link

shared_namespace.conf changeable #5327

Closed 2ec98lwlhimflzx2 closed 1 year ago

2ec98lwlhimflzx2 commented 1 year ago

Summary

Hi,

I would like to suggest to make the shared_namespace.conf for dovecot changeable. Right now the file is hardcoded created, any changes will be overwritten.

Reason is, that we want an user based seen flag, not an message based. Had tried to make the changes via extra.conf but had no luck.

kind regards rc

Motivation

Use :INDEXPVT=~ Seen Flags are userbased.

Additional context

No response

MAGICCC commented 1 year ago

You could add a script in /data/hooks/dovecot with your edits, because it will be executed when you start the container https://github.com/mailcow/mailcow-dockerized/blob/master/data/Dockerfiles/dovecot/docker-entrypoint.sh#L423

2ec98lwlhimflzx2 commented 1 year ago

Does Work. Thanks for the hint.

kind regards rc