On 18/09/2007, Eric Kiara <[EMAIL PROTECTED]> wrote: > I need set EXIM to route messages to local users according to > /etc/mail/aliases with sendmail style virtual email groups. I have created > individual files for each group which contain the actual local user names > and have used :include: in my /etc/mail/aliases file i.e. > > everyone: :include: /etc/<path to file containing list of every > account created on this server> > > How do I go about it? i.e. creation of routers and any other configuration.
A redirect router - http://www.exim.org/exim-html-current/doc/html/spec_html/ch22.html There are a few examples embedded in the docs, and the default config contains a router that handles sendmail-style '/etc/aliases' processing. Peter -- Peter Bowyer Email: [EMAIL PROTECTED] -- ## 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/
