1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/squirrelmail/config.php Wed Apr 15 22:49:00 2009 +0200 1.3 @@ -0,0 +1,199 @@ 1.4 +<?php 1.5 + 1.6 +/** 1.7 + * SquirrelMail Configuration File 1.8 + * Created using the configure script, conf.pl 1.9 + */ 1.10 + 1.11 +global $version; 1.12 +$config_version = '1.4.0'; 1.13 +$config_use_color = 1; 1.14 + 1.15 +$org_name = "Email"; 1.16 +$org_logo = SM_PATH . 'images/opkg_large.png'; 1.17 +$org_logo_width = '277'; 1.18 +$org_logo_height = '88'; 1.19 +$org_title = "SquirrelMail $version"; 1.20 +$signout_page = ''; 1.21 +$frame_top = '_top'; 1.22 + 1.23 +$provider_uri = 'http://www.openpkg.org/'; 1.24 + 1.25 +$provider_name = 'OpenPKG'; 1.26 + 1.27 +$motd = ""; 1.28 + 1.29 +$squirrelmail_default_language = 'de_DE'; 1.30 +$default_charset = 'iso-8859-1'; 1.31 +$lossy_encoding = false; 1.32 + 1.33 +$domain = '@l_fqdm@'; 1.34 +$imapServerAddress = '@l_fqdm@'; 1.35 +$imapPort = 143; 1.36 +$useSendmail = true; 1.37 +$smtpServerAddress = '@l_fqdm@'; 1.38 +$smtpPort = 25; 1.39 +$sendmail_path = '@l_prefix@/sbin/sendmail'; 1.40 +$pop_before_smtp = false; 1.41 +$imap_server_type = 'cyrus'; 1.42 +$invert_time = false; 1.43 +$optional_delimiter = '.'; 1.44 + 1.45 +$default_folder_prefix = ''; 1.46 +$trash_folder = 'INBOX.Trash'; 1.47 +$sent_folder = 'INBOX.Sent'; 1.48 +$draft_folder = 'INBOX.Drafts'; 1.49 +$default_move_to_trash = true; 1.50 +$default_move_to_sent = true; 1.51 +$default_save_as_draft = true; 1.52 +$show_prefix_option = false; 1.53 +$list_special_folders_first = true; 1.54 +$use_special_folder_color = true; 1.55 +$auto_expunge = true; 1.56 +$default_sub_of_inbox = true; 1.57 +$show_contain_subfolders_option = false; 1.58 +$default_unseen_notify = 2; 1.59 +$default_unseen_type = 1; 1.60 +$auto_create_special = false; 1.61 +$delete_folder = true; 1.62 +$noselect_fix_enable = false; 1.63 + 1.64 +$data_dir = '@l_prefix@/share/squirrelmail/prefs/'; 1.65 +$attachment_dir = '@l_prefix@/var/squirrelmail/spool/attach/'; 1.66 +$dir_hash_level = 1; 1.67 +$default_left_size = '224'; 1.68 +$force_username_lowercase = false; 1.69 +$default_use_priority = true; 1.70 +$hide_sm_attributions = false; 1.71 +$default_use_mdn = true; 1.72 +$edit_identity = true; 1.73 +$edit_name = true; 1.74 +$allow_thread_sort = true; 1.75 +$allow_server_sort = true; 1.76 +$allow_charset_search = true; 1.77 +$uid_support = true; 1.78 + 1.79 +$plugins[0] = 'abook_take'; 1.80 +$plugins[1] = 'administrator'; 1.81 +$plugins[2] = 'calendar'; 1.82 +$plugins[3] = 'compatibility'; 1.83 +$plugins[4] = 'delete_move_next'; 1.84 +$plugins[5] = 'filters'; 1.85 +$plugins[6] = 'info'; 1.86 +$plugins[7] = 'listcommands'; 1.87 +$plugins[8] = 'mail_fetch'; 1.88 +$plugins[9] = 'message_details'; 1.89 +$plugins[10] = 'newmail'; 1.90 +$plugins[11] = 'spamcop'; 1.91 +$plugins[12] = 'squirrelspell'; 1.92 +$plugins[13] = 'squirrel_logger'; 1.93 +$plugins[14] = 'translate'; 1.94 + 1.95 +/* NOP, for patch line placeholder (avoids fuzz) */ 1.96 +$theme_css = ''; 1.97 +$theme_default = 0; 1.98 +$theme[0]['PATH'] = '@l_prefix@/share/squirrelmail/themes/default_theme.php'; 1.99 +$theme[0]['NAME'] = 'Default'; 1.100 +$theme[1]['PATH'] = '@l_prefix@/share/squirrelmail/themes/plain_blue_theme.php'; 1.101 +$theme[1]['NAME'] = 'Plain Blue'; 1.102 +$theme[2]['PATH'] = '@l_prefix@/share/squirrelmail/themes/sandstorm_theme.php'; 1.103 +$theme[2]['NAME'] = 'Sand Storm'; 1.104 +$theme[3]['PATH'] = '@l_prefix@/share/squirrelmail/themes/deepocean_theme.php'; 1.105 +$theme[3]['NAME'] = 'Deep Ocean'; 1.106 +$theme[4]['PATH'] = '@l_prefix@/share/squirrelmail/themes/slashdot_theme.php'; 1.107 +$theme[4]['NAME'] = 'Slashdot'; 1.108 +$theme[5]['PATH'] = '@l_prefix@/share/squirrelmail/themes/purple_theme.php'; 1.109 +$theme[5]['NAME'] = 'Purple'; 1.110 +$theme[6]['PATH'] = '@l_prefix@/share/squirrelmail/themes/forest_theme.php'; 1.111 +$theme[6]['NAME'] = 'Forest'; 1.112 +$theme[7]['PATH'] = '@l_prefix@/share/squirrelmail/themes/ice_theme.php'; 1.113 +$theme[7]['NAME'] = 'Ice'; 1.114 +$theme[8]['PATH'] = '@l_prefix@/share/squirrelmail/themes/seaspray_theme.php'; 1.115 +$theme[8]['NAME'] = 'Sea Spray'; 1.116 +$theme[9]['PATH'] = '@l_prefix@/share/squirrelmail/themes/bluesteel_theme.php'; 1.117 +$theme[9]['NAME'] = 'Blue Steel'; 1.118 +$theme[10]['PATH'] = '@l_prefix@/share/squirrelmail/themes/dark_grey_theme.php'; 1.119 +$theme[10]['NAME'] = 'Dark Grey'; 1.120 +$theme[11]['PATH'] = '@l_prefix@/share/squirrelmail/themes/high_contrast_theme.php'; 1.121 +$theme[11]['NAME'] = 'High Contrast'; 1.122 +$theme[12]['PATH'] = '@l_prefix@/share/squirrelmail/themes/black_bean_burrito_theme.php'; 1.123 +$theme[12]['NAME'] = 'Black Bean Burrito'; 1.124 +$theme[13]['PATH'] = '@l_prefix@/share/squirrelmail/themes/servery_theme.php'; 1.125 +$theme[13]['NAME'] = 'Servery'; 1.126 +$theme[14]['PATH'] = '@l_prefix@/share/squirrelmail/themes/maize_theme.php'; 1.127 +$theme[14]['NAME'] = 'Maize'; 1.128 +$theme[15]['PATH'] = '@l_prefix@/share/squirrelmail/themes/bluesnews_theme.php'; 1.129 +$theme[15]['NAME'] = 'BluesNews'; 1.130 +$theme[16]['PATH'] = '@l_prefix@/share/squirrelmail/themes/deepocean2_theme.php'; 1.131 +$theme[16]['NAME'] = 'Deep Ocean 2'; 1.132 +$theme[17]['PATH'] = '@l_prefix@/share/squirrelmail/themes/blue_grey_theme.php'; 1.133 +$theme[17]['NAME'] = 'Blue Grey'; 1.134 +$theme[18]['PATH'] = '@l_prefix@/share/squirrelmail/themes/dompie_theme.php'; 1.135 +$theme[18]['NAME'] = 'Dompie'; 1.136 +$theme[19]['PATH'] = '@l_prefix@/share/squirrelmail/themes/methodical_theme.php'; 1.137 +$theme[19]['NAME'] = 'Methodical'; 1.138 +$theme[20]['PATH'] = '@l_prefix@/share/squirrelmail/themes/greenhouse_effect.php'; 1.139 +$theme[20]['NAME'] = 'Greenhouse Effect (Changes)'; 1.140 +$theme[21]['PATH'] = '@l_prefix@/share/squirrelmail/themes/in_the_pink.php'; 1.141 +$theme[21]['NAME'] = 'In The Pink (Changes)'; 1.142 +$theme[22]['PATH'] = '@l_prefix@/share/squirrelmail/themes/kind_of_blue.php'; 1.143 +$theme[22]['NAME'] = 'Kind of Blue (Changes)'; 1.144 +$theme[23]['PATH'] = '@l_prefix@/share/squirrelmail/themes/monostochastic.php'; 1.145 +$theme[23]['NAME'] = 'Monostochastic (Changes)'; 1.146 +$theme[24]['PATH'] = '@l_prefix@/share/squirrelmail/themes/shades_of_grey.php'; 1.147 +$theme[24]['NAME'] = 'Shades of Grey (Changes)'; 1.148 +$theme[25]['PATH'] = '@l_prefix@/share/squirrelmail/themes/spice_of_life.php'; 1.149 +$theme[25]['NAME'] = 'Spice of Life (Changes)'; 1.150 +$theme[26]['PATH'] = '@l_prefix@/share/squirrelmail/themes/spice_of_life_lite.php'; 1.151 +$theme[26]['NAME'] = 'Spice of Life - Lite (Changes)'; 1.152 +$theme[27]['PATH'] = '@l_prefix@/share/squirrelmail/themes/spice_of_life_dark.php'; 1.153 +$theme[27]['NAME'] = 'Spice of Life - Dark (Changes)'; 1.154 +$theme[28]['PATH'] = '@l_prefix@/share/squirrelmail/themes/christmas.php'; 1.155 +$theme[28]['NAME'] = 'Holiday - Christmas'; 1.156 +$theme[29]['PATH'] = '@l_prefix@/share/squirrelmail/themes/darkness.php'; 1.157 +$theme[29]['NAME'] = 'Darkness (Changes)'; 1.158 +$theme[30]['PATH'] = '@l_prefix@/share/squirrelmail/themes/random.php'; 1.159 +$theme[30]['NAME'] = 'Random (Changes every login)'; 1.160 +$theme[31]['PATH'] = '@l_prefix@/share/squirrelmail/themes/midnight.php'; 1.161 +$theme[31]['NAME'] = 'Midnight'; 1.162 +$theme[32]['PATH'] = '@l_prefix@/share/squirrelmail/themes/alien_glow.php'; 1.163 +$theme[32]['NAME'] = 'Alien Glow'; 1.164 +$theme[33]['PATH'] = '@l_prefix@/share/squirrelmail/themes/dark_green.php'; 1.165 +$theme[33]['NAME'] = 'Dark Green'; 1.166 +$theme[34]['PATH'] = '@l_prefix@/share/squirrelmail/themes/penguin.php'; 1.167 +$theme[34]['NAME'] = 'Penguin'; 1.168 + 1.169 +$default_use_javascript_addr_book = false; 1.170 +$abook_global_file = ''; 1.171 +$abook_global_file_writeable = false; 1.172 + 1.173 +$addrbook_dsn = ''; 1.174 +$addrbook_table = 'address'; 1.175 + 1.176 +$prefs_dsn = ''; 1.177 +$prefs_table = 'userprefs'; 1.178 +$prefs_user_field = 'user'; 1.179 +$prefs_key_field = 'prefkey'; 1.180 +$prefs_val_field = 'prefval'; 1.181 +$addrbook_global_dsn = ''; 1.182 +$addrbook_global_table = 'global_abook'; 1.183 +$addrbook_global_writeable = false; 1.184 +$addrbook_global_listing = false; 1.185 + 1.186 +$no_list_for_subscribe = false; 1.187 +$smtp_auth_mech = 'digest-md5'; 1.188 +$imap_auth_mech = 'digest-md5'; 1.189 +$use_imap_tls = false; 1.190 +$use_smtp_tls = false; 1.191 +$session_name = 'SQMSESSID'; 1.192 + 1.193 +@include 'config_local.php'; 1.194 + 1.195 +/** 1.196 + * Make sure there are no characters after the PHP closing 1.197 + * tag below (including newline characters and whitespace). 1.198 + * Otherwise, that character will cause the headers to be 1.199 + * sent and regular output to begin, which will majorly screw 1.200 + * things up when we try to send more headers later. 1.201 + */ 1.202 +?>