Re: [exim] help with syntax to disable AUTH on port 25

Top Page
Delete this message
Reply to this message
Author: Gedalya
Date:  
To: exim-users
CC: v-ex
Subject: Re: [exim] help with syntax to disable AUTH on port 25
On 2/27/22 07:40, v via Exim-users wrote:

{!eq {$tls_cipher}{}} AND ( {eq {$received_port}{465}} OR {eq {$received_po
rt}{587}} OR connection is from localhost )

     server_advertise_condition = ${if and { \
       {!eq{$tls_cipher}{}} \
       {or { \
         {inlist {$received_port}{465:587}} \
         {match_ip{$sender_host_address}{:@[]}} \
       }} \
     }}