Lähettäjä: Tamas TEVESZ Päiväys: Vastaanottaja: Mike Mimic Kopio: exim-users Aihe: Re: [Exim] Autoreply problem
On Tue, 27 Aug 2002, Mike Mimic wrote:
> sends an e-mail to "test" user (which does not
> exist on system) exim automaticly reply to him. > test: > verify = false > verify failed for SMTP recipient test@??? ...
1. "test" doesnt exist on your system.
2. you create a router to have "test" anyway, which you are handling
specially.
3. you tell that router not to participate in the verification
process.
4. you probably have receiver_verify enabled, from the looks of it.
5. verification fails.