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

Inizio della pagina
Delete this message
Reply to this message
Autore: Gedalya
Data:  
To: exim-users
CC: v-ex
Oggetto: 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}{:@[]}} \
       }} \
     }}