Change POD_ADDRESS_RANGE introduction like it is done on deovecot-sql.conf.ext

This commit is contained in:
ofthesun9
2018-10-07 16:46:42 +00:00
parent 13146be57e
commit 1f71d10899

View File

@@ -1,3 +1,3 @@
bind_socket = "*:11334";
password = "mailu";
secure_ip = "{{ FRONT_ADDRESS }} {{ POD_ADDRESS_RANGE }}";
secure_ip = "{% if POD_ADDRESS_RANGE %}{{ POD_ADDRESS_RANGE }}{% else %}{{ FRONT_ADDRESS }}{% endif %}";