This commit is contained in:
Christoph 2024-08-02 18:19:38 +02:00
parent df3db74c6b
commit cd98d19890

View File

@ -280,7 +280,7 @@ POSTFIX_DB_HOST_PGSQL="{{ postfix_db_host }}"
# - Password of Postfix Database
# -
{% if mysql_credentials is defined and mysql_credentials|length %}
{% if postfix_db_pass is defined and postfix_db_pass%}
POSTFIX_DB_PASS='{{ postfix_db_pass }}'
{% else %}
#POSTFIX_DB_PASS=''