[exim] Re: Is sender verification possible on a server that …

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Mario Emmenlauer
日付:  
To: Evgeniy Berdnikov, exim-users
題目: [exim] Re: Is sender verification possible on a server that is used as a smarthost?
On 04.10.23 15:05, Evgeniy Berdnikov via Exim-users wrote:
> On Wed, Oct 04, 2023 at 02:11:27PM +0200, Mario Emmenlauer via Exim-users wrote:
>> I wanted sender verification only for non-authenticated users. The
>> spam protection is (for me) not relevant for authenticated users.
>> They are assumed to be trustworthy.
>
> What's the problem to add conditions like "authenticated = *" to your ACLs?


Oh my, I can not believe it's that simple! I spent 4 hours on google and could
not find related examples.

So to confirm, the ACL that verifies only non-authenticated users would read:

   deny
     !acl = acl_local_deny_exceptions
     !verify = sender
     authenticated = *
     message = Sender verification failed



All the best,

     Mario Emmenlauer



--
## subscription configuration (requires account):
## https://lists.exim.org/mailman3/postorius/lists/exim-users.lists.exim.org/
## unsubscribe (doesn't require an account):
## exim-users-unsubscribe@???
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/