Skip to content
Discussion options

You must be logged in to vote

I just followed the instructions in the linked docs page, then doveconf | grep xapian output shows that Dovecot has read in the configuration. You are doing something incorrectly on your side.

Here's what I did, adapted to the configs feature:

services:
  dms:
    image: ghcr.io/docker-mailserver/docker-mailserver:latest
    container_name: dms
    hostname: mail.example.test
    configs:
      - source: dms-accounts
        target: /tmp/docker-mailserver/postfix-accounts.cf
      - source: dovecot-fts
        target: /etc/dovecot/conf.d/10-plugin.conf

# NOTE: `$` in `compose.yaml` needs to be repeated to escape it,
# which opts out of the Docker Compose variable interpolation feature.
c…

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
2 replies
@tilllt
Comment options

@polarathene
Comment options

Answer selected by tilllt
Comment options

You must be logged in to vote
2 replies
@tilllt
Comment options

@polarathene
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants