Re: Problems with Cyrus and SquirrelMail
Hi, They're running 1.5.24. I don't really have any access to the mail server but support are quite helpful. I can't see this test area in the setup, is it in the conf.pl? Can anyone suggest some commands to try? Thanks, Geoff > It may be a good idea to get the version of Cyrus your hosting company is > using. How much access do you have to the Cyrus server and its setup? I > run a Cyrus server and I was able to setup SM with a few plugins in about > 20 minutes. They must have something funny setup. > > Under the options setting there is an area to test your IMAP server. I have no idea what commands you would try but this is a fairly easy way to > "test" the server. I am sure someone on this list could give you a command or two to try > > Good luck... > Mike > > >> On 12/5/03 12:37 PM Geoff Soper wrote: >>> I've installed SquirrelMail (a PHP IMAP webmail client) on my webserver >>> and have it acessing my account on the mail server running Cyrus. Both are >>> commercially hosted and the hosting company doesn't support webmail software. I have a problem with replying to messages, almost everytime I >>> go to send the reply I get: >>> ERROR : Connection dropped by imap-server. >>> Query: STORE 753:753 +FLAGS (\Answered) >>> By searching the source code and not finding this error I assume it comes >>> from Cyrus. I'm guessing it's having problems setting the answered flag >>> on >>> the message that was replied to? Can anyone suggest why this might be the >>> case? Does anyone have any experience of SquirrelMail and Cyrus? What can >>> I do next in the way of diagnosis or remedy? >> Every time I set up SM with Cyrus and use altnamespace I always have to set: >> $noselect_fix_enable= true; >> in config/config.php >> *shrug* >> --Jo > > >
Re: Problems with Cyrus and SquirrelMail
On 12/11/03 12:20 PM Geoff Soper wrote: [...] Every time I set up SM with Cyrus and use altnamespace I always have to set: $noselect_fix_enable= true; in config/config.php Hi, could you explain a little bit more about this please? What effect does this option have? My 'grep' is as good as yours. :) functions/imap_mailbox.php:487: if ($noselect_fix_enable) { $lsub_args = "LSUB \"$folder_prefix\" \"*%\""; } else { $lsub_args = "LSUB \"$folder_prefix\" \"*\""; } --Jo smime.p7s Description: S/MIME Cryptographic Signature
Re: Problems with Cyrus and SquirrelMail
> On Fri, Dec 05, 2003 at 08:37:21PM -, Geoff Soper wrote: >> case? Does anyone have any experience of SquirrelMail and Cyrus? What >> can >> I do next in the way of diagnosis or remedy? > > I have recently used squirrelmail-1.4.2 and cyrus-2.1.16 without problems. > You might want to check the $imap_server_type setting, the default is > 'other', while it's probably better to set it to 'cyrus' in this case. > Sorry for the delay, it is already set to cyrus. Thanks for the suggestion, Geoff
Re: Problems with Cyrus and SquirrelMail
> On 12/5/03 12:37 PM Geoff Soper wrote: >> ERROR : Connection dropped by imap-server. >> Query: STORE 753:753 +FLAGS (\Answered) > Every time I set up SM with Cyrus and use altnamespace I always have to > set: > > $noselect_fix_enable= true; > > in config/config.php > Hi, could you explain a little bit more about this please? What effect does this option have? Thanks, Geoff
Re: Problems with Cyrus and SquirrelMail
It may be a good idea to get the version of Cyrus your hosting company is using. How much access do you have to the Cyrus server and its setup? I run a Cyrus server and I was able to setup SM with a few plugins in about 20 minutes. They must have something funny setup. Under the options setting there is an area to test your IMAP server. I have no idea what commands you would try but this is a fairly easy way to "test" the server. I am sure someone on this list could give you a command or two to try Good luck... Mike > On 12/5/03 12:37 PM Geoff Soper wrote: >> I've installed SquirrelMail (a PHP IMAP webmail client) on my webserver >> and have it acessing my account on the mail server running Cyrus. Both >> are >> commercially hosted and the hosting company doesn't support webmail >> software. I have a problem with replying to messages, almost everytime I >> go to send the reply I get: >> ERROR : Connection dropped by imap-server. >> Query: STORE 753:753 +FLAGS (\Answered) >> By searching the source code and not finding this error I assume it >> comes >> from Cyrus. I'm guessing it's having problems setting the answered flag >> on >> the message that was replied to? Can anyone suggest why this might be >> the >> case? Does anyone have any experience of SquirrelMail and Cyrus? What >> can >> I do next in the way of diagnosis or remedy? > > Every time I set up SM with Cyrus and use altnamespace I always have to > set: > > $noselect_fix_enable= true; > > in config/config.php > > *shrug* > > --Jo > >
Re: Problems with Cyrus and SquirrelMail
On 12/5/03 12:37 PM Geoff Soper wrote: I've installed SquirrelMail (a PHP IMAP webmail client) on my webserver and have it acessing my account on the mail server running Cyrus. Both are commercially hosted and the hosting company doesn't support webmail software. I have a problem with replying to messages, almost everytime I go to send the reply I get: ERROR : Connection dropped by imap-server. Query: STORE 753:753 +FLAGS (\Answered) By searching the source code and not finding this error I assume it comes from Cyrus. I'm guessing it's having problems setting the answered flag on the message that was replied to? Can anyone suggest why this might be the case? Does anyone have any experience of SquirrelMail and Cyrus? What can I do next in the way of diagnosis or remedy? Every time I set up SM with Cyrus and use altnamespace I always have to set: $noselect_fix_enable= true; in config/config.php *shrug* --Jo
Re: Problems with Cyrus and SquirrelMail
On Fri, Dec 05, 2003 at 08:37:21PM -, Geoff Soper wrote: > case? Does anyone have any experience of SquirrelMail and Cyrus? What can > I do next in the way of diagnosis or remedy? I have recently used squirrelmail-1.4.2 and cyrus-2.1.16 without problems. You might want to check the $imap_server_type setting, the default is 'other', while it's probably better to set it to 'cyrus' in this case.
Problems with Cyrus and SquirrelMail
I've installed SquirrelMail (a PHP IMAP webmail client) on my webserver and have it acessing my account on the mail server running Cyrus. Both are commercially hosted and the hosting company doesn't support webmail software. I have a problem with replying to messages, almost everytime I go to send the reply I get: ERROR : Connection dropped by imap-server. Query: STORE 753:753 +FLAGS (\Answered) By searching the source code and not finding this error I assume it comes from Cyrus. I'm guessing it's having problems setting the answered flag on the message that was replied to? Can anyone suggest why this might be the case? Does anyone have any experience of SquirrelMail and Cyrus? What can I do next in the way of diagnosis or remedy? Thanks in advance! Geoff