Hi Wietse, Thanks for your help. We were able to quarantine the message by using appropriate QUARANTINE event in milter. But after we call quarantine, the message is not delivered to user, I think that is fine. But we were not able to find the message anywhere. How can we find that message and resend to user if needed.
Regards, Ranjan From: owner-postfix-de...@postfix.org <owner-postfix-de...@postfix.org> on behalf of Wietse Venema <wie...@porcupine.org> Date: Thursday, 2 June 2022 at 3:38 AM To: Postfix developers <postfix-devel@postfix.org> Subject: Re: Quarantine message using milter ran...@skurelabs.com: > Thanks for information. I am already using a java version of milter which > listens to 10099 port for milter support > Main.cf file: > > # JMilter (info_milter) > > info_milter = inet:127.0.0.1:10099 > > milter_protocol = 6 > > How can I resend the email again, if User allows that. This seems > to be little complicated. You can un-quarantine (release from the 'hold' queue) a message with the "postsuper -H" command. See https://www.postfix.org/postsuper.1.html Wietse