Re: your mail

2003-12-16 Thread Geoff Soper
> On Sat, 13 Dec 2003, Geoff Soper wrote:
>
>> Given that I know the path of a Cyrus mailbox, is it possible to move a
>> mail into a sub-folder of this mailbox using a .procmailrc recipe?
>
> You can have procmail call the cyrus deliver program, but this is pretty
> inefficient. (it costs a fork for procmail and a fork for deliver [which
> just does an lmtp delivery], as opposed to just the re-use of an lmtpd
> process)
>
> Its almost always a better idea to use sieve.

OK, this filter would only be for me, not for any number of users on the
system so I'm not really worried about the loading, my mailbox isn't a
high-traffic affair! Could you point me in the right direction for each of
these solutions? I am only a user on the Cyrus installation, I don't have
any proper access to it, I do have a .procmailrc file and support have
told me the path to my mailbox.

Many thanks,
Geoff


[no subject]

2003-12-13 Thread Geoff Soper
Given that I know the path of a Cyrus mailbox, is it possible to move a
mail into a sub-folder of this mailbox using a .procmailrc recipe?

Many thanks,
Geoff


Re: Problems with Cyrus and SquirrelMail

2003-12-12 Thread Geoff Soper
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

2003-12-11 Thread Geoff Soper
> On Fri, Dec 05, 2003 at 08:37:21PM -0000, 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

2003-12-11 Thread Geoff Soper
> 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


Problems with Cyrus and SquirrelMail

2003-12-05 Thread Geoff Soper
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