> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Sartorelli, Kevin > Sent: 23 May 2005 04:36 > To: [email protected] > Subject: [exim] Redirecting incoming mail > > How would one go about redirecting incoming mail from a > certain user and deliver it to a different address to that > originally specified? > Pointers to documentation gratefully received as I can't spot it :-( >
Add a router like this: my_redirect: driver = redirect domains = +local_domains senders = [EMAIL PROTECTED] data = [EMAIL PROTECTED] Mark -- ## 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/
