tomputer
Verified User
Since DirectAdmin version 1.646 we have issues on servers with exim.variables.conf.custom. We have many servers with custom openssl_options, tls_require_ciphers, tls_certificate or other settings.
For example:
I tried the commands below but that does not insert/merge the custom settings with the default settings:
I've read the release notes but there is no information how to keep the exim.variables.conf.custom?
For example:
Code:
/usr/local/directadmin/custombuild/build exim_conf
2023-01-05 14:41:20 Exim configuration error in line 28 of /etc/exim.variables.conf:
"openssl_options" option set for the second time
I tried the commands below but that does not insert/merge the custom settings with the default settings:
Code:
mkdir /usr/local/directadmin/custombuild/custom/exim
mv /etc/exim.variables.conf.custom /usr/local/directadmin/custombuild/custom/exim/
/usr/local/directadmin/custombuild/build exim_conf
I've read the release notes but there is no information how to keep the exim.variables.conf.custom?
Last edited: