git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@14438...
[squirrelmail.git] / contrib / RPM / config.php.redhat
1 <?php
2
3 /**
4 * SquirrelMail Configuration File
5 * Created using the configure script, conf.pl
6 */
7
8 global $version;
9 $config_version = '1.4.0';
10 $config_use_color = 1;
11
12 $org_name = "SquirrelMail";
13 $org_logo = SM_PATH . 'images/sm_logo.png';
14 $org_logo_width = '308';
15 $org_logo_height = '111';
16 $org_title = "SquirrelMail $version";
17 $signout_page = '';
18 $frame_top = '_top';
19
20 $provider_uri = '';
21 $provider_name = '';
22
23 $motd = "";
24
25 $squirrelmail_default_language = 'en_US';
26
27 $domain = 'localhost';
28 $imapServerAddress = 'localhost';
29 $imapPort = 143;
30 $useSendmail = true;
31 $smtpServerAddress = 'localhost';
32 $smtpPort = 25;
33 $sendmail_path = '/usr/sbin/sendmail';
34 $pop_before_smtp = false;
35 $imap_server_type = 'uw';
36 $invert_time = false;
37 $optional_delimiter = '/';
38
39 $default_folder_prefix = 'mail/';
40 $trash_folder = 'Trash';
41 $sent_folder = 'Sent';
42 $draft_folder = 'Drafts';
43 $default_move_to_trash = true;
44 $default_move_to_sent = true;
45 $default_save_as_draft = true;
46 $show_prefix_option = true;
47 $list_special_folders_first = true;
48 $use_special_folder_color = true;
49 $auto_expunge = true;
50 $default_sub_of_inbox = false;
51 $show_contain_subfolders_option = true;
52 $default_unseen_notify = 2;
53 $default_unseen_type = 1;
54 $auto_create_special = true;
55 $delete_folder = false;
56 $noselect_fix_enable = false;
57
58 $default_charset = 'iso-8859-1';
59 $data_dir = '__PREFSDIR__';
60 $attachment_dir = '__ATTDIR__';
61 $dir_hash_level = 0;
62 $default_left_size = '150';
63 $force_username_lowercase = false;
64 $default_use_priority = true;
65 $hide_sm_attributions = false;
66 $default_use_mdn = true;
67 $edit_identity = true;
68 $edit_name = true;
69 $allow_thread_sort = true;
70 $allow_server_sort = true;
71 $allow_charset_search = true;
72 $uid_support = true;
73
74 $plugins[0] = 'delete_move_next';
75 $plugins[1] = 'squirrelspell';
76 $plugins[2] = 'newmail';
77
78 $theme_css = '';
79 $theme_default = 0;
80 $theme[0]['PATH'] = SM_PATH . 'themes/default_theme.php';
81 $theme[0]['NAME'] = 'Default';
82 $theme[1]['PATH'] = SM_PATH . 'themes/plain_blue_theme.php';
83 $theme[1]['NAME'] = 'Plain Blue';
84 $theme[2]['PATH'] = SM_PATH . 'themes/sandstorm_theme.php';
85 $theme[2]['NAME'] = 'Sand Storm';
86 $theme[3]['PATH'] = SM_PATH . 'themes/deepocean_theme.php';
87 $theme[3]['NAME'] = 'Deep Ocean';
88 $theme[4]['PATH'] = SM_PATH . 'themes/slashdot_theme.php';
89 $theme[4]['NAME'] = 'Slashdot';
90 $theme[5]['PATH'] = SM_PATH . 'themes/purple_theme.php';
91 $theme[5]['NAME'] = 'Purple';
92 $theme[6]['PATH'] = SM_PATH . 'themes/forest_theme.php';
93 $theme[6]['NAME'] = 'Forest';
94 $theme[7]['PATH'] = SM_PATH . 'themes/ice_theme.php';
95 $theme[7]['NAME'] = 'Ice';
96 $theme[8]['PATH'] = SM_PATH . 'themes/seaspray_theme.php';
97 $theme[8]['NAME'] = 'Sea Spray';
98 $theme[9]['PATH'] = SM_PATH . 'themes/bluesteel_theme.php';
99 $theme[9]['NAME'] = 'Blue Steel';
100 $theme[10]['PATH'] = SM_PATH . 'themes/dark_grey_theme.php';
101 $theme[10]['NAME'] = 'Dark Grey';
102 $theme[11]['PATH'] = SM_PATH . 'themes/high_contrast_theme.php';
103 $theme[11]['NAME'] = 'High Contrast';
104 $theme[12]['PATH'] = SM_PATH . 'themes/black_bean_burrito_theme.php';
105 $theme[12]['NAME'] = 'Black Bean Burrito';
106 $theme[13]['PATH'] = SM_PATH . 'themes/servery_theme.php';
107 $theme[13]['NAME'] = 'Servery';
108 $theme[14]['PATH'] = SM_PATH . 'themes/maize_theme.php';
109 $theme[14]['NAME'] = 'Maize';
110 $theme[15]['PATH'] = SM_PATH . 'themes/bluesnews_theme.php';
111 $theme[15]['NAME'] = 'BluesNews';
112 $theme[16]['PATH'] = SM_PATH . 'themes/deepocean2_theme.php';
113 $theme[16]['NAME'] = 'Deep Ocean 2';
114 $theme[17]['PATH'] = SM_PATH . 'themes/blue_grey_theme.php';
115 $theme[17]['NAME'] = 'Blue Grey';
116 $theme[18]['PATH'] = SM_PATH . 'themes/dompie_theme.php';
117 $theme[18]['NAME'] = 'Dompie';
118 $theme[19]['PATH'] = SM_PATH . 'themes/methodical_theme.php';
119 $theme[19]['NAME'] = 'Methodical';
120 $theme[20]['PATH'] = SM_PATH . 'themes/greenhouse_effect.php';
121 $theme[20]['NAME'] = 'Greenhouse Effect (Changes)';
122 $theme[21]['PATH'] = SM_PATH . 'themes/in_the_pink.php';
123 $theme[21]['NAME'] = 'In The Pink (Changes)';
124 $theme[22]['PATH'] = SM_PATH . 'themes/kind_of_blue.php';
125 $theme[22]['NAME'] = 'Kind of Blue (Changes)';
126 $theme[23]['PATH'] = SM_PATH . 'themes/monostochastic.php';
127 $theme[23]['NAME'] = 'Monostochastic (Changes)';
128 $theme[24]['PATH'] = SM_PATH . 'themes/shades_of_grey.php';
129 $theme[24]['NAME'] = 'Shades of Grey (Changes)';
130 $theme[25]['PATH'] = SM_PATH . 'themes/spice_of_life.php';
131 $theme[25]['NAME'] = 'Spice of Life (Changes)';
132 $theme[26]['PATH'] = SM_PATH . 'themes/spice_of_life_lite.php';
133 $theme[26]['NAME'] = 'Spice of Life - Lite (Changes)';
134 $theme[27]['PATH'] = SM_PATH . 'themes/spice_of_life_dark.php';
135 $theme[27]['NAME'] = 'Spice of Life - Dark (Changes)';
136 $theme[28]['PATH'] = SM_PATH . 'themes/christmas.php';
137 $theme[28]['NAME'] = 'Holiday - Christmas';
138 $theme[29]['PATH'] = SM_PATH . 'themes/darkness.php';
139 $theme[29]['NAME'] = 'Darkness (Changes)';
140 $theme[30]['PATH'] = SM_PATH . 'themes/random.php';
141 $theme[30]['NAME'] = 'Random (Changes every login)';
142 $theme[31]['PATH'] = SM_PATH . 'themes/midnight.php';
143 $theme[31]['NAME'] = 'Midnight';
144 $theme[32]['PATH'] = SM_PATH . 'themes/alien_glow.php';
145 $theme[32]['NAME'] = 'Alien Glow';
146 $theme[33]['PATH'] = SM_PATH . 'themes/dark_green.php';
147 $theme[33]['NAME'] = 'Dark Green';
148 $theme[34]['PATH'] = SM_PATH . 'themes/penguin.php';
149 $theme[34]['NAME'] = 'Penguin';
150
151 $default_use_javascript_addr_book = false;
152 $addrbook_dsn = '';
153 $addrbook_table = 'address';
154
155 $prefs_dsn = '';
156 $prefs_table = 'userprefs';
157 $prefs_user_field = 'user';
158 $prefs_key_field = 'prefkey';
159 $prefs_val_field = 'prefval';
160 $no_list_for_subscribe = false;
161 $smtp_auth_mech = 'none';
162 $imap_auth_mech = 'login';
163 $use_imap_tls = false;
164 $use_smtp_tls = false;
165 $session_name = 'SQMSESSID';
166
167 @include SM_PATH . 'config/config_local.php';
168
169 /**
170 * Make sure there are no characters after the PHP closing
171 * tag below (including newline characters and whitespace).
172 * Otherwise, that character will cause the headers to be
173 * sent and regular output to begin, which will majorly screw
174 * things up when we try to send more headers later.
175 */