squirrelmail/config.php

Wed, 15 Apr 2009 22:49:00 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 15 Apr 2009 22:49:00 +0200
changeset 157
3214ed6c04f6
child 159
5524672ebbe7
permissions
-rw-r--r--

Import package vendor original specs for necessary manipulations.

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

mercurial