Re: [exim] Missing normal message delivery logs

Etusivu
Poista viesti
Vastaa
Lähettäjä: Jasen Betts
Päiväys:  
Vastaanottaja: exim-users
Aihe: Re: [exim] Missing normal message delivery logs
On 2016-03-04, Paul Faure <paul@???> 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


--
\_(ツ)_