![]() |
|
#1
|
|||
|
|||
|
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---------- |
![]() |
| Thread Tools | |
| Display Modes | |
|
|