blob: 13988924aac43550b5f8da8aa464d317eaf66f35 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
$NetBSD: patch-aa,v 1.2 2001/02/02 19:39:19 jlam Exp $
--- config/config_default.php.orig Fri Feb 2 10:43:27 2001
+++ config/config_default.php
@@ -125,7 +125,7 @@
// anything if it's true, but some servers will respond weird if it's
// false. (Cyrus works fine whether it's true OR false).
- $show_contain_subfolders_option = false;
+ $show_contain_subfolders_option = true;
// This option controls what character set is used when sending mail
// and when sending HTMl to the browser. Do not set this to US-ASCII,
@@ -147,7 +147,7 @@
// Relative (to the config directory):
// $data_dir = "../data/";
- $data_dir = "../data/";
+ $data_dir = "/var/spool/squirrelmail/data/";
// Path to directory used for storing attachments while a mail is
// being sent. There are a few security considerations regarding this
@@ -161,7 +161,7 @@
// there for too long.
// - It should probably be another directory than data_dir.
- $attachment_dir = $data_dir;
+ $attachment_dir = "/var/spool/squirrelmail/attachments/";
// This is the default size of the folder list. Default is 150,
// but you can set it to whatever you wish.
|