How can I setup Exim to pipe all incoming mail to a command (PHP)? and never reject an email?

I'm using Debain squeeze, and Exim4

link|improve this question

44% accept rate
possible duplicate of forward all mail on a specified domain to script – mailq Nov 3 '11 at 23:19
@mailq except I want all domains, and I use Exim, not Postfix – Petah Nov 3 '11 at 23:28
feedback

1 Answer

With a permissive ACL and a pipe transport Do you really mean all incoming mail?

If you want to just write a damn configuration file yourself instead of fighting the Debian way of doing Exim, name it /etc/exim4/exim4.conf - it will override the Debian-specific scattered-in-subdirectories configuration.

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.