Re: [exim] Trivial Mailinllists in exim4

Etusivu
Poista viesti
Vastaa
Lähettäjä: David Woodhouse
Päiväys:  
Vastaanottaja: Frank Simon
Kopio: exim-users
Aihe: Re: [exim] Trivial Mailinllists in exim4
On Sun, 2004-09-12 at 14:42 +0200, Frank Simon wrote:>
> > You set 'no_verify' on the router -- so it's bypassed when your RCPT
> > ACL
> > presumably does 'require verify = recipient', and then the ACL doesn't
> > think that's a valid address.
>
> I test it, but i get Unknown User from outside again.


Test with 'exim -bh 47.0.0.1' to simulate a connection from the outside.
You'll see a lot of debugging output. Work out why the new
'listforward_verify' router didn't work when the recipient was verified
-- or if that wasn't the problem, it should show what the real problem
was.

--
dwmw2