(Please keep the discussion on-list - others can then jump in to help)
On Thu, 23 Dec 2004 11:42:57 +0200, Paulo Andre <pandre@???> wrote:
> Peter Bowyer wrote:
> > On Thu, 23 Dec 2004 11:01:36 +0200, Paulo Andre <pandre@???> wrote:
> >
> >>Is it possible and correct to set up Exim to only receive email for
> >>existing accounts?
> >
> >
> > Yes - to both questions.
> >
> > A 'verify = recipient' statement in your RCPT ACL will do the job.
> > Assuming you're running Exim 4.
> >
> > Peter
> >
> accept domains = +local_domains
> endpass
>
> verify = recipient
Is the domain you're concerned with listed in +local_domains?
What's the configuration of the router which routes this mail?
Try a debug session with exim -bh and watch the ACLs being evaluated,
you'll probably find a clue there.
Peter