Hi
I am using Apache with sendmail on a linux box with the home directory called /home/php_user
I want to pipe all emails sent to php_user@mydomain.com to
$DOCUMENT_ROOT/private_scripts/process_email.php
Someone told me there were two ways to do this 1) via the aliases option in sendmail (webmin) or 2) via the .forward file in the home directory.
As I am a newbie at sendmail, any examples with actual lines of code would be greatly appreciated.