configurations changed place in 1.8

(cherry picked from commit ffa7562079)
This commit is contained in:
Linus Gasser
2021-06-07 07:57:30 +02:00
committed by Mergify
parent 906d47a6da
commit 0939fc6a26

View File

@@ -250,8 +250,8 @@ Postfix, Dovecot, Nginx and Rspamd support overriding configuration files. Overr
correct syntax. The following file names will be taken as override configuration:
- `Postfix`_ :
- ``main.cf`` as ``$ROOT/overrides/postfix.cf``
- ``master.cf`` as ``$ROOT/overrides/postfix.master``
- ``main.cf`` as ``$ROOT/overrides/postfix/postfix.cf``
- ``master.cf`` as ``$ROOT/overrides/postfix/postfix.master``
- All ``$ROOT/overrides/postfix/*.map`` files
- For both ``postfix.cf`` and ``postfix.master``, you need to put one configuration per line, as they are fed line-by-line
to postfix.