Re: [exim] A catch all non existent adresses config

Página Inicial
Delete this message
Reply to this message
Autor: John Burnham
Data:  
Para: oleg, exim-users
Assunto: Re: [exim] A catch all non existent adresses config
> 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