Hi Alex,
Thanks for the prompt response.
I understand what you are saying, but I think there is something else wrong:
Here is how my system is setup:
home/w3009/public_html/helpdesk (all TTX and files are located here)
Now I've tried placing mailbox.cgi in almost every directory possible just to test it out, but I can execute .cgi scripts in any folder, so it does not matter. But I currently have it in:
home/w3009/cgi-bin (above public_html)
My current mailbox.cgi config is set to: (and I have verified these paths are correct):
use lib '/home/w3009/public_html/helpdesk';
# my $cfgdir = '.'; # '/www/cgi-bin/ttx';
my $cfgdir = '.'; # '/home/w3009/public_html/helpdesk';
My email PIPE is set up correctly also:
|/home/w3009/cgi-bin/mailbox.cgiThis is the return email message I am currently receiving with all of the above configs:
A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed:
pipe to |/home/w3009/cgi-bin/mailbox.cgi
generated by test@w3009.com
The following text was generated during the delivery attempt:
------ pipe to |/home/w3009/cgi-bin/mailbox.cgi
generated by test@w3009.com ------
Fatal error: File does not exist [config] at /home/w3009/cgi-bin/mailbox.cgi line 90.