On Wed, 21 Mar 2001, Bruce Edge wrote:
> Sorry for the rookie poset, but here goes:
>
> exim running on xx@???
> deliver me@??? locally
> deliver everythoneelse@??? via smtp
>
> How can I get it to deliver to me locally and everyone else at the same
> domain via SMTP to the mx record specified host?
Create a domainlist router to pick off the one address and pass it to the
directors:
me:
driver = domainlist
domains = dom.com
local_parts = me
route_list = * localhost byname
self = local
Put this router before the normal lookuphost router.
Then make sure you have a director that handles me@???. Do NOT put
dom.com in local_domains.
--
Philip Hazel University of Cambridge Computing Service,
ph10@??? Cambridge, England. Phone: +44 1223 334714.