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