> On Dec 21, 2017, at 3:33 PM, Stefan Bauer <stefan.ba...@cubewerk.de> wrote: > > damn. thats it. Thank you Motty! I just forgot that after re-queue it has > wait $maximal_queue_lifetime in queue. > Changed it for testing to 1m and mails were gone with non-delivery > notification to sender.
Still a bad idea, any other email that comes in during that time will may become collateral damage to the unreasonably short queue lifetime. To expire mail to an unreachable destination that tempfails, add a transport entry: somewhere.example error:5.1.2 destination unreachable rebuild the transport table, send one message that's not to that destination (to flush the IIRC queue-manager's one-slot transport resolution cache) and then flush the queue. Avoid changing the queue lifetime. -- Viktor.