Re: [exim] help for exim sql tables

Top Page
Delete this message
Reply to this message
Author: Warren Baker
Date:  
To: Chen Guoqiang
CC: exim-users
Subject: Re: [exim] help for exim sql tables
On 22/01/2008, Chen Guoqiang <axinhust@???> wrote:
>
>
>
> --------------------------------------------------------------------------------------------------
> sqlite> select * from alias;
> axinhust|syan.com.cn|axinchan@??? : demo@??? :
> test@???|01/04/2008
>
> --------------------------------------------------------------------------------------------------




Change the separator from a ":" (semi-colon) to a "," (comma).

Warren