PDA

View Full Version : Is there a way SG will do this for me...


pwaugh
04-30-2007, 01:23 PM
Hi,

First, I love everything about my account here so far.

However, I have found one thing that I need and have been unable to do through cPanel.

I purchased PerlDesk, as I want to have the best support for our new product we are about to release, but I am unable to "pipe" the critical emails to PerlDesk as the smtp server is share, and so I have no access to /etc/aliases to do this:

support@benchmark-avionics.com : "|/public_html/cgi-bin/include/email.cgi"
billing@benchmark-avionics.com : "|/public_html/cgi-bin/include/email.cgi"

And give sendmail explicit permission to run that cgi like this:

Create a system link to the email.cgi in the Sendmail smrsh folder,

cd /etc/smrsh
ln -s /home/benchmar/public_html/cgi-bin/include/email.cgi

Anyway, if there is ANY way I can get this done or do it, we would be eternally greatful.

Warm regards,

Patrick Waugh MA
Benchmark Avionics

Val
05-03-2007, 08:28 AM
You can easily place e-mail pipes using your CPanel control panel. To do so you will need to:

1) Enter your CPanel.
2) Click on the Mail tab.
3) Click on Forwarders
4) add |"/home/usernamehere/public_html/somepath/somescript.cgi" as forwarder and any mail will be piped to the script.