Auteur: Jeremy Harris Date: À: exim-users Sujet: Re: [exim] Missing normal message delivery logs
On 04/03/16 23:51, Paul Faure wrote: > They leverage different certificates and certificate chains (from different vendors). As such they run on two IPs.
> Is there a way to do that in the same instance of exim?
Anywhere that an option is noted in the documentation as "expanded",
yes. Specifically, the main option "tls_certificate" and smtp transport
option "tls_certificate" are. All you need to do is make the option
depend suitably on the identity you want to use, for example
by testing the $received_ip_address variable.
--
Cheers,
Jeremy