On 08/02/07, Drav Sloan <[EMAIL PROTECTED]> wrote:
> And the router:
>
> virus_checker_router:
>   driver = manualroute
>   transport = virus_checker_smtp
>   route_list = * $received_ip_address
>
> With Transport:
>
> virus_checker_smtp:
>  driver = smtp
>  port = 1234
>
> (the idea of using $received_ip_address is that I can port the config
> to multiple hosts)
>
> However on SMTP convo:
>
> C: rcpt to:<[EMAIL PROTECTED]>
> S: 451 Temporary local problem - please try later
>
> H=virus1.bis.ext (there) [192.168.207.54]:37873 I=[192.168.207.54]:44 F=<> 
> temporarily rejected RCPT <[EMAIL PROTECTED]>: remote host address is the 
> local host
>
> Is there an option to stop Exim seeing this as a "routing issue"?

Add to the router config:

self=send

http://www.exim.org/exim-html-4.66/doc/html/spec_html/ch15.html

Peter

-- 
Peter Bowyer
Email: [EMAIL PROTECTED]

-- 
## 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