Re: [exim] equivalent of postfix policy map?

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Jeremy Harris
Ημερομηνία:  
Προς: exim-users
Αντικείμενο: Re: [exim] equivalent of postfix policy map?
On 14/03/2019 20:12, Alice Wonder via Exim-users wrote:
> I'm looking through the manual trying to find the equivalent of a
> postfix policy map file for outgoing domains where I can define one
> domain should require TLS 1.2 with high quality ciphers and PKIX
> validation while another domain only requires TLS 1.0 with medium
> quality ciphers and no validation of the X509 cert, etc.


Outbound connection configurations are controlled by the options
on a transport. For your purpose you might be able to do it
all with suitable expansions for the options, or you might
prefer to use a router per class of domain, selecting
different transports (which would be configured differently
to each other).

--
Cheers,
Jeremy