feat(config): run postmap also for regexp maps
This commit is contained in:
parent
75fcd4af70
commit
7584fce0af
@ -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 }}:
|
||||
|
Loading…
Reference in New Issue
Block a user