Jump to content

Email Piping


Link

Recommended Posts

I have read many articles on the subject, but I cannot get it to work for the life of me.

 

Here are the details:

 

I am trying to pip emails coming to [email protected] to /home/eventron/public_html/script/mobile.php  I am using cPanel which supports both Sendmail and forwarding emails to files.  If I use the latter, I get an error bounced back saying the email was not successfully locally transferred.

 

Can someone help me out in any way?

 

Thanks,

->Ryan

Link to comment
https://forums.phpfreaks.com/topic/57894-email-piping/
Share on other sites

So, now I have decided to go with Sendmail.  But, my problem is, it isn't piping at all.  Mail is just delivered normally.

 

I tried adding the .forward file to my /home/eventron/ directory, but nothing happens when I send an email...it just goes through unaffected.  Any clues as to what's going on?

Link to comment
https://forums.phpfreaks.com/topic/57894-email-piping/#findComment-287679
Share on other sites

PHP compiled as a CGI binary, not just as an Apache module;

 

a local mail system or MTA, (are you using Sendmail, Exim, Qmail or some other system);

shell access to your server, whether or not you have to be root depends on your mail system.

 

 

link.

http://www.evolt.org/article/Incoming_Mail_and_PHP/18/27914/index.html

 

 

You mean this dont you?

Link to comment
https://forums.phpfreaks.com/topic/57894-email-piping/#findComment-287682
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.