config.php 7.7 KB

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