1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-02-13 13:28:30 +02:00

Ensure that the rendered file ends with newline in order to make postconf work correctly

This commit is contained in:
Thomas Rehn 2020-10-04 16:36:37 +02:00
parent 90984c4d2b
commit 05ab244638

View File

@ -126,3 +126,5 @@ milter_default_action = tempfail
###############
# Extra Settings
###############
{# Ensure that the rendered file ends with newline in order to make `postconf` work correctly #}
{{- "\n" }}