strange squrrielmail problem (solved?)

General Discussion of atomic repo and development projects.

Ask for help here with anything else not covered by other forums.
vbslim
Forum User
Forum User
Posts: 11
Joined: Wed May 25, 2005 7:41 pm

strange squrrielmail problem (solved?)

Unread post by vbslim »

after installing the rpm via yum when I went to my mail I got errors
where the folders should be, below the inbox, and above where the messages are.....

I have 38 new messages but when I click on the inbox
none of them show up....

I went back to the conf.pl and set to no where it askes if I want to set
up the special folders and the error went away of course I have no
sent trash or draft folders...
it remains above the message field;
the error message is below
ERROR : Could not complete request.
Unknown response from IMAP server: 1.Array0

also the option screen is blank.. well there just isnt any options

any help on this?
tia

fc2
plesk 7.5 reloaded

I had to turn off zend for some reason, now I'm off to find out how
to upgrade it...<shrug> I thought it was a part of php
looksystems

same problem but without zend

Unread post by looksystems »

I have exactly the same problem (fc2 + plesk 7.5 reloaded).

But, I don't have the zend optimiser or mmcache installed.

Do anyone have any ideas?

My squirrel config is:

$domain = '';
$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 = '.';

$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 = false;
$delete_folder = true;
$noselect_fix_enable = false;
[snip]

(I have tried several combinations of delimiter and prefix)

I have checked that the IMAP server is working using telnet.

I have searched the Squirrelmail website and the mailing lists, and have found no answers. Although, one similar case was solved by switching off the a php accelerator. I tried this (I was using mmcache) but it made no difference.

My system is Fedora Core 2 with Plesk 7.5 reloaded.

squirrelmail 1.4.4-4.rhfc2.art
httpd 2.0.51-2.9
courier-imap 3.0.8-fc2.build75041208.20
psa-qmail 1.03-fc2.build75041208.20

And my problems are with the RPM fresh out of the box - no plugins, mods, etc.

I've tried the tar from the Squirrel website and the fedora rpm.

I have set-up squirrel on Mandrake 9.1 before without any problems, so I am not a complete newbie. None-the-less, this one has me stumped.

So, any help/thoughts would be greatly appreciated!

Thanks,
--
Adrian
looksystems

Fixed! Disable all of your PHP Accelerators

Unread post by looksystems »

Okay,

So I got caught too!

I apparently had the ioncube accelerator running - which I didn't recognise as a php accelerator.

So, make extra sure you're not running any accelerator what-so-ever, the ones I know about are:

ionCube, PHPA, APC, AfterBurner, mmcache

but I am sure there are others out there - so double check!!!
Post Reply