W3Mail Installation (Windows and IIS)
Requirements:
§ Professional or Server version of NT/2000/XP
§ Microsoft IIS (Tested on 5.0)
§ MySQL (3.23.44 or greater, Hasn’t been tested with 4.0)
§ ActiveState Perl (5.6.0 or greater)
Installation Steps:
Install required
applications
1.
Download and Install Apache 1.3.26 from
http://www.apache.org/dist/httpd/binaries/win32/
1. Download and Install MySQL 3.23.xx or 4.0 from http://www.mysql.com/downloads/mysql-3.23.html
2. Download and Install the most recent ActiveState ActivePerl from http://www.activestate.com/Products/Download/Register.plex?id=ActivePerl
3. Purchase or download an evaluation of W3Mail at http://www.cascadesoft.com/products/w3mail/2.0
4. Extract the W3Mail zip file to a temporary location
Installing with install.pl
5.
.
Open a command prompt, change to this directory, and enter the command ‘perl install.pl’. This
program will walk you through the setup of W3Mail.
Configure the Database
Configure Webservers
Installing Manually
1.
If you choose to install manually, Install will ask
for 4 different directories.
2.
It will first prompt for an installation directory
for the CGI scripts. This directory
needs to be in your CGI or Scripts portion of your webserver,
and must be accessible from the web.
3.
Install will now ask the web path to this directory
(i.e. /cgi-bin/w3mail)
4.
Install will ask for the web resources
directory. This needs to be in the html
portion of your webserver, and is where images, stylesheets, and javascripts will
reside.
5.
As before, you also need to enter the web path for
this directory (i.e. /w3mailresources)
Configure Mail Servers
Configure W3Admin
3. Install next asks for the location to take users after they log out. Enter any URL here, and when the user clicks logout, he will be forwarded to that URL. By default, the user is returned to the W3Mail login screen.
At this point,
configuration of W3Mail should be complete. Save the file you received
via email, w3mail.key, in the location you’ve
installed W3Mails scripts.
Configure IIS to associate .cgi extensions with Perl
6. For IIS to run W3Mail, you must associate the *.cgi extension with perl
a. Right click the W3Mail virtual directory that you just created, and click Properties.
b.
Click ‘Configuration’, and select the
‘App Mappings’ tab in this window

c.
Click ‘Add’

i. In the Executable field enter the full path to your perl executable, followed by “%s” %s
ii. Enter .cgi as the Extension
iii. In the verbs section, click ‘Limit to’ and enter ‘GET,HEAD,POST,TRACE’
iv. Check the ‘Script Engine’ box, and click ‘OK’
d. Click ‘OK’ in all the previous dialog boxes, and IIS should now be configured for .cgi files.
7. Load http://yourhost/W3Mail/login.cgi to login to W3Mail.