I used to pipe incoming emails using:
|/path/to/php/script in .forward file at /home folder.
But the actual system I'm working on is based on MaƬldir instead MBOX. So that solution does not work.
I have no clue how to pipe emails correctly to PHP.
feedback
|
This question came from our site for professional and enthusiast programmers.
|
It should be similar, what are you trying to accomplish? My server is in Maildir format, and I have something similar to what you are doing and it works fine. It shouldn't matter if you're using Maildir or MBOX format, all that is handled by the mail server. | |||||||||
feedback
|
|
In case of "virtual mailboxes",
| |||
|
feedback
|