On 01/06/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> 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. Peter -- Peter Bowyer Email: [EMAIL PROTECTED] -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
