Installing VisualMail Enterprise
tar zxvf visualmail-3.0.tar.gz
cd visualmail-3.0/
su root
./setup
Then you will have to enter some directories information:
Installation directory [/usr/local/visualmail]:
The Installation directory is where all the VisualMail file will be installed.
Web server cgi-bin directory [/var/lib/httpd/cgi-bin]:
The cgi-bin directory is the cgi executable directory of your web server software where the VisualMail executable file will be stored.
Web server document root directory [/var/lib/httpd/htdocs]:
The document root directory is the html root directory of your web server software where the VisualMail gif files will be stored.
crontab -e
and add the following line (example):
00 05 * * * <your_install_directory>/bin/dbutil >/dev/null
The 'dbutil' program must be executed as root in order to open all the databases.
Installing VisualMail Standard
tar zxvf visualmail-3.0.tar.gz
cd visualmail-3.0/
su root
./setup
Then you will have to enter some directories information:
Installation directory [/usr/local/visualmail]:
The Installation directory is where all the VisualMail file will be installed.
Web server cgi-bin directory [/var/lib/httpd/cgi-bin]:
The cgi-bin directory is the cgi executable directory of your web server software where the VisualMail executable file will be stored.
Web server document root directory [/var/lib/httpd/htdocs]:
The document root directory is the html root directory of your web server software where the VisualMail gif files will be stored.