On 2016-03-04, Paul Faure <[email protected]> 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? 

you can use expansions involving {$received_ip_address} for the cerfificate 
parameters. 

one easy way (if you don't want to dive into the complexities of
string expansion) would be to make the IP address part of the filenames.

eg:
filenames:  

   /etc/exim/certs/203.0.113.1.cert.pem
   /etc/exim/certs/203.0.113.2.cert.pem
 
eximconf:

   tls_certificate=/etc/exim/certs/{$received_ip_address}.cert.pem


-- 
  \_(ツ)_

-- 
## 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/

Reply via email to