On Wed, 2010-12-22 at 11:58 +1300, Gregory Machin wrote: > I'm trying to rewite the To:<adderss> for all email from > [email protected] but the rules are not working. > > I have tried the follow in configs/rewrite > > > begin rewrite > > [email protected] [email protected] t # by my understanding this should work > > and then I tried > > [email protected] [email protected] tFfscs # and the should but will be > over kill.
It works. I use that on my 3 Exim servers without problems. begin rewrite root [email protected] T # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - [email protected] [email protected] T [email protected] [email protected] T What is probably missing is a route from your machine to the destination of the rewritten domain name. Have you ensured there is a router and transport programmed to process the new (re-written) address ? Happy Christmas to everyone. Paul. -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
