hi,
with exim 4 i am using in the acl-section anywhere
sender=myname@???
that works fine if the sendername is correct......
but if i do
sender = "${lookup pgsql{select adr from account where adr is not
null}}"
or
sender = "${lookup pgsql{select adr from account where adr is not
null}{$value}fail}"
it will not work , and deny everything-----
why? any suggestions?
i use the same lookup for my local-domains, and it works fine, or
didnt?? my english is bad, so i didnt understand a single word sometime
frm the docu