я кстати спгивал с kerio тоже
посмотри на hmailserver сключенный IMAP или нет? или как эго там на 143 порту
<?php
/**
* SquirrelMail Configuration File
* Created using the Administrator Plugin
*/
global $version;
$config_version = '1.4.0';
$protectioncode = 1; //switch to "1" in order to enable displaying protection code on the login screen
$last_clean_file = "../tymch/clean.last"; // file where stored time of the last folders cleaning
$gif_dir = "../tymch"; // path to the folder with the images of the protection code
$pcx_dir = "../tymch/sekkody"; // path to the folder with protection code files
$org_name = "DDDDDD";
$org_logo = SM_PATH . 'images/logo.png';
$org_logo_width = "120";
$org_logo_height = "73";
$org_title = "mail.sss.ua";
$signout_page = '';
$provider_uri = "http://www.ss.ua";
$provider_name = "www.ss.ua";
$frame_top = "_top";
$domain = "ss.ua";
$imapServerAddress = "localhost";
$imapPort = 143;
$imap_server_type = "hmailserver";
$optional_delimiter = "detect";
$use_imap_tls = FALSE;
$imap_auth_mech = "login";
$useSendmail = FALSE;
$sendmail_path = "/usr/sbin/sendmail";
$sendmail_args = "-i -t";
$smtpServerAddress = "localhost";
$smtpPort = 25;
$use_smtp_tls = FALSE;
$smtp_auth_mech = "login";
$pop_before_smtp = FALSE;
$encode_header_key = "";
$invert_time = FALSE;
$default_folder_prefix = '';
$show_prefix_option = FALSE;
$trash_folder = 'INBOX.Корзина';
$sent_folder = 'INBOX.Отправленные';
$draft_folder = 'INBOX.Черновики';
$default_move_to_trash = TRUE;
$default_move_to_sent = TRUE;
$default_save_as_draft = TRUE;
$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 = 'e:\SquirrelMail\Data';
$attachment_dir = 'e:\SquirrelMail\attachments';
$dir_hash_level = 0;
$default_left_size = 170;
$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_server_sort = FALSE;
$allow_thread_sort = FALSE;
$allow_charset_search = TRUE;
$uid_support = TRUE;
$session_name = 'SQMSESSID';
$config_location_base = '';
$motd = "";
$addrbook_dsn = "";
$addrbook_table = "address";
$prefs_dsn = "";
$prefs_table = "userprefs";
$prefs_user_field = "user";
$prefs_key_field = "prefkey";
$prefs_val_field = "prefval";
$addrbook_global_dsn = "";
$addrbook_global_table = "global_abook";
$addrbook_global_writeable = TRUE;
$addrbook_global_listing = TRUE;
$squirrelmail_default_language = 'bg_BG';
$default_charset = 'iso-8859-1';
$lossy_encoding = FALSE;
$default_use_javascript_addr_book = FALSE;
$abook_global_file = "globalbook.abook";
$abook_global_file_writeable = TRUE;
$theme_css = SM_PATH . 'themes/css/bluehive.css';
$theme_default = 0;
$config_use_color = 2;
$no_list_for_subscribe = FALSE;
$theme[0]['PATH'] = SM_PATH . 'themes/default_theme.php';
$theme[0]['NAME'] = 'Default';
$abook_global_file_listing = TRUE;
$abook_file_line_length = 2048;
$plugins[0] = 'abook_import_export';
$plugins[1] = 'hmailserver_changepass';
$plugins[2] = 'show_user_and_ip';
$plugins[3] = 'compatibility';
$plugins[4] = 'newmail';
$plugins[5] = 'message_details';
$plugins[6] = 'askuserinfo';
$plugins[7] = 'abook_take';
#$plugins[8] = 'squirrelspell';
$plugins[9] = 'translate';
$plugins[10] = 'block_sender';
$plugins[11] = 'delete_move_next';
$plugins[12] = 'view_as_html';
$plugins[13] = 'html_mail';
$plugins[14] = 'calendar_file_backend';
$plugins[15] = 'calendar';
$plugins[16] = 'folder_sizes';
$plugins[17] = 'smallcal';
$plugins[18] = 'msg_flags';
$plugins[20] = 'bookmarks';
$plugins[21] = 'notes';
$plugins[22] = 'quota_usage';
#$plugins[23] = 'login_auto';
$plugins[24] = 'todo';
$plugins[25] = 'address_add';
$plugins[26] = 'limit_languages';
$plugins[27] = 'select_range';
$plugins[28] = 'archive_mail';
$plugins[29] = 'squirrel_logger_ars';
$plugins[30] = 'vlogin';
//$plugins[18] = 'administrator';
//$plugins[19] = 'block_attach';
//$plugins[20] = 'listcommands';
//$plugins[21] = 'download_all';
//$plugins[22] = 'online_users';
//$plugins[23] = 'pupdate';
//$plugins[19] = 'preview_pane';
//$plugins[21] = 'attachment_common';
//$plugins[22] = 'sqclock';
//$plugins[23] = 'filters';
@include SM_PATH . 'config/config_local.php';
?>