Hi Bharath,
I did that your advise after that i restart httpd service after that it's
working some user and some user is not working. Mean it's shows same user
or password incorrect. Please help me.


On Mon, Sep 2, 2013 at 2:56 PM, Bharath Chari <qmailtoas...@arachnis.com>wrote:

>  On Monday 02 September 2013 10:34 AM, ChandranManikandan wrote:
>
> Hi Eric,
> Please see my below squirrelmail config and config_local.php file
>
>  Kindly check and give me the correct script for squirrelmail 1.4.22.
>
>
> Values in config_local will over-ride the values in config.php. Have you
> tried removing the "filters" plugin from config_local?
> More importantly, see this line in config.php
> $imap_server_type       = 'courier';
>
> Shouldn't it be dovecot?
>
> Bharath
>
>
>  Config_local.php
>
>  $hide_sm_attributions = true;
> $useSendmail = false;
> $imap_server_type = 'courier';
> $optional_delimiter = '.';
> $default_folder_prefix = 'INBOX.';
> $force_username_lowercase = true;
> $show_prefix_option = false;
> $show_contain_subfolders_option = false;
> $delete_folder = true;
> $plugins[] = 'calendar';
> $plugins[] = 'notes';
> $plugins[] = 'filters';
> $plugins[] = 'quota_usage';
> $plugins[] = 'unsafe_image_rules';
>
>
>
>  Config.php
>
>
>  <?php
>
>  /**
>  * SquirrelMail Configuration File
>  * Created using the configure script, conf.pl
>  */
>
>  global $version;
> $config_version = '1.4.0';
> $config_use_color = 1;
>
>  $org_name      = "Login";
> $org_logo      = '';
> $org_logo_width  = '0';
> $org_logo_height = '0';
> $org_title     = "";
> $signout_page  = '';
> $frame_top     = '_top';
>
>  $provider_uri     = 'http://www.qmailtoaster.com';
>
>  $provider_name     = 'Qmailtoaster';
>
>  $motd = "";
>
>  $squirrelmail_default_language = 'en_US';
> $default_charset       = 'iso-8859-1';
> $lossy_encoding        = false;
>
>  $domain                 = 'localhost';
> $imapServerAddress      = 'localhost';
> $imapPort               = 143;
> $useSendmail            = true;
> $smtpServerAddress      = 'localhost';
> $smtpPort               = 25;
> $sendmail_path          = '/usr/sbin/sendmail';
> $sendmail_args          = '-i -t';
>  $pop_before_smtp        = false;
> $pop_before_smtp_host   = '';
> $imap_server_type       = 'courier';
> $invert_time            = false;
> $optional_delimiter     = '.';
> $encode_header_key      = '';
>
>  $default_folder_prefix          = 'INBOX.';
> $trash_folder                   = 'Trash';
> $sent_folder                    = 'Sent';
> $draft_folder                   = '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           = false;
> $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                 = '/var/lib/squirrelmail/prefs/';
> $attachment_dir           = '/var/spool/squirrelmail/attach/';
> $dir_hash_level           = 0;
> $default_left_size        = '150';
> $force_username_lowercase = false;
> $default_use_priority     = true;
> $hide_sm_attributions     = true;
> $default_use_mdn          = true;
> $edit_identity            = true;
> $edit_name                = true;
> $hide_auth_header         = false;
> $allow_thread_sort        = false;
> $allow_server_sort        = true;
> $allow_charset_search     = true;
> $uid_support              = true;
>
>
>  $theme_css = '';
> $theme_default = 0;
> $theme[0]['PATH'] = SM_PATH . 'themes/default_theme.php';
> $theme[0]['NAME'] = 'Default';
> $default_use_javascript_addr_book = false;
> $abook_global_file = 'localhost_gabook';
> $abook_global_file_writeable = true;
>  $abook_global_file_listing = true;
> $abook_file_line_length = 2048;
>
>  $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 = false;
> $addrbook_global_listing = false;
>
>  $no_list_for_subscribe = false;
> $smtp_auth_mech = 'none';
> $imap_auth_mech = 'digest-md5';
> $smtp_sitewide_user = '';
> $smtp_sitewide_pass = '';
> $use_imap_tls = false;
> $use_smtp_tls = false;
> $session_name = 'SQMSESSID';
> $only_secure_cookies     = true;
> $disable_security_tokens = false;
> $check_referrer          = '';
>
>  $config_location_base    = '';
>
>  @include SM_PATH . 'config/config_local.php';
>
>
>
> On Sun, Sep 1, 2013 at 12:36 AM, Eric Shubert <e...@shubes.net> wrote:
>
>>  On 08/31/2013 04:43 AM, ChandranManikandan wrote:
>>
>>>  Hi All,
>>> I have done replace courier to dovecot through wiki and setup
>>> squirrelmail as wiki mentioned . But when i goto open the webmail after
>>> put username and password it's show unknown user or password are
>>> incorrect : ERROR.
>>>
>>> But outlook and thunderbird is working perfect.
>>>
>>> Some roaming users want to check webmail.
>>>
>>> Am using Dovecot 2.0 and squirrelmail 1.4.22
>>> Please help me any one.
>>>
>>> --
>>>  */Thanks & Best Regards,
>>> Manikandan.C
>>> /*
>>>
>>
>> Please post contents of your /etc/squirrelmail/config_local.php file.
>>
>> --
>> -Eric 'shubes'
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
>> For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com
>>
>>
>
>
>  --
> *Thanks & Best Regards,
> Manikandan.C
> *
>
>
>


-- 
*Thanks & Best Regards,
Manikandan.C
*

Reply via email to