On Sat, 10 Oct 2009, Manish Kathuria wrote: > On Sat, Oct 10, 2009 at 10:29 AM, Sahil Tandon <sa...@tandon.net> wrote: > > > On Sat, 10 Oct 2009, Manish Kathuria wrote: > > > > > Is there any content filtering mechanism available using which the > > > outgoing mails from all the users or selective users are held in a > > > queue, and are released only after they are examined and approved by > > > the administrator or a designated person ? > > > > Use an access(5) map to HOLD mails from a given set of users; use > > postcat(1) to examine messages; and use postsuper(1) to release or > > delete from the queue. > > > > http://www.postfix.org/access.5.html > > http://www.postfix.org/postcat.1.html > > http://www.postfix.org/postsuper.1.html > > > > -- > > Sahil Tandon <sa...@tandon.net> > > > > That's a great tip. This would serve the purpose as far as the text messages > go. However the mail administrator is more interested in having a look at > the attachments being sent with the mail which would appear encoded in the > queues. Is there any web interface to have a look at the messages in the > queue and also issue the postsuper command ?
There is no web interface as distributed with Postfix. Just pipe postcat(1) output to a mime decoder to view the attachments. -- Sahil Tandon <sa...@tandon.net>