freebsd-ports/mail/squirreloutlook/files/patch-config-config_default.php
Martin Wilke 6b5a7815a1 SquirrelOutlook 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) for maximum
compatibility across browsers. It has very few requirements and is very
easy to configure and install. SquirrelOutlook has a all the functionality
you would want from an email client, including strong MIME support,
address books, and folder manipulation

WWW: http://sourceforge.net/projects/squirreloutlook/

- Dennis Cabooter
freebsd@rootxs.org

PR:		ports/107303
Submitted by:	Simon Dick <simond at irrelevant.org>
2007-01-08 23:03:14 +00:00

20 lines
572 B
PHP

--- config/config_default.php.orig Wed Jun 2 10:49:41 2004
+++ config/config_default.php Wed Jun 2 10:50:21 2004
@@ -442,7 +442,7 @@
* $data_dir = SM_PATH . 'data/';
* @global string $data_dir
*/
-$data_dir = SM_PATH . 'data/';
+$data_dir = '/var/spool/squirrelmail/pref/';
/**
* Attachments directory
@@ -460,7 +460,7 @@
* + It should probably be another directory than data_dir.
* @global string $attachment_dir
*/
-$attachment_dir = $data_dir;
+$attachment_dir = '/var/spool/squirrelmail/attach/';
/**
* Hash level used for data directory.