RE: [Exim] Why is it skipping routers?

Top Page
Delete this message
Reply to this message
Author: Cal Evans
Date:  
To: Nico Erfurth
CC: exim-users
Subject: RE: [Exim] Why is it skipping routers?
you da man!

Thanks.

*
* Cal Evans
* The Virtual CIO
* http://www.calevans.com
*


-----Original Message-----
From: Nico Erfurth [mailto:masta@perlgolf.de]
Sent: Thursday, November 14, 2002 1:09 PM
To: Cal Evans
Cc: exim-users@???
Subject: 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