On Wed, Oct 01, 2008 at 09:35:04PM +0200, mouss wrote:

> query = select %s from yourvirtualmailboxtable where '%s' = email

The first "%s" should probably also be in quotes or better yet, use
the field name:

    query = select '%s' from yourvirtualmailboxtable where '%s' = email
    query = select email from yourvirtualmailboxtable where '%s' = email

-- 
        Viktor.

Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the "Reply-To" header.

To unsubscribe from the postfix-users list, visit
http://www.postfix.org/lists.html or click the link below:
<mailto:[EMAIL PROTECTED]>

If my response solves your problem, the best way to thank me is to not
send an "it worked, thanks" follow-up. If you must respond, please put
"It worked, thanks" in the "Subject" so I can delete these quickly.

Reply via email to