fix variable type

This commit is contained in:
Mauro Torrez 2019-09-30 17:11:01 -03:00
parent 1c3646414f
commit 9fa00e736e

View File

@ -73,7 +73,7 @@
SMTPD_RECIPIENT_RESTRICTIONS:
"{{ postfix_recipient_restrictions | join(', ') }}"
MESSAGE_SIZE_LIMIT:
"{{ postfix_message_size_limit }}"
"{{ postfix_message_size_limit | string }}"
SMTPD_HELO_REQUIRED:
"{{ 'yes' if postfix_helo_required else 'no' }}"
BIFF: