feat(config): run postmap also for regexp maps

This commit is contained in:
Holger Fischer 2020-07-18 20:14:36 +02:00
parent 75fcd4af70
commit 7584fce0af
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ postfix_{{ domain }}_ssl_key:
{%- if not file_path.startswith('/') %}
{%- set file_path = postfix.config_path ~ '/' ~ file_path %}
{%- endif %}
{%- if file_type in ("btree", "cdb", "dbm", "hash", "sdbm") %}
{%- if file_type in ("btree", "cdb", "dbm", "hash", "sdbm", "regexp") %}
{%- set need_postmap = True %}
{%- endif %}
postfix_{{ mapping }}: