Re: [exim] Help with expansion condition for an autenticator…

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Jakob Hirsch
Ημερομηνία:  
Προς: Robert Bannocks
Υ/ο: exim-users
Αντικείμενο: Re: [exim] Help with expansion condition for an autenticator with server_condition.
Robert Bannocks wrote:

> 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 was the exact expansion you tried?

Something like
${if or { \
{crypteq {...}} \
{ldapauth {...}} \
}}
should work.

> 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


"or" has only a special meaning inside ${if ...}