[email protected]: > Hello Folks, > Is it possible to quarantine an email using before > queue milter(http://www.postfix.org/MILTER_README.html). > I would appreciate your help.
Yes. Look for a libmilter library funtion called smfi_quarantine()
or something similar. The exact name depends on whether you use
C, or one of the other language bindings.
Upon receiving a 'quarantine' request, Postfix will move the message
to the 'hold' queue.
Wietse
