OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
Re: catch all taking emails of valid email accounts

From: Victor Duchovni (Victor.Duchovnimorganstanley.com)
Date: Wed Oct 01 2008 - 14:39:32 CDT


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:majordomopostfix.org?body=unsubscribe%20postfix-users>

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.