I have problems with

$imap_auth_mech     = 'cram-md5';

so I replaced it with login, which works... cram-md5 was giving me password
problems... some passwords accepted, some not.

What I did was to completely replace squirrelmail with a NEW install of
squirrelmail, the latest 1.4.22 version.

And I installed it under /webmail2

It works, and my customer gets to work again, I get to work again.

Maybe the stock squirrelmail in qmailtoaster packages needs to be updated to
accommodate dovecot.

Hope my little bit helped.

Thanks and kudos to the qmailtoaster team!

Edwin

On Mon, Aug 15, 2011 at 10:37 AM, Eric Shubert <[email protected]> wrote:

> There are a few squirrelmail config option changes that are needed when
> using dovecot. Here's what I have:
>
> <?php
> ####################
> # Local configuration for Qmail Toaster
> # configure to suit your requirements
>
> # these are in toaster config,
> #     changed/removed for stock dovecot (w/out courier compat config)
> # $imap_server_type = 'courier';
> # $optional_delimiter = '.';
> # $default_folder_prefix = 'INBOX.';
> # $delete_folder = true;
> # $show_contain_subfolders_**option = false;
>
> # these should be added to the toaster config (imho)
> $org_name        = "QmailToaster";
> # $org_logo        = SM_PATH . 'images/sm_logo.png';
> # $org_logo_width  = '308';
> # $org_logo_height = '111';
> # $org_title       = "SquirrelMail $version";
> $provider_uri       = 'http://www.qmailtoaster.org/'**;
> $provider_name      = 'QmailToaster';
>
> # these were added so SM can be installed/run on separate host
> #$smtpServerAddress  = 'tacs-submission';
> $smtpServerAddress  = 'tacs-mail';
> $smtpPort           = 587;
> $smtp_auth_mech     = 'login';
>
> # these were added/changed for dovecot imap from a separate host
> $imapServerAddress  = 'tacs-imap';
> $imap_server_type   = 'dovecot';
> # squirrelmail doesn't support starttls until v5,
> # so we'll use cram-md5 til then
> #$use_imap_tls       = true;
> $imap_auth_mech     = 'cram-md5';
>
> # these are what's left from stock QMT configuration
> $useSendmail              = false;
> $optional_delimiter       = 'detect';
> $default_folder_prefix    = '';
> $show_prefix_option       = false;
> $force_username_lowercase = true;
> $hide_sm_attributions     = true;
> $plugins[] = 'calendar';
> $plugins[] = 'notes';
> $plugins[] = 'filters';
> $plugins[] = 'quota_usage';
> $plugins[] = 'unsafe_image_rules';
> $plugins[] = 'qmailadmin_login';
>
> ?>
>
>
> On 08/10/2011 12:28 AM, Edwin Casimero wrote:
>
>> I am also able to open files fine with a REMOTE SQUIRRELMAIL with config
>> setup for DOVECOT imap.
>>
>> So it seems it is a configuration or version problem in squirrelmail
>> install of qmailtoaster.
>>
>> Edwin
>>
>> On Wednesday, 10 August, 2011 11:19 AM, Edwin Casimero wrote:
>>
>>> I seem to observe that the problem is with the SQUIRRELMAIL client.
>>>
>>> I can open the files fine using IMAP on thunderbird.
>>>
>>> Further investigating.
>>>
>>> Edwin
>>>
>>> On Wednesday, 10 August, 2011 11:10 AM, Eli Edwin Casimero wrote:
>>>
>>>> Guys,
>>>>
>>>> I have a big problem.
>>>> CentOS 5.5
>>>> Qmailtoaster
>>>> Converted recently to DOVECOT
>>>> Everything seems running fine and fast, except for file attachments!
>>>>
>>>>
>>>> Now all files of JPG, DOC and XLS I send and receive become corrupt!
>>>>
>>>> PDF files are okay.
>>>>
>>>> HELP!
>>>>
>>>> What should I investigate?
>>>>
>>>> Edwin
>>>>
>>>>
>>>
>>> ------------------------------**------------------------------**
>>> ---------------------
>>>
>>> Qmailtoaster is sponsored by Vickers Consulting Group
>>> (www.vickersconsulting.com)
>>> Vickers Consulting Group offers Qmailtoaster support and installations.
>>> If you need professional help with your setup, contact them today!
>>> ------------------------------**------------------------------**
>>> ---------------------
>>>
>>> Please visit qmailtoaster.com for the latest news, updates, and
>>> packages.
>>> To unsubscribe, e-mail: 
>>> qmailtoaster-list-unsubscribe@**qmailtoaster.com<[email protected]>
>>> For additional commands, e-mail: qmailtoaster-list-help@**
>>> qmailtoaster.com <[email protected]>
>>>
>>>
>>>
>>
>> ------------------------------**------------------------------**
>> ---------------------
>>
>>
>> Qmailtoaster is sponsored by Vickers Consulting Group
>> (www.vickersconsulting.com)
>> Vickers Consulting Group offers Qmailtoaster support and installations.
>> If you need professional help with your setup, contact them today!
>>
>
>
> --
> -Eric 'shubes'
>
>
> ------------------------------**------------------------------**
> ---------------------
>
> Qmailtoaster is sponsored by Vickers Consulting Group (
> www.vickersconsulting.com)
>   Vickers Consulting Group offers Qmailtoaster support and installations.
>     If you need professional help with your setup, contact them today!
> ------------------------------**------------------------------**
> ---------------------
>    Please visit qmailtoaster.com for the latest news, updates, and
> packages.
>         To unsubscribe, e-mail: qmailtoaster-list-unsubscribe@**
> qmailtoaster.com <[email protected]>
>    For additional commands, e-mail: qmailtoaster-list-help@**
> qmailtoaster.com <[email protected]>
>
>
>

Reply via email to