I think I figured out how to pipe to Perldesk. I was getting Errors in my qmail/current log saying
delivery 7: deferral: /bin/sh:_/home/e-smith/files/ibays/perldesk/cgi-bin/include/email.cgi:_Permission_denied/
delivery 8: deferral: Can't_locate_Mail/Sender.pm_in_@INC_(@...
You have to make sure that the permissions are set to get to that file.
/perldesk/cgi-bin/include/mods/mail/sender.pm
I changed /mods /mail and sender.pm to 755
I don't know if this is the correct permissions for that type of file or not.
If it isn't please let me know if I should set the permissions a little more
strict.
Now piping is working into perldesk
I also created .qmail-help in /var/qmail/alias with one line pointing to email.cgi:
| /home/e-smith/files/ibays/perldesk/cgi-bin/include/email.cgi
I hope this helps out someone.
Tim