From: Grant Taylor on
On 11/16/2009 8:06 AM, Simon wrote:
> Could you please tell me what to put in my aliases file, so that all
> incoming mail for *anything*@domain.com is sent to a PHP script on my
> box.

You could also define a new mailer (that pipes directly in to STDIN of
your PHP script) that is used via MailerTable.

I have done this for a few different things and it works out well. It
also does not require the use of VirtUserTable or Procmail or .forward
files.



Grant. . . .