diff --git a/core/dovecot/conf/dovecot.conf b/core/dovecot/conf/dovecot.conf index e16ba8a6..03709b2e 100644 --- a/core/dovecot/conf/dovecot.conf +++ b/core/dovecot/conf/dovecot.conf @@ -238,4 +238,4 @@ service anvil { # Extensions ############### -!include_try /overrides/dovecot.conf +!include_try /overrides/dovecot/proxy.conf diff --git a/docs/faq.rst b/docs/faq.rst index 6b3011a1..955752d0 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -256,8 +256,10 @@ correct syntax. The following file names will be taken as override configuration - For both ``postfix.cf`` and ``postfix.master``, you need to put one configuration per line, as they are fed line-by-line to postfix. - ``logrotate.conf`` as ``$ROOT/overrides/postfix/logrotate.conf`` - Replaces the logrotate.conf file used for rotating ``POSTFIX_LOG_FILE``. -- `Dovecot`_ - ``dovecot.conf`` in dovecot sub-directory; -- `Nginx`_ - All ``*.conf`` files in the ``nginx`` sub-directory; +- `Dovecot`_ - ``dovecot.conf`` in dovecot sub-directory. +- `Nginx`_ : + - All ``*.conf`` files in the ``nginx`` sub-directory. + - ``proxy.conf`` in the ``nginx/dovecot`` sub-directory. - `Rspamd`_ - All files in the ``rspamd`` sub-directory. - `Roundcube`_ - All ``*.inc.php`` files in the ``roundcube`` sub directory.