Hello,
- Using my old config from exim-4.85 i ran into the following problems:
- Config contains
local_interfaces = <; [0.0.0.0]:25;[0.0.0.0]:2825;[0.0.0.0]:587;[::0]:2825
and
tls_certificate = /usr/local/etc/m28a.crt
tls_privatekey = /usr/local/etc/m28a-exim.key
tls_dhparam = /usr/local/etc/m28a-2048.dh
tls_require_ciphers = ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:-LOW:-SSLv2:-EXP
openssl_options = +no_sslv2 +no_sslv3
tls_advertise_hosts = *
# ls -la /usr/local/etc/m28a.crt /usr/local/etc/m28a-exim.key /usr/local/etc/m28a-2048.dh
-r--r--r-- 1 root root 424 Aug 12 2016 /usr/local/etc/m28a-2048.dh
-rw-rw-r-- 1 root root 2130 Aug 2 2016 /usr/local/etc/m28a.crt
-rw-rw---- 1 exim root 3272 Aug 2 2016 /usr/local/etc/m28a-exim.key
So the files exist and this config worked perfect with exim-4.85
The log shows that exim is not listening on the specified interfaces.
Any pointer to solve these problems highly appreciated.
Kind regards, Frank Elsner