1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-12-16 03:15:59 +00:00

[Postfix] Add extra.cf via jinja2 include

This commit is contained in:
FreddleSpl0it
2025-06-02 15:52:59 +02:00
parent 4c4a440cdf
commit 909eb8a63a
2 changed files with 1 additions and 1 deletions

View File

@@ -176,4 +176,4 @@ lmtp_destination_recipient_limit=1
myhostname = {{ MAILCOW_HOSTNAME }}
{{ EXTRA_CF | safe }}
{% include "extra.cf.j2" %}