dovecot config overrides not working #4461
-
|
i am running: ghcr.io/docker-mailserver/docker-mailserver:latest I have an inline compose compose config to override / extend the dovecot configuration i can see that the config file is correctly copied to ./DATA/dms/config/dovecot/fts-xapian-plugin.cf After restarting the container with and checking the dovecot config with the full text search config is not added to the dovecot config. am i doing something wrong or is this a bug? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
I've not tried mounting config files to paths that are persisted by volumes before 🤔 So that's interesting that it got sync'd into the volume / host.
I don't think we document any support for what you're trying to do? We copy a single overrides file: That is documented at the top of our Dovecot overrides page, and later there is a secton on other overrides having a direct mount into If you were following the docs page for full-text search it shows a config file to store in your DMS config volume, but if you look at the |
Beta Was this translation helpful? Give feedback.
-
|
Thanks, that seem to work now! For some reason i assumed that all config files needed to be created in /tmp/ and would be copied over. thanks again. |
Beta Was this translation helpful? Give feedback.
I just followed the instructions in the linked docs page, then
doveconf | grep xapianoutput shows that Dovecot has read in the configuration. You are doing something incorrectly on your side.Here's what I did, adapted to the
configsfeature: