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.
--
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/