As said both work on their own. However when I try to combine them with
an or statement things break. I am missing something here quite
fundamental. Can anyone assist?
What I want Exim to do is to check the passwords in the file first and
then only if that yealds a false result go off and check the LDAP server.
I thought a or{{Condition1}{Condition2}} would do the trick but it
appears not to work. but combining them with this gives result of the
expansion
or {{true}{true} which is not "true".