On Sun, 2 Jul 2006, Timothy Arnold wrote: > The file is for example: > > [EMAIL PROTECTED]: [EMAIL PROTECTED] > [EMAIL PROTECTED]: [EMAIL PROTECTED] > > If the user emails [EMAIL PROTECTED], if recursive lookups work, it should > email [EMAIL PROTECTED] but doesn't. it continues to the next > router believing that it hasn't matched [EMAIL PROTECTED]
Is this something simple like you haven't changed the default aliasing router? By default, the system_aliases router looks up only the local part, not the whole address as you have it above. Given that you *have* set up an appropriate router, your expectation above is correct. Run a test using -d and -bt to see why it is doing what it is doing. -- Philip Hazel University of Cambridge Computing Service Get the Exim 4 book: http://www.uit.co.uk/exim-book -- ## 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/
