[Exim] Mysql Rewrites

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Andrew Chant
日付:  
To: exim-users
題目: [Exim] Mysql Rewrites
Again on the subject of MySQL I am attempting to get header rewriting
working with the database.

The following statement is used:

MYSQL_REWRITE = select rewrite from rewrites where address =
'${quote_mysql:$domain}' or address = '${quote_mysql:$local_part}'

and rewrite line:

*@*     {lookup_mysql{MYSQL_REWRITE}{$value}fail}       T


This is the line it keeps complaining about.

Any pointers would be appreciated.

Andy