Re: [exim] Something like "domains_require_tls"

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Jeremy Harris
日付:  
To: 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