> Well John, i tried it already, something like that:
> ---------------------------------------------------------------
> mysql_users_aliases:
> driver = redirect
> file_transport = address_file
> pipe_transport = address_pipe
> data = ${lookup mysql{ SELECT id FROM users \
> WHERE id='${quote_mysql:${local_part}@${domain}}' }} \n \
> ${lookup mysql{SELECT sendto FROM aliases \
> WHERE (username='$local_part' AND
> domainname='$domain')}} no_more
>
Is that last line a typo ? Does your real configuration have no_more on a
separate line ?
But anyway, when you have those two routers in place what does something like
exim -d -bt nonexistantlocalpart@domainwithwildcardentry
give you as output ?
John