Re: [exim] 550 Unknown user

Top Pagina
Delete this message
Reply to this message
Auteur: Kjetil Torgrim Homme
Datum:  
Aan: exim-users
Onderwerp: Re: [exim] 550 Unknown user
On Thu, 2006-09-14 at 10:03 +0100, Kris Monstad wrote:
> Thanks for the response! Our configuration is as follows (I cant explain
> any of the logic behind anything in it - Ive just been introduced to the
> whole thing...) :


it's looking quite good.

> begin routers
> govaninitiative:
> driver = manualroute
> domains = govan-initiative.co.uk
> transport = remote_smtp
> route_list = * 10.1.30.9


this router will accept _any_ address within that domain. is this the
domain you got bounces from?

I recommend you edit this stanza in your RCPT ACL:

  accept  domains       = +relay_to_domains
          endpass
          verify        = recipient/callout=30s,defer_ok


this means Exim will attempt a dummy delivery to the backend server to
check the veracity of the address.

--
Kjetil T.