On Tue, 21 Jun 2011 02:15:03 +0200, Simone Caruso <[email protected]> wrote: > On 21/06/2011 00:50, [email protected] wrote: >> virtusertable.mappings.cf >> >> hosts = host >> user = user >> password = pass >> dbname = virtusertable >> query = SELECT address, destination FROM mappings WHERE address = '%s' > Try > query = SELECT destination FROM mappings WHERE address = '%s'
Simon, That did the trick! Funny how it's so easy to miss such an obvious error. Cheers, Michael
