Go Back   Zervex Forums > Zervex News > Frequently Asked Questions
User Name
Password
Register FAQ Members List Calendar Mark Forums Read
Reply
 
Thread Tools Display Modes
  #1  
Old 04-01-2003, 05:29 AM
LeeJ LeeJ is offline
Zervex Staff
 
Join Date: Nov 2002
Location: Dublin Ohio
Posts: 750
LeeJ is on a distinguished road
How do I install my own Software Packages

Below are instructions on how to install SquirrelMail within your software manager and make it available to all users on the machine.

1. Download the SquirrelMail source and place it in the /var/db/dsm/pkgs/source directory.
http://unc.dl.sourceforge.net/source...-1.2.11.tar.gz

2. Put the below code in a file called squirrelmail within your /var/db/dsm/pkgs directory.


#----------Start File---------------
[info]
package_name = "SquirrelMail"
package_version = "1.2.11"
category = "Mail Tools"
package_file = "squirrelmail-1.2.11.tar.gz"
author_url = "http:/www.squirrelmail.org"
author_name = "SquirrelMail Team"
adminurl = 'http://%%DOMAIN%%/%%INSTALLDIR%%/'
tardir = squirrelmail-1.2.11

[description]
SquirrelMail is a standards-based webmail package written in PHP4. It includes
built-in pure PHP support for the IMAP and SMTP protocols, and all pages render
in pure HTML 4.0 (with no JavaScript required) for maximum compatibility across
browsers. It has very few requirements and is very easy to configure and install. SquirrelMail has all the functionality you would want from an email client, including strong MIME support, address books, and folder manipulation.

[file config/config_default.php]
replace $domain = 'mydomain.com';
with $domain = '%%DOMAIN%%';
replace $imap_server_type = 'cyrus';
with $imap_server_type = 'courier';
replace $auto_create_special = true;
with $auto_create_special = false;

[install]
copyFile config/config_default.php config/config.php
mkdir attachments
chmod 777 attachments
chmod 777 data
#---------------EndFile----------
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 05:38 PM.


Powered by vBulletin Version 3.5.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.