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

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Gedalya
Ημερομηνία:  
Προς: exim-users
Υ/ο: v-ex
Αντικείμενο: 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}{:@[]}} \
       }} \
     }}