From: SourceForge.net <no...@so...> - 2003-10-06 15:08:09
|
Support Requests item #818658, was opened at 2003-10-06 15:08 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=425770&aid=818658&group_id=39625 Category: Install Problem (example) Group: None Status: Open Resolution: None Priority: 5 Submitted By: David Weis (djweis) Assigned to: Nobody/Anonymous (nobody) Summary: Problems on IIS Initial Comment: I'm trying to use nms_formmail on IIS 5 with ActiveState perl as an ISAPI dll. I can make a couple line perl script that runs fine and prints out hello world, so the Perl install seems fine. Running the formmail gives the error: 'd:\inetpub\testsite\cgi-bin\register.pl' script produced no output I renamed formmail to register.pl to not break other links. This is what my configuration is set to: $DEBUGGING = 1; $emulate_matts_code= 0; $secure = 1; $allow_empty_ref = 1; $max_recipients = 5; $mailprog = 'SMTP:192.168.10.10'; $postmaster = 'dj...@in...'; @referers = qw(www.site.org); @allow_mail_to = qw(site.org internetsolver.com); @recipients = (dj...@in...); %recipient_alias = (); @valid_ENV = qw(REMOTE_HOST REMOTE_ADDR REMOTE_USER HTTP_USER_AGENT); $locale = ''; $charset = 'iso-8859-1'; $date_fmt = '%A, %B %d, %Y at %H:%M:%S'; $style = '/css/nms.css'; $no_content = 0; $double_spacing = 1; $wrap_text = 0; $wrap_style = 1; $send_confirmation_mail = 0; $confirmation_text = <<'END_OF_CONFIRMATION'; From: yo...@yo... Subject: form submission Thank you for your form submission. END_OF_CONFIRMATION There is an smtp server running on 192.168.10.10. Any ideas? Thanks dave dj...@in... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=425770&aid=818658&group_id=39625 |