John Robinson wrote: > On 21/11/2007 16:10, riccardo diago wrote: > >> I want to redirect (for now) just one email account of mail server1 to >> mail server 2. >> How can I do it ? >> I tried this in my exim.conf : >> ... >> #test: >> # driver = manualroute >> # transport = remote_smtp >> # local_parts = joe.deep >> # route_list = * mail-server-2 >> >> It didn't work... :( >> >> someone can help me out? >> > > No mention of domains here. The above will catch [EMAIL PROTECTED] > so it's almost definitely not what you want. If was working from the > default config, and joe.deep is a local user, I'd be inclined to add to > my /etc/aliases file: > > joe.deep : [EMAIL PROTECTED] > > Cheers, > > John. > > Hi
In the exim.filter add: vi /etc/exim4/exim.filter unseen deliver your_mailbox By -- ilimit... *Oscar Mas* [EMAIL PROTECTED] ÀREA SISTEMES 0034 937 333 375 VOLTA 1, PIS 5 08224 TERRASSA.BCN Aquest enviament és confidencial i està destinat únicament a la persona a qui s'ha enviat. Pot contenir informació privada sotmesa al secret professional, la distribució de la qual està prohibida per la legislació vigent. -- ## 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/
