We need to realize the following as part of an autoresponder system:
All unrouted emails are to be piped to a perl script AND a copy of those emails should be send to a specific pop account.
We have set the default address (through cPanel) to be piped to the perl script as follows:
All works fine, with the exception that we do not receive the mails which are handled by the perl script.PHP Code:default address: |/usr/bin/perl /home/user/public_html/cgi-bin/folder1/script.pl
Any help is highly appreciated.How do we need to modify the above to get
a) a copy of each mail to be sent to a specific pop account (pop@domain.com)
and
b) to continue to get the mail piped through the above perl script?
Thanks so much in advance.



LinkBack URL
About LinkBacks
Reply With Quote






