jaschwa
11-13-2001, 09:12 PM
A client of mine purchased a package called OptIn Lightning (http://optinlightning.com/) to manage his subscriber mailing list.
When an email is received for the subscribe mailbox, it needs to be passed to a Perl script called post.cgi which extracts the subscriber's email address and adds it to a database. The program offers the option of using a .forward file or a .procmailrc file to enable this to work.
I've determined that setting up the .procmailrc file according to their instructions does nothing, so I'm concentrating on the .forward file.
The .forward file contains the following line:
\gameabyss4,"|/usr/bin/perl /home/sites/www.freecasinobook.com/web/optin/post.cgi"
When I send an email, I get this error bounced back:
sh: perl not available for sendmail programs.
Anybody have any ideas on this one?
Thank-you.
When an email is received for the subscribe mailbox, it needs to be passed to a Perl script called post.cgi which extracts the subscriber's email address and adds it to a database. The program offers the option of using a .forward file or a .procmailrc file to enable this to work.
I've determined that setting up the .procmailrc file according to their instructions does nothing, so I'm concentrating on the .forward file.
The .forward file contains the following line:
\gameabyss4,"|/usr/bin/perl /home/sites/www.freecasinobook.com/web/optin/post.cgi"
When I send an email, I get this error bounced back:
sh: perl not available for sendmail programs.
Anybody have any ideas on this one?
Thank-you.
