Unable to override /etc/dovecot/conf.d/10-ssl.conf

Issue #978 new
Evgeniy Belov created an issue

Hello. So I followed the instructions to override 10-ssl.conf listed here:
https://poste.io/doc/extending-mailserver

However the file is still not being replaced after multiple restarts of the container:
root@mfcmail:/# grep "ssl =" /etc/dovecot/conf.d/10-ssl.conf
ssl = required
root@mfcmail:/# grep "ssl =" /data/_override/etc/dovecot/conf.d/10-ssl.conf
ssl = yes
root@mfcmail:/#

Comments (1)

  1. Evgeniy Belov reporter

    Looks like the bug is in /etc/cont-init.d/20-apply-server-config
    While /etc/cont-init.d/01-override-defaults.sh is replacing the file successfully, /etc/cont-init.d/20-apply-server-config is replacing the configuration afterwards with the defaults and discarding the customizations made.

  2. Log in to comment