zEitEr
Super Moderator
Hello,
disable_ipv6=true is ignored when added into /etc/exim.variables.conf.custom
the only way to make it to work is to add a whitespace after "=":
Kindly check and fix if it's a bug.
disable_ipv6=true is ignored when added into /etc/exim.variables.conf.custom
Code:
# cat exim.variables.conf.custom
disable_ipv6=true
the only way to make it to work is to add a whitespace after "=":
Code:
# cat /etc/exim.variables.conf.custom
disable_ipv6= true
Kindly check and fix if it's a bug.