Autor: Peter Bowyer Fecha: A: exim users Asunto: Re: [exim] Reject Specific users...
On 01/06/07, Dan_Mitton@??? <Dan_Mitton@???> wrote: > Ok, it seemed like that the 550 was the correct response. How do I have
> Exim "accept" the message and generate a bounce??
Write a new router above the one which would reject an invalid
address, which has 'verify_only' set. Make this router accept the
invalid addresses. This way they'll be accepted at ACL time (no 550
happens), but when they can't be routed at delivery time, Exim will
send a bounce instead.
Make sure you're only doing this in the context of your submission
client, not facing the world.