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 -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
