Autor: Dave C. Data: Para: Tamas TEVESZ CC: Norman Walsh, Exim Users Asunto: Re: [Exim] Configuration question
On Thu, 15 Nov 2001, Tamas TEVESZ wrote:
> On 15 Nov 2001, Norman Walsh wrote:
>
> > | weird_hack_employer_2:
> > | driver = domainlist
> > | transport = local_rsmtp
> > | domains = *.MYEMPLOYER.com
> > | route_list = "*.MYEMPLOYER.com localhost byname"
> >
> > Catches "foo@???" but not "foo@???".
>
> domains = myemployer.com : *.myemployer.com
That will be one item necesarry, you should also modify the route_list
to catch that as well. In fact, as long as you have "domains" set, you
could just use, becuase this router will never be called for any domain
that doesnt match the domain setting anyway...