Re: [Exim] Why is it skipping routers?

Pàgina inicial
Delete this message
Reply to this message
Autor: Nico Erfurth
Data:  
A: Cal Evans
CC: exim-users
Assumpte: Re: [Exim] Why is it skipping routers?
Cal Evans wrote:
> Exim 4.05/Gentoo 1.3x/mysql 3.23.52/mailman 1.10/spamassassin
>
> I have everything working together until I add in my mailman_router:
> I can get it to work but then my mysql_forward: stops working.
>
> from the config file:

....
> mysql_forward:
> domains = +local_domains
> driver = redirect
> no_verify
> no_expn
> check_ancestor
> data = ${lookup mysql{SELECT_USER_FORWARD}}
> file_transport = address_file
> pipe_transport = address_pipe
> reply_transport = address_reply


.....
>
> Why does it just skip over the mysql_forwarder router and going to
> mailman_router?  What does:
>      mysql_forward router skipped: verify 2 0 0
> mean?


what you showed was the verifying, and mysql_forward has no_verify set,
so it's skipped while verifying, remove the no_verfiy.

ciao