[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-developers] Qube 2 webmail package
- Subject: Re: [cobalt-developers] Qube 2 webmail package
- From: "Adrian Parker" <adrian@xxxxxxxxxxxxx>
- Date: Tue Jul 10 00:01:40 2001
- List-id: Discussion Forum for developers on Cobalt Networks products <cobalt-developers.list.cobalt.com>
----- Original Message -----
From: "Taco Scargo - Sun Holland - Leiden" <Taco.Scargo@xxxxxxx>
Sent: Tuesday, July 10, 2001 8:58 AM
> I actually compiled and configured a nice webmail package (NeoMail) for
one of
> our clients. Once I am finished with this project I'll do some tweaks and
create
> pkgs for Qube2/RaQ2/3 and 4. Expect them to surface on
http://pkg.nl.cobalt.com
> in about two weeks from now...
You'll need to do these changes for Neomail:
# NOTE: You'll obviously need to change the path to the location
# of your own script (/home/sites/site18/web/cgi-bin), and change
# the IP, URL, and path in httpd.conf
################################
# /home/sites/site18/web/cgi-bin
#
-rwsr-xr-x 1 root mail 46528 May 26 12:25 neomail-prefs.pl
-rwsr-xr-x 1 root mail 119500 May 24 08:58 neomail.pl
###############
# /var/neomail/
#
-rwxr-xr-x 1 root root 710 May 24 08:58 checklogin.pl
##########################
# /etc/httpd/conf/srm.conf
#
<Directory /home/sites/site18/web/cgi-bin>
AllowOverride None
Options None
Order allow,deny
Allow from all
Options +ExecCGI
</Directory>
############################
# /etc/httpd/conf/httpd.conf
#
<VirtualHost 139.142.231.195>
ServerName mailhub.ontarioweb.ca
ServerAdmin site18
DocumentRoot /home/sites/site18/web
RewriteEngine on
RewriteCond %{HTTP_HOST} !^139.142.231.195(:80)?$
RewriteCond %{HTTP_HOST} !^mailhub.ontarioweb.ca(:80)?$
RewriteRule ^/(.*) http://mailhub.ontarioweb.ca/$1
[L,R]
RewriteOptions inherit
AliasMatch ^/~([^/]+)(/(.*))? /home/sites/site18/users/$1/web/$3
AliasMatch ^/users/([^/]+)(/(.*))? /home/sites/site18/users/$1/web/$3
# AddHandler chiliasp .asp
# AddHandler chiliasp .asa
AddType application/x-httpd-php .php4
AddType application/x-httpd-php .php
AddHandler cgi-wrapper .cgi
#AddHandler cgi-wrapper .pl
#AddHandler cgi-script .cgi
AddHandler cgi-script .pl
AddHandler server-parsed .shtml
AddType text/html .shtml
</VirtualHost>
#############################
# /etc/httpd/conf/access.conf
#
<Directory /home/sites/site18/web/cgi-bin>
AllowOverride None
Options None
Order allow,deny
Allow from all
Options +ExecCGI
</Directory>