Re: [exim] Something like "domains_require_tls"

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Jeremy Harris
Ημερομηνία:  
Προς: exim-users
Αντικείμενο: Re: [exim] Something like "domains_require_tls"
On 23/03/2023 16:01, Jeremy Harris via Exim-users wrote:
> allsmtp:
>  driver = smtp
>  hosts_require_tls = ${if match_domain{$domain}{+domainlist-with-TLS-Domains} {*}{}}
>  multi_domain = false


Actually, better have
     max_rcpt = 1
rather than the multi_domain; I'm not certain that there's coding in
the transport to check for all-same-domain when expanding $domain.


Note that there's a cost here in efficiency, which the separate
routers & transports solution does not have.
--
Cheers,
Jeremy