Fri, 17 Apr 2009 23:40:08 +0200
Update and completely overhaul packaging and build configuration.
1 <?php
3 /**
4 * SquirrelMail Configuration File
5 * Created using the configure script, conf.pl
6 */
8 global $version;
9 $config_version = '1.4.0';
10 $config_use_color = 1;
12 $org_name = "Provisional Email";
13 $org_logo = SM_PATH . 'images/opkg_large.png';
14 $org_logo_width = '277';
15 $org_logo_height = '88';
16 $org_title = "SquirrelMail $version";
17 $signout_page = '';
18 $frame_top = '_top';
20 $motd = "";
21 $provider_uri = 'http://www.openpkg.org/';
22 $provider_name = 'OpenPKG';
24 $squirrelmail_default_language = 'de_DE';
25 $default_charset = 'iso-8859-1';
26 $lossy_encoding = false;
28 $domain = '@l_fqdm@';
29 $imapServerAddress = '@l_fqdm@';
30 $imapPort = 143;
31 $useSendmail = true;
32 $smtpServerAddress = '@l_fqdm@';
33 $smtpPort = 25;
34 $sendmail_path = '@l_prefix@/sbin/sendmail';
35 $pop_before_smtp = false;
36 $imap_server_type = 'dovecot';
37 $invert_time = false;
38 $optional_delimiter = 'detect';
40 $default_folder_prefix = '';
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 = false;
48 $list_special_folders_first = true;
49 $use_special_folder_color = true;
50 $auto_expunge = true;
51 $default_sub_of_inbox = true;
52 $show_contain_subfolders_option = false;
53 $default_unseen_notify = 2;
54 $default_unseen_type = 1;
55 $auto_create_special = false;
56 $delete_folder = false;
57 $noselect_fix_enable = false;
59 $data_dir = '@l_prefix@/share/squirrelmail/prefs/';
60 $attachment_dir = '@l_prefix@/var/squirrelmail/spool/attach/';
61 $dir_hash_level = 1;
62 $default_left_size = '224';
63 $force_username_lowercase = true;
64 $default_use_priority = true;
65 $hide_sm_attributions = false;
66 $default_use_mdn = true;
67 $edit_identity = true;
68 $edit_name = true;
69 $hide_auth_header = true;
70 $allow_thread_sort = true;
71 $allow_server_sort = true;
72 $allow_charset_search = true;
73 $uid_support = true;
75 $plugins[0] = 'abook_take';
76 $plugins[1] = 'administrator';
77 $plugins[2] = 'calendar';
78 $plugins[3] = 'compatibility';
79 $plugins[4] = 'delete_move_next';
80 $plugins[5] = 'filters';
81 $plugins[6] = 'info';
82 $plugins[7] = 'listcommands';
83 $plugins[8] = 'mail_fetch';
84 $plugins[9] = 'message_details';
85 $plugins[10] = 'newmail';
86 $plugins[11] = 'spamcop';
87 $plugins[12] = 'squirrelspell';
88 $plugins[13] = 'squirrel_logger';
89 $plugins[14] = 'translate';
91 /* NOP, for patch line placeholder (avoids fuzz) */
92 $theme_css = '';
93 $theme_default = 4;
94 $theme[0]['PATH'] = '@l_prefix@/share/squirrelmail/themes/bluesome.php';
95 $theme[0]['NAME'] = 'Bluesome';
96 $theme[1]['PATH'] = '@l_prefix@/share/squirrelmail/themes/dark_green.php';
97 $theme[1]['NAME'] = 'Dark Green';
98 $theme[2]['PATH'] = '@l_prefix@/share/squirrelmail/themes/dark_grey_theme.php';
99 $theme[2]['NAME'] = 'Dark Grey';
100 $theme[3]['PATH'] = '@l_prefix@/share/squirrelmail/themes/deepocean_theme.php';
101 $theme[3]['NAME'] = 'Deep Ocean';
102 $theme[4]['PATH'] = '@l_prefix@/share/squirrelmail/themes/default_theme.php';
103 $theme[4]['NAME'] = 'Default';
104 $theme[5]['PATH'] = '@l_prefix@/share/squirrelmail/themes/forest_theme.php';
105 $theme[5]['NAME'] = 'Forest';
106 $theme[6]['PATH'] = '@l_prefix@/share/squirrelmail/themes/ice_theme.php';
107 $theme[6]['NAME'] = 'Ice';
108 $theme[7]['PATH'] = '@l_prefix@/share/squirrelmail/themes/maize_theme.php';
109 $theme[7]['NAME'] = 'Maize';
110 $theme[8]['PATH'] = '@l_prefix@/share/squirrelmail/themes/purple_theme.php';
111 $theme[8]['NAME'] = 'Purple';
112 $theme[9]['PATH'] = '@l_prefix@/share/squirrelmail/themes/sandstorm_theme.php';
113 $theme[9]['NAME'] = 'Sand Storm';
114 $theme[10]['PATH'] = '@l_prefix@/share/squirrelmail/themes/seaspray_theme.php';
115 $theme[10]['NAME'] = 'Sea Spray';
116 $theme[11]['PATH'] = '@l_prefix@/share/squirrelmail/themes/servery_theme.php';
117 $theme[11]['NAME'] = 'Servery';
118 $theme[12]['PATH'] = '@l_prefix@/share/squirrelmail/themes/silver_steel_theme.php';
119 $theme[12]['NAME'] = 'SilverSteel';
120 $theme[13]['PATH'] = '@l_prefix@/share/squirrelmail/themes/simple_green_theme.php';
121 $theme[13]['NAME'] = 'SimpleGreen';
122 $theme[14]['PATH'] = '@l_prefix@/share/squirrelmail/themes/simple_purple.php';
123 $theme[14]['NAME'] = 'SimplePurple';
124 $theme[15]['PATH'] = '@l_prefix@/share/squirrelmail/themes/wood_theme.php';
125 $theme[15]['NAME'] = 'Wood';
127 $ldap_server[0] = array(
128 'host' => 'ldaps://ldap.host.tld:636/',
129 'base' => 'dc=region,dc=domain,dc=tld',
130 'name' => 'Serveur LDAP',
131 'port' => 636,
132 'binddn' => 'cn=user,dc=domain,dc=tld',
133 'bindpw' => 'password',
134 'protocol' => 3
135 );
137 $addrbook_dsn = '';
138 $addrbook_table = 'address';
139 $abook_global_file = '';
140 $abook_global_file_writeable = false;
141 $abook_global_file_listing = true;
142 $abook_file_line_length = 2048;
143 $default_use_javascript_addr_book = true;
145 $prefs_dsn = '';
146 $prefs_table = 'userprefs';
147 $prefs_user_field = 'user';
148 $prefs_key_field = 'prefkey';
149 $prefs_val_field = 'prefval';
150 $addrbook_global_dsn = '';
151 $addrbook_global_table = 'global_abook';
152 $addrbook_global_writeable = false;
153 $addrbook_global_listing = false;
155 $no_list_for_subscribe = false;
156 $smtp_auth_mech = 'digest-md5';
157 $imap_auth_mech = 'digest-md5';
158 $smtp_sitewide_user = '';
159 $smtp_sitewide_pass = '';
160 $use_imap_tls = false;
161 $use_smtp_tls = false;
162 $session_name = 'SQMSESSID';
163 $only_secure_cookies = true;
165 $config_location_base = '';
167 @include SM_PATH . 'config_local.php';
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 */
176 ?>