mirror of
https://github.com/optim-enterprises-bv/Mailu.git
synced 2025-11-02 02:57:56 +00:00
Change POD_ADDRESS_RANGE introduction like it is done on deovecot-sql.conf.ext
This commit is contained in:
@@ -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 %}";
|
||||
|
||||
Reference in New Issue
Block a user