Reflect override settings for postfix

Also added a stumbling stone when changing postfix.cf
master
Linus Gasser 4 years ago committed by GitHub
parent ff4d3f4d37
commit 1f2aee278c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -258,9 +258,11 @@ Postfix, Dovecot, Nginx and Rspamd support overriding configuration files. Overr
correct syntax. The following file names will be taken as override configuration: correct syntax. The following file names will be taken as override configuration:
- `Postfix`_ : - `Postfix`_ :
- ``main.cf`` as ``$ROOT/overrides/postfix/postfix.cf`` - ``main.cf`` as ``$ROOT/overrides/postfix.cf``
- ``master.cf`` as ``$ROOT/overrides/postfix/postfix.master`` - ``master.cf`` as ``$ROOT/overrides/postfix.master``
- All ``$ROOT/overrides/postfix/*.map`` files - 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.
- `Dovecot`_ - ``dovecot.conf`` in dovecot sub-directory; - `Dovecot`_ - ``dovecot.conf`` in dovecot sub-directory;
- `Nginx`_ - All ``*.conf`` files in the ``nginx`` sub-directory; - `Nginx`_ - All ``*.conf`` files in the ``nginx`` sub-directory;
- `Rspamd`_ - All files in the ``rspamd`` sub-directory. - `Rspamd`_ - All files in the ``rspamd`` sub-directory.

Loading…
Cancel
Save