fix variable type
This commit is contained in:
parent
ad468cbf70
commit
1c3646414f
@ -48,7 +48,7 @@
|
||||
hash:/etc/postfix/{{ d }}_users
|
||||
{% endif %}{{ '' if loop.last else ',' }}{% endfor %},
|
||||
VIRTUAL_TRANSPORT: "lmtp:{{ dovecot_container }}:24"
|
||||
VIRTUAL_MAILBOX_DOMAINS: "{{ postfix_mail_domains }}"
|
||||
VIRTUAL_MAILBOX_DOMAINS: "{{ postfix_mail_domains | join (', ') }}"
|
||||
SMTPD_SASL_PATH: "inet:{{ dovecot_container }}:12345"
|
||||
SMTPD_SASL_TYPE: dovecot
|
||||
SMTPD_SASL_AUTH_ENABLE: "{{ 'yes' if postfix_enable_smtpd_auth else 'no' }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user