Exim configuration error "tls_advertise_hosts" option set for the second time

intersys

New member
Joined
Sep 21, 2016
Messages
4
After a exim build i get:

2022-08-22 14:51:10 Exim configuration error in line 184 of /etc/exim.conf: "tls_advertise_hosts" option set for the second time
2022-08-22 14:51:10 Exim configuration error in line 184 of /etc/exim.conf: "tls_advertise_hosts" option set for the second time


this is my /etc/exim.variables.conf.custom:
disable_ipv6=true
chunking_advertise_hosts=
openssl_options = +no_sslv2 +no_sslv3 +no_tlsv1
tls_require_ciphers=blablabla(removed in this post)
tls_advertise_hosts = !1.2.3.4 : *

in the generated /etc/exim.variables.conf
i see also the tls_advertise_hosts set with the info set in exim.variables.conf.custom

I can workarround to comment out this line in my exim.conf (tls_advertise_hosts is line 184)

#EDIT#22:
#exim.variables.conf

#EDIT#23:
#tls_advertise_hosts = *
#auth_over_tls_hosts = *

and restart exim.

But after a new exim build this error coms back.
How to fix this ?

Config
#Mail Settings
exim=yes
eximconf=yes
eximconf_release=4.5
 
Back
Top