Denbun IMAP version Manual
User's Manual | Administrator's Manual | Installation Guide | Initial Settings Guide
Back to Menu
 

Installation Guide - Solaris Version

This section describes how to install Denbun (Solaris version).
This explanation assumes that the server OS is a Solaris and the web server is using Apache Server.
Please refer to the system requirements on the product web site for Linux distribution supported.
To uninstall Denbun, please refer this guide.

Denbun may now be installed.
Copy the file you downloaded to the web server and install it.
The following installation process is assuming that the executable directory is "/var/apache/cg-bin/dnwml".

1. Extract archive

Use a super user for the process.
Copy the setup file to the installation directory.
It assumes that the installation directory is "/var/apache/cgi-bin" and setup file name is dnwmlxxx.tar.gz.

% su
Password:
# cp dnwmlxxx.tar.Z /var/apache/cgi-bin/
# cd /var/apache/cgi-bin/
#

Expand the file using tar command.

# uncompress dnwmlxxx.tar.Z
# tar xvf dnwmlxxx.tar

Directory "dnwml" will be created and the following directories and files will be extracted.

# ls dnwml
INSTSOL.en          dnwml.cgi           dnwmldata           dnwmljs.cgi
INSTSOL.ja          dnwmlattdwlbat      dnwmldir.cgi        dnwmllocal
LICENSE.en          dnwmlattdwlcomp.sh  dnwmldirbat         dnwmlpage
LICENSE.ja          dnwmlbat            dnwmldwlbat         dnwmlroot
README.en           dnwmlcom.cgi        dnwmldwlcomp.sh     lib
README.ja           dnwmlconfig.cgi     dnwmlfile.cgi       t_p_s_license
dntranslation.cgi   dnwmlcp             dnwmlimportuserbat
#

Please note that you should read LICENSE and README file.

2. Move dnwmlroot to document root

Move the extracted directory.
If the document root of your web sever is "/var/apache/htdocs", move "dnwmlroot" to there.

# mv dnwml/dnwmlroot/ /var/apache/htdocs/
#

3. Add the path for the dynamic library

Add the path for the dynamic library to your web server's settings and then restart the web server.

# vi /etc/apache/httpd.conf

Add the following line.

SetEnv LD_LIBRARY_PATH /var/apache/cgi-bin/dnwml/lib

Restart the web server after the addition.

# /etc/init.d/apache restart

4. Change owner

Change the owner of the directory "dnwml" that Denbun is installed.
If Denbun is installed in "/var/apache/cgi-bin/dnwml", set "User ID" and "Group ID" of the directory to the user who provides HTTP service.
(It assumes that both "User ID" and "Group ID" is "nobody".)

# chown -R nobody:nobody /var/apache/cgi-bin/dnwml
# chown -R nobody:nobody /var/apache/htdocs/dnwmlroot
#

5. Finished

The installation of Denbun completed.

6. Access to Denbun

After the installation, access to the Denbun Management Tool.
Start up a browser and enter the URL.

http://(IP address of server or server name)/cgi-bin/dnwml/dnwmlconfig.cgi?

Set your mail server information in "Initial Settings" and then,

Access to Denbun for HTML5:
http://(IP address of server or server name)/cgi-bin/dnwml/dnwmljs.cgi?

Access to Denbun for Flash:
http://(IP address of server or server name)/cgi-bin/dnwml/dnwmlflash.cgi?


1. Uninstallation

The following installation process is assuming that the executable directory is "/var/apache/cg-bin/dnwml" and Denbun is installed there.

1. Remove directories

Remove the directories that the files for Denbun are stored
(It assumes that www home directory is "/var/apache/htdocs").

# rm -rf /var/apache/htdocs/dnwmlroot
# rm -rf /var/apache/cgi-bin/dnwml
#

2. Finished

The uninstallation of Denbun completed.

 
Copyright (C) NEOJAPAN Inc. All Rights Reserved.