Re: [Exim] mysql lookups

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Philip Hazel
Ημερομηνία:  
Προς: Margrit.Lottmann
Υ/ο: 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.