I have a php script which gets the received emails with piping method. This is set in /var/qmail/mailnames/mydomain.com/.qmail-default as:

|/path/to/my/script.php

I want to pipe the received email to two different php scripts. Is this possible?

Is it possible to set two pipes in /var/qmail/mailnames/mydomain.com/.qmail-default ?

|/path/to/my/script_1.php
|/path/to/my/script_2.php

Do you have any thoughts? Thanks!

link|improve this question

64% accept rate
feedback

1 Answer

Okay, just tested it and you need to enter multiple pipes on multiple lines.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.