It looks like you have mailing-lists.htm in the top level of the web page and imailsrv.pl in the cgi directory under the top level. Your form action is "../cgi/imailsrv.pl" which tries going up a level to find the cgi directory. Try changing it to just "cgi/imailsrc.pl" and it should be able to find it.
Dan ---------- Original Message ---------------------------------- From: "Innovative Truck Products" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] Date: Tue, 4 Feb 2003 16:00:04 -0700 >Yes. It executes other PERL scripts in the same folder just fine. > >Dennis Schroeder >Innovative Truck Products >[EMAIL PROTECTED] >www.innovative-truck-products.com > > > ----- Original Message ----- > From: Nathan Fouarge > To: [EMAIL PROTECTED] > Sent: Tuesday, February 04, 2003 3:58 PM > Subject: RE: [IMail Forum] imailsrv2.pl & IIS5 Problem > > > Have you checked the permissions on the 'website' in IIS to make sure that it can >execute scripts? > -----Original Message----- > From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED]]On Behalf Of Michael Lauritzen > Sent: Tuesday, February 04, 2003 4:29 PM > To: [EMAIL PROTECTED] > Subject: RE: [IMail Forum] imailsrv2.pl & IIS5 Problem > > > Well, you can make sure that the path to the .pl is correct. Sometimes changing >../ ot just / or even ./ will work. Don't ask me why but it is just what I have >found. The other is to make sure all of the hidden fields are correct. > -----Original Message----- > From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED]]On Behalf Of Innovative Truck Products > Sent: Tuesday, February 04, 2003 3:33 PM > To: [EMAIL PROTECTED] > Subject: Re: [IMail Forum] imailsrv2.pl & IIS5 Problem > > > Michael, > > The extension doesn't seem to matter. I changed the file "mailing-lists.htm" >back to .html and it does the same thing. I'm currently using the early version that >doesn't do the e-mail verification, just to simplify things. It fails on SUBMIT to >the .pl...and it looks to me like it can't find the .pl file...but it's there??? > > Dennis Schroeder > Innovative Truck Products > [EMAIL PROTECTED] > www.innovative-truck-products.com > > > ----- Original Message ----- > From: Michael Lauritzen > To: [EMAIL PROTECTED] > Sent: Tuesday, February 04, 2003 1:18 PM > Subject: RE: [IMail Forum] imailsrv2.pl & IIS5 Problem > > > I think I know your problem. It is looking for .html files and you have .htm. >Take a look at the file exts on your server after you uploaded it. > > -----Original Message----- > From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED]]On Behalf Of Innovative Truck Products > Sent: Tuesday, February 04, 2003 3:05 PM > To: [EMAIL PROTECTED] > Subject: Re: [IMail Forum] imailsrv2.pl & IIS5 Problem > > > Yes, I used a script similar to that from Microsofts website. Executed it >from the same directory as follows: > > http://../cgi/test.pl? > > Don't click the link, the file isn't there anymore. The script ran fine >though. > > Dennis Schroeder > Innovative Truck Products > [EMAIL PROTECTED] > www.innovative-truck-products.com > > > ----- Original Message ----- > From: Michael Lauritzen > To: [EMAIL PROTECTED] > Sent: Tuesday, February 04, 2003 11:22 AM > Subject: RE: [IMail Forum] imailsrv2.pl & IIS5 Problem > > > do any .pl scripts run on the server for example > > > can you save this to a .pl file and execute it > > print "HTTP/1.0 200 OK\n"; > print "Content-Type: text/html\n\n"; > print "<HTML>\n"; > print "<HEAD>\n"; > print "<TITLE>Hello World</TITLE>\n"; > print "</HEAD>\n"; > print "<BODY>\n";print "<H4>Hello World</H4>\n"; > print "<P>\n"; > print "Your IP Address is $ENV{REMOTE_ADDR}.\n"; > print "<P>"; > print "<H5>Have a nice day</H5>\n"; > print "</BODY>\n";print "</HTML>\n"; > > > > -----Original Message----- > From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED]]On Behalf Of Innovative Truck Products > Sent: Tuesday, February 04, 2003 1:05 PM > To: [EMAIL PROTECTED] > Subject: Re: [IMail Forum] imailsrv2.pl & IIS5 Problem > > > IMail web is on the standard 8383 and IIS is on 80. > > Dennis Schroeder > Innovative Truck Products > [EMAIL PROTECTED] > www.innovative-truck-products.com > > > ----- Original Message ----- > From: Michael Lauritzen > To: [EMAIL PROTECTED] > Sent: Tuesday, February 04, 2003 11:00 AM > Subject: RE: [IMail Forum] imailsrv2.pl & IIS5 Problem > > > What port are you running the web server and what port are you >running Imail web messaging? The two can't run on the same port. > -----Original Message----- > From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED]]On Behalf Of Innovative Truck Products > Sent: Tuesday, February 04, 2003 12:51 PM > To: [EMAIL PROTECTED] > Subject: [IMail Forum] imailsrv2.pl & IIS5 Problem > > > I have a Win2k Server running IIS 5. > > I've installed the latest ActivePERL and I can see where it was >configured in IIS. > > I have downloaded the imailsrv2.zip file and put the files in their >correct locations. > > I have run the "imailcgi -install..." successfully. > > I have edited the .html file. > > When I bring up the html file and click submit, the screen changes >to a 404 Page Not Found error. The address line is referring to: > > http://www.innovative-truck-products.com/cgi/imailsrv2.pl > > This is the correct path to the script. I have enabled "script >source access". > > Why would this come up "not found"??? > > Dennis > To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/
