Re: [Exim] mixing local and non-local users of the same doma…

Top Page
Delete this message
Reply to this message
Author: Tamas TEVESZ
Date:  
To: Robert Rotman
CC: exim-users
Subject: Re: [Exim] mixing local and non-local users of the same domain
On Thu, 4 Apr 2002, Robert Rotman wrote:

> Is it possible to have local and non-local user of the same daomian
> in a exim 3.x configuration?


like this:

foo_redirect:
driver = smartuser
domains = foo.bar
local_parts = joe : jane : tim
transport = foo_new_mailserver_tp

foo.bar is your mentioned domain, local parts are those that should
land on the new mailserver, and the transport is something like this:

foo_new_mailserver_tp:
driver = smtp
hosts = <new mailserver ip>
hosts_override
batch_max = 0
max_rcpt = 1

(don't ask about the latter two, it work with these for me, doesn't
without :)

the idea is like this, the implementation may have rough edges though
:)


--
[-]