Hi Mike,

the statement

select users.uid from users,domains where localpart =
'frizze<[EMAIL PROTECTED]>'
and domain = 'harfouche.de <[EMAIL PROTECTED]>' and users.domain_id =
domains.domain_id

is bringing no result. But it CAN not bring an result because it's an
catchall. The user "frizze" does not exist. That cannot work for catchall...

> > if i am not wrong, this is what you should have in that virtual_delivery
> > transport
> >
> > user = ${lookup mysql{select users.uid  from users,domains \
> >        where localpart = '${quote_mysql:$local_part}' \
> >        and domain = '${quote_mysql:$domain}' \
> >        and users.domain_id = domains.domain_id}}
> >  group = ${lookup mysql{select users.gid from users,domains \
> >        where localpart = '${quote_mysql:$local_part}' \
> >        and domain = '${quote_mysql:$domain}' \
> >        and users.domain_id = domains.domain_id}}
> >

That string is exactly what you wrote.

Martin





-- 
## List details at http://www.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/

Reply via email to