Does this patch fix the problem? Will it be accepted into Cyrus?
Alec
On Aug 18, 2005, at 15:24, Scott Russell wrote:
[EMAIL PROTECTED] wrote:
We had the same thing. It's a bug in cyrus (off by one) so when
they read their own null from the buffer they complain the message
has a null.
Oh man that's twisted, as soon as I started looking at it with ssldump it
started working properly. Now I'm thoroughly confused.
Alec
--On February 17, 2005 9:27:55 -0500 Ken Murchison <[EMAIL PROTECTED]> wrote:
Alec H. Peterson wrote:
Hi there,
I am using a Treo 650 with Cha
Hrm, I have VersaMail on the 650, I'll give that a shot. Should have
thought of that myself.
Thanks much,
Alec
--On February 17, 2005 0:28:31 -0500 Derrick J Brashear
<[EMAIL PROTECTED]> wrote:
On Wed, 16 Feb 2005, Alec H. Peterson wrote:
I am using a Treo 650 with Chatter IMAP
--On February 17, 2005 0:28:31 -0500 Derrick J Brashear
<[EMAIL PROTECTED]> wrote:
It is claimed that Versamail 3.0 on the Treo 650 works with SSL certs
both from a ca and self-signed. I don't know, I only have a 600. But, on
that basis I'd expect the API is capable of doing it. I have no
particu
Hi there,
I am using a Treo 650 with Chatter IMAP (which has IDLE support) to sync
with my Cyrus IMAP folders. It works great over port 143, however over
port 993 the SSL refuses to synchronize. I've already been in contact with
the developer of Chatter, and he says the SSL API on the Treo giv
--On January 26, 2005 7:17:19 AM -0700 "Alec H. Peterson"
<[EMAIL PROTECTED]> wrote:
Nice, that did it.
I noticed an interesting side effect of this patch. While it does
synchronize the database nicely for seen state changes, it unfortunately
does not also notify the idle
Nice, that did it.
Thanks!
Alec
--On January 26, 2005 9:02:16 AM + David Carter <[EMAIL PROTECTED]> wrote:
On Tue, 25 Jan 2005, Alec H. Peterson wrote:
Anyway, my question is this: Is there anything that can be done to
reliably propagate seen state changes across persistent IMAP session
Hi there,
I am running Cyrus IMAP v2.2.10. I have a configuration where I sometimes
have persistent connections to the server opened from multiple clients to
the same mailbox. In this case, I am using the Mulberry desktop client and
the Chatter for Palm OS client (which implements IMAP IDLE su
execvp() is not a program, it is a library call. What is happening is
execvp() is failing because it can't find the file it is supposed to exec.
Alec
--On Wednesday, October 22, 2003 15:44 -0500 [EMAIL PROTECTED]
wrote:
Hello all,
I recently moved my lovely Cyrus server (on a RedHat 9 box) a
--On Tuesday, October 21, 2003 8:37 +1300 Simon Brady
<[EMAIL PROTECTED]> wrote:
I've seen this happen after a mailbox was manually deleted from the spool
directory. quota would run through the users in order until it hit the
corrupt one then abort, leaving all the remaining quotas in limbo.
Sinc
I've got a situation where quota -f deletes all quotas for mailboxes beyond
a certain point in the alphabet even though they exist. This in turn
causes mail delivery to fail with a System I/O error for those mailboxes
until I re-create the quotas. However, running quota -f again causes the
del
Do you have lmtpd listening on said socket?
Alec
--On Sunday, August 10, 2003 22:34 -0400 Norris Ward <[EMAIL PROTECTED]>
wrote:
Hi all,
I am trying to make Cyrus accept mail but, all on my mail is
staying in my sendmail queue. Here is a message I noticed and cannot seem
to resolve
it does not work with outlook ...).
I'd like to know if there's a "database" for client certificates, where
cyrus manager would be able to choose which clients are authorized to
connect.
Thanks a lot,
Jean-Michel Loubet
--
Alec H. Peterson -- [EMAIL PROTECTED]
Chief Techn
..
That is right, is the directory og+rx as well?
Alec
--
Alec H. Peterson -- [EMAIL PROTECTED]
Chief Technology Officer
Catbird Networks, http://www.catbird.com
--On Monday, October 14, 2002 15:08 -0400 Nick Fisher <[EMAIL PROTECTED]>
wrote:
> Yeah... the group is 'root' though.
Shouldn't matter.
When I had this problem I strace'ed the process to see where it was looking
for the plugins, I think that helped me a lo
in /usr/lib/sasl2 and that's where they
> are. I can't figure out how I would check this or what files I should
> have
> there.
>
> 2) PAM is incorrectly configured
> I have a sieve entry in /etc/pam.d/
>
> Any ideas? I'm a Cyrus newbie and I'm stuck.
seen databases from flat to db3, and the problem went away. Apparently
either the locking or something else isn't quite right in the flat file
database system.
Alec
--
Alec H. Peterson -- [EMAIL PROTECTED]
Chief Technology Officer
Catbird Networks, http://www.catbird.com
.
And it's not like they're hard to remove:
find . -name CVS -print | xargs rm -r
Alec
--
Alec H. Peterson -- [EMAIL PROTECTED]
Chief Technology Officer
Catbird Networks, http://www.catbird.com
performance problems, but I imagine
the performance problems could be substantial, especially with large seen
databases.
I sent a message to the list with the section of code I commented out, if
you can't dig it up let me know and I'll post it again.
Alec
--
Alec H. Peterson -- [EMAIL PROTECTED]
Chief Technology Officer
Catbird Networks, http://www.catbird.com
After a hint from Larry that my mmap() call might be buggy, I upgraded my
Linux kernel (I was running 2.2.14, now am running 2.4.18) and the problems
have disappeared.
Alec
--
Alec H. Peterson -- [EMAIL PROTECTED]
Chief Technology Officer
Catbird Networks, http://www.catbird.com
d on
modification time (in map_refresh()). I made it optional because there are
lots of other routines that use map_refresh() other than the seen database.
So far it appears to be working.
Alec
--
Alec H. Peterson -- [EMAIL PROTECTED]
Chief Technology Officer
Catbird Networks, http://www.catbird.com
that
would address this problem rather nicely.
Alec
--
Alec H. Peterson -- [EMAIL PROTECTED]
Chief Technology Officer
Catbird Networks, http://www.catbird.com
the CLOSE command, which may be used in other situations.
But when I open the mailbox the counts are always right.
Unless I'm mistaken, there is an entirely separate connection that always
does the STATUS commands periodically, yes? Since it's never selecting a
mailbox then the ca
--On Wednesday, February 27, 2002 8:20 -0700 "Alec H. Peterson"
<[EMAIL PROTECTED]> wrote:
>
> Well if you could point me in the direction of where said caching takes
> place I'd be happy to play with it myself and report back.
I've found where the caching wa
be happy to play with it myself and report back.
Alec
--
Alec H. Peterson -- [EMAIL PROTECTED]
Chief Technology Officer
Catbird Networks, http://www.catbird.com
So does anybody have any comments on how to fix this behavior in the Cyrus
mail server?
Alec
--On Sunday, February 24, 2002 18:14 -0700 "Alec H. Peterson"
<[EMAIL PROTECTED]> wrote:
> I use Mulberry to read mail, and I have to mail accounts on it. One is a
> Cyrus IMA
--On Monday, February 25, 2002 8:03 +0100 Lutz Albers <[EMAIL PROTECTED]>
wrote:
>
> I can confirm that behaviour as well. I my case it happens with a Cyrus
> IMAP server 2.0.16.
Oops, forgot that. It happened when I was running 2.0.16 as well as 2.1.0.
Alec
--
Alec H. Pet
sages are now not
recent/unseen.
I've reconstructed all mail folders several times, to no avail.
Incentally, I have never experienced this issue with the UW server. I am
doing server-side filtering on both servers (sieve for Cyrus, procmail for
the UW server).
alec
--
Alec H. Peterson
;pop3d -s" listen="pop3s" prefork=1
sieve cmd="timsieved" listen="127.0.0.1:sieve" prefork=0
# at least one LMTP is required for delivery
lmtp cmd="lmtpd -a" listen="127.0.0.1:lmtp" prefork=1
# lmtpunix cmd=&q
Using the latest IMAP and SASL I'm not able to do pop3 authenticaion. I
setup saslauthd as the pwcheck_method, but saslauthd reports -20 errors
(NOUSER).
The CRAM-MD5 and DIGETS-MD5 auths work fine over IMAP...
Any thoughts?
Alec
--
Alec H. Peterson -- [EMAIL PROTECTED]
Chief Techn
- Original Message -
From: "Tarjei Huse" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, June 26, 2001 07:44
Subject: ssl question.
> Hi, I have tried to set up cyrus to use ssl.
>
> in my imapd.conf I got:
> tls_cert_file: /var/imap/server.pem
> tls_key_file: /var/imap/server
- Original Message -
From: "Kevin J. Menard, Jr." <[EMAIL PROTECTED]>
To: "Andrew Kirilenko" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, May 30, 2001 14:17
Subject: Re: Mail delivering
>
> You're just asking for trouble that way. Use a pop-before-smtp method
instead.
>
ctionality with other than Eudora...
On the server, I'm running RedHat 6.2 on a 2.2.14 kernel.
Alec
--
Alec H. Peterson - [EMAIL PROTECTED]
Staff Scientist
CenterGate Research Group - http://www.centergate.com
"Technology so advanced, even _we_ don't understand it!"
33 matches
Mail list logo