Re: [exim] mysql expansion

トップ ページ
このメッセージを削除
このメッセージに返信
著者: John Burnham
日付:  
To: exim-users
題目: 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