On Fri, Apr 24, 2015 at 11:49:26AM +0100, Robin Becker wrote:
>
> I am trying to use the scheme proposed here
> 
> http://n3mesisfixx.blogspot.co.uk/2013/07/configuring-exim4-to-route-to-many.html

[... skip ...]

> # exim4 -bt [email protected]
> R: system_aliases for [email protected]
> R: userforward for [email protected]
> R: procmail for [email protected]
> R: maildrop for [email protected]
> R: lowuid_aliases for [email protected] (UID 1000)
> R: local_user for [email protected]
> [email protected]
>     <-- [email protected]
>     <-- [email protected]
>     <-- [email protected]
>   router = local_user, transport = mail_spool
> 
> any ideas why this is failing? Do I need to get rid of my local aliases?

 It works exactly as you set: any mail to <*@bbb.domain.com> is routed
 to <[email protected]>. Article mentions this behaviour as intended.

 If you do not understand what happens, run Exim with "-d+route" debugging
 option and trace all conversions of the recipient address, step by step.

 As for local aliases, the output show that "system_aliases" router
 does NOT change incoming address, probably because address is not catched
 by router's conditions.
-- 
 Eugene Berdnikov

-- 
## List details at https://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/

Reply via email to