Here's a simple example of a catch-all router: catch_all: driver = redirect domains = mydomain.com data = [email protected]
In this case you'd want to be sure to put it after your other local delivery router(s) so it won't catch valid users as well. On Fri, Mar 9, 2012 at 7:07 AM, Daniele Gallarato < [email protected]> wrote: > Hello. > > I've this need: > > I want that all emails to my domain, that is not directed to a valid user, > is redirect to another user. > > How can configure this? > > For example: > > in my exim4 server, for domain mydomain.com , there are users: daniele, > user1, admin and for these email, deliver is normal, when someone write to > another mail address ([email protected] , [email protected] and so on), > mail is delivered to root maildir. > > Thanks in advance for any suggestion. > > Daniele > -- > ## 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/ > -- ## 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/
