Re: [Exim] mysql lookups

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Philip Hazel
日付:  
To: Margrit.Lottmann
CC: exim-users
題目: Re: [Exim] mysql lookups
On Wed, 15 Aug 2001 Margrit.Lottmann@??? wrote:

> following error message:
> 2001-08-15 10:23:12 Exim configuration error
> unknown rewrite flag character (m) in line 386


You have a rewrite rule which contains spaces in the second item. You
must therefore put it in quotes.

> *@mail.bildung-lsa.de ${lookup mysql{select main_addr from synonyms where \

                                ^
                                ^
                                ^

> syn_addr='${quote_mysql:$local_part@$domain}'}{$value}fail} Fftq


Try

*@mail.bildung-lsa.de "${lookup mysql{select main_addr from synonyms where \
syn_addr='${quote_mysql:$local_part@$domain}'}{$value}fail}" Fftq


-- 
Philip Hazel            University of Cambridge Computing Service,
ph10@???      Cambridge, England. Phone: +44 1223 334714.