Re: [exim] mysql expansion

Top Page
Delete this message
Reply to this message
Author: John Burnham
Date:  
To: exim-users
Subject: Re: [exim] mysql expansion
> Thanks Mike, that seems to do it. however...
>
> bash3.1 #exim -bt r.mcglue@???
> r.mcglue@??? cannot be resolved at this time: failed to expand
> "${lookup mysql{select concat(mailbox,'@',host) from routing
> where alias
> = '${quote_mysql:$local_part}'}}": lookup of "select
> concat(mailbox,'@',host) from routing where alias = 'r.mcglue'" gave
> DEFER: incomplete MySQL server data: sXT


Hmm. That suggests to me that your MySQL server details in the main bit of the
config aren't quite right. Do you have any other MySQL lookups that work ? (That
would prove my theory wrong.)
J