Re: [exim] SSL forcing

Top Page
Delete this message
Reply to this message
Author: Cyborg
Date:  
To: exim-users
Subject: Re: [exim] SSL forcing
Am 19.05.19 um 22:42 schrieb The Doctor via Exim-users:
> On Sun, May 19, 2019 at 01:17:51PM -0600, The Doctor via Exim-users wrote:
>> On Sun, May 19, 2019 at 02:42:56PM +0100, Jeremy Harris via Exim-users wrote:
>>> On 19/05/2019 14:31, The Doctor via Exim-users wrote:
>>>> ow can I force e-mail from the Internet At large to be only accepted
>>>> if and only if done by SSL/TLS methods?
>>> ACL condition "encrypted".
>>>
>> Getting a clue here. Will look up the docs.
>>
> Or maybe I should qualify that question.
>
> Using ACL
>
> condition
>
> accept encrypted = *
>
> How does it not affect you localhost
>
> but the rest of the net?


by using a condition like:

     !condition = ${if eq{$sender_host_name}{localhost} {1}}

(if it is not localhost)

Marius