[Postfix] use python bootstrapper to start POSTFIX container

This commit is contained in:
FreddleSpl0it
2025-05-19 13:13:40 +02:00
parent cde2ba4851
commit 5a097ed5f7
44 changed files with 750 additions and 553 deletions
@@ -0,0 +1,7 @@
{% if not SKIP_LETS_ENCRYPT|lower in ['y', 'yes'] %}
{% for cert_dir, domains in VALID_CERT_DIRS.items() %}
{% for domain in domains %}
{{ domain }} {{ cert_dir }}/key.pem {{ cert_dir }}/cert.pem
{% endfor %}
{% endfor %}
{% endif %}