Re: [exim] all mails to root

Top Page
Delete this message
Reply to this message
Author: Mike Kennedy
Date:  
To: Daniele Gallarato
CC: exim-users
Subject: Re: [exim] all mails to root
Here's a simple example of a catch-all router:

catch_all:
driver = redirect
domains = mydomain.com
data = root@???

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 <
daniele.gallarato@???> 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 (fake@??? , pluto@??? 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/
>