Re: [exim] Weirdness when forcing TLS and checking that its …

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Jeremy Harris
日付:  
To: exim-users
題目: Re: [exim] Weirdness when forcing TLS and checking that its working in ACLs
On 13/02/2020 13:55, Mike Tubby via Exim-users wrote:
> acl_check_mail:
>
>         #
>         # refuse all connections that are not TLS
>         #
>         deny    message = Connection not secure. You must use STARTTLS
> to send to this server!
>                 logwrite = MAIL: Denied host
> $sender_host_address:$sender_host_port not using TLS secure connection!
>                 ! encrypted = *


You are doing the write to the log before checking the status
of the encryption. Therefore you will always write to the log.
--
Cheers,
Jeremy