Hi,
When do a ./build update I get this:
And when I run './build exim_conf' and after './build versions' I get the same message. Tried to downgrade to the 4.2.2 version and upgrade after without success.
Besides this, also found a little problem with the '/etc/exim.variables.conf.custom' file, on that file I have only defined the variable 'disable_ipv6 = true'. When I try to restart exim responds with the following error:
Furthermore, in the '/etc/exim.strings.conf.custom' file, I had to change all the symbols '=' with '==' to avoid the following error:
Am I doing something wrong?
When do a ./build update I get this:
exim.conf 4.3.0-alpha2 to 4.3.0 update is available
And when I run './build exim_conf' and after './build versions' I get the same message. Tried to downgrade to the 4.2.2 version and upgrade after without success.
Besides this, also found a little problem with the '/etc/exim.variables.conf.custom' file, on that file I have only defined the variable 'disable_ipv6 = true'. When I try to restart exim responds with the following error:
Starting exim: 2014-11-12 02:25:15 Exim configuration error in line 1 of /etc/exim.variables.conf.custom:
"disable_ipv6" option set for the second time
"disable_ipv6" option set for the second time
Furthermore, in the '/etc/exim.strings.conf.custom' file, I had to change all the symbols '=' with '==' to avoid the following error:
Starting exim: 2014-11-12 01:43:39 Exim configuration error:
macro "ONLY_ONE_AUTH_PER_CONN" is already defined (use "==" if you want to redefine it
macro "ONLY_ONE_AUTH_PER_CONN" is already defined (use "==" if you want to redefine it
Am I doing something wrong?