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

Page principale
Supprimer ce message
Répondre à ce message
Auteur: v-ex
Date:  
À: exim-users
Sujet: [exim] help with syntax to disable AUTH on port 25
hi.
I'm still having trouble with the if/then/and/or syntax. could someone help me rewrite the following

auth_advertise_hosts = ${if and { {!eq {$tls_cipher}{}} {eq {$received_port}{587}} } {*}{}}

to say

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

thanks.