RE: [Exim] rewrite rules

Top Page
Delete this message
Reply to this message
Author: Thomas Kinghorn
Date:  
To: 'Giuliano Gavazzi'
CC: Exim-Users (E-mail)
Subject: RE: [Exim] rewrite rules
Tried that, for some reason, the lookup fails

<snip>
routing thomas@???
>>> mtnns.net in "lsearch;/usr/exim/virtual/virtual_domains"? yes (matched

"lsearch;/usr/exim/virtual/virtual_domains")
>>> calling virtual_alias router
>>> virtual_alias router declined for thomas@???
>>> mtnns.net in "! +local_domains

:lsearch;/usr/exim/virtual/virtual_domains"? yes (matched
"lsearch;/usr/exim/virtual/virtual_domains")
>>> calling hub_route router
>>> host not found
>>> hub_route router passed for thomas@???
>>> mtnns.net in "! +local_domains"? yes (end of list)
>>> calling dnslookup router
>>> 196.4.87.24 in "0.0.0.0 : 127.0.0.0/8"? no (end of list)
>>> 196.4.87.23 in "0.0.0.0 : 127.0.0.0/8"? no (end of list)
>>> routed by dnslookup router
>>> ----------- end verify ------------
>>> accept: condition test succeeded

250 Accepted


-----Original Message-----
From: Giuliano Gavazzi [mailto:eximlists@humph.com]
Sent: 14 January 2003 10:22
To: Thomas Kinghorn; Exim-Users (E-mail)
Subject: Re: [Exim] rewrite rules


At 9:05 +0200 2003/01/14, Thomas Kinghorn wrote:
>Morning all.


morning

>Just a quck question.
>
>Is it possible to have the rewrite rules in a file, rather than in the
>cinfig file?
>I am using exim 4.10
>
>i need to rewrite the the recipient address before sending to the
>manual_route router.
>
>eg.
>@booksite.co.za                 %1@???
>@dispatch.co.za                 %1@???

>


what about an lsearch lookup?


g