config.php.redhat 6.3 KB

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