Passing mails to a script using Postfix
Thursday, November 13th, 2008Imagine a scenario in which you would have to pipe mails to a local user to a php/perl script and you are using Postfix as the MTA . In Postfix this can be setup using procmail as the command for local delivery
==========================
postconf -e ‘mailbox_command = /usr/bin/procmail’
postfix reload
===========================
You should also verify that mail for the root [...]