found it out myself. bad/incompatible/corrupt plugin(s) test each and every plugin one at a time!!!!
--- psyco mut <[EMAIL PROTECTED]> wrote: > i am fighting with this. i can log in, but get only > 2 > empty frames. > > worst part is i have a differant server, with full > fc4 > install and it works fine. > > thanks! > > ============================ > > fc4 (not full install, but close to it) > most current php > sqmail 1.4.6 (this one, but have gone back to 1.2.6 > with same results) > dovecot (also tried uw, same results) > sendmail > with or without plugins > ip masquerating enabled (playing nat router) > > source view: > > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 > Frameset//EN"> > <html><head> > <meta name="robots" content="noindex,nofollow"> > <title>kausi.com</title> > </head><frameset cols="150, *" id="fs1"> > <frame src="left_main.php" name="left" > frameborder="1" > /> > <frame src="right_main.php" name="right" > frameborder="1" /> > </frameset> > </html> > > > conf.php: > > <?php > > /** > * SquirrelMail Configuration File > * Created using the configure script, conf.pl > */ > > global $version; > $config_version = '1.4.0'; > $config_use_color = 2; > > $org_name = "kausi.com"; > $org_logo = SM_PATH . 'images/sm_logo.png'; > $org_logo_width = '308'; > $org_logo_height = '111'; > $org_title = "kausi.com"; > $signout_page = ''; > $frame_top = '_top'; > > $provider_uri = 'http://www.squirrelmail.org/'; > > $provider_name = 'SquirrelMail'; > > $motd = ""; > > $squirrelmail_default_language = 'en_US'; > $default_charset = 'iso-8859-1'; > $lossy_encoding = false; > > $domain = 'kausi.com'; > $imapServerAddress = 'localhost'; > $imapPort = 143; > $useSendmail = true; > $smtpServerAddress = 'localhost'; > $smtpPort = 25; > $sendmail_path = '/usr/sbin/sendmail'; > $pop_before_smtp = false; > $imap_server_type = 'courier'; > $invert_time = false; > $optional_delimiter = 'detect'; > $encode_header_key = ''; > > $default_folder_prefix = ''; > $trash_folder = 'INBOX.Trash'; > $sent_folder = 'INBOX.Sent'; > $draft_folder = 'INBOX.Drafts'; > $default_move_to_trash = true; > $default_move_to_sent = true; > $default_save_as_draft = true; > $show_prefix_option = false; > $list_special_folders_first = true; > $use_special_folder_color = true; > $auto_expunge = true; > $default_sub_of_inbox = true; > $show_contain_subfolders_option = false; > $default_unseen_notify = 2; > $default_unseen_type = 1; > $auto_create_special = true; > $delete_folder = false; > $noselect_fix_enable = false; > > $data_dir = SM_PATH . 'data/'; > $attachment_dir = $data_dir; > $dir_hash_level = 0; > $default_left_size = '150'; > $force_username_lowercase = false; > $default_use_priority = true; > $hide_sm_attributions = false; > $default_use_mdn = true; > $edit_identity = true; > $edit_name = true; > $hide_auth_header = false; > $allow_thread_sort = false; > $allow_server_sort = false; > $allow_charset_search = true; > $uid_support = true; > > $plugins[0] = 'delete_move_next'; > $plugins[1] = 'info'; > $plugins[2] = 'squirrelspell'; > $plugins[3] = 'administrator'; > $plugins[4] = 'newmail'; > $plugins[5] = 'message_details'; > $plugins[6] = 'filters'; > $plugins[7] = 'calendar'; > $plugins[8] = 'fortune'; > $plugins[9] = 'abook_take'; > $plugins[10] = 'translate'; > $plugins[11] = 'listcommands'; > $plugins[12] = 'spamcop'; > $plugins[13] = 'sent_subfolders'; > $plugins[14] = 'new'; > $plugins[15] = 'bayesspam'; > $plugins[16] = 'abook_group'; > $plugins[17] = 'multilogin'; > $plugins[18] = 'change_passwd'; > $plugins[19] = 'notes'; > $plugins[20] = 'block_attach'; > $plugins[21] = 'smallcal'; > $plugins[22] = 'spamrule-0.3'; > $plugins[23] = 'todo'; > $plugins[24] = 'show_user_and_ip'; > $plugins[25] = 'mark_read'; > $plugins[26] = 'spamassassin'; > $plugins[27] = 'restrict_senders'; > $plugins[28] = 'calendar_file_backend'; > $plugins[29] = 'tmdatools'; > $plugins[30] = 'preview_pane'; > $plugins[31] = 'block_sender'; > $plugins[32] = 'virus_scan'; > > $theme_css = ''; > $theme_default = 0; > $theme[0]['PATH'] = SM_PATH . > 'themes/default_theme.php'; > $theme[0]['NAME'] = 'Default'; > $theme[1]['PATH'] = SM_PATH . > 'themes/plain_blue_theme.php'; > $theme[1]['NAME'] = 'Plain Blue'; > $theme[2]['PATH'] = SM_PATH . > 'themes/sandstorm_theme.php'; > $theme[2]['NAME'] = 'Sand Storm'; > $theme[3]['PATH'] = SM_PATH . > 'themes/deepocean_theme.php'; > $theme[3]['NAME'] = 'Deep Ocean'; > $theme[4]['PATH'] = SM_PATH . > 'themes/slashdot_theme.php'; > $theme[4]['NAME'] = 'Slashdot'; > $theme[5]['PATH'] = SM_PATH . > 'themes/purple_theme.php'; > $theme[5]['NAME'] = 'Purple'; > $theme[6]['PATH'] = SM_PATH . > 'themes/forest_theme.php'; > $theme[6]['NAME'] = 'Forest'; > $theme[7]['PATH'] = SM_PATH . > 'themes/ice_theme.php'; > $theme[7]['NAME'] = 'Ice'; > $theme[8]['PATH'] = SM_PATH . > 'themes/seaspray_theme.php'; > $theme[8]['NAME'] = 'Sea Spray'; > $theme[9]['PATH'] = SM_PATH . > 'themes/bluesteel_theme.php'; > $theme[9]['NAME'] = 'Blue Steel'; > $theme[10]['PATH'] = SM_PATH . > 'themes/dark_grey_theme.php'; > $theme[10]['NAME'] = 'Dark Grey'; > $theme[11]['PATH'] = SM_PATH . > 'themes/high_contrast_theme.php'; > $theme[11]['NAME'] = 'High Contrast'; > $theme[12]['PATH'] = SM_PATH . > 'themes/black_bean_burrito_theme.php'; > $theme[12]['NAME'] = 'Black Bean Burrito'; > $theme[13]['PATH'] = SM_PATH . > 'themes/servery_theme.php'; > $theme[13]['NAME'] = 'Servery'; > $theme[14]['PATH'] = SM_PATH . > 'themes/maize_theme.php'; > $theme[14]['NAME'] = 'Maize'; > $theme[15]['PATH'] = SM_PATH . > 'themes/bluesnews_theme.php'; > $theme[15]['NAME'] = 'BluesNews'; > === message truncated === __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 -- squirrelmail-users mailing list Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines List Address: squirrelmail-users@lists.sourceforge.net List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users