On Mon, 26 Jul 2004, Stuart Merrill wrote:
I'm attempting to configure a network of servers with SuSE Enterprise 8.0
looking after a RAID array with tape backup and SuSE OpeneXchange 4.1 (which
I believe is a version of Cyrus) on a different server managing
e-mail/groupware.
I want to put the mailb
On Tue, 3 Aug 2004, Gil Freund wrote:
Can sieve scripts be set for Public (shared) folders? If so, where would one
store them?
Not yet. One of the upcoming projects we will be undertaking is
per-public (non-user) folder sieve scripts.
---
Cyrus Home Page: http://asg.web.cmu.edu/cyrus
Cyrus Wiki/
On Wed, 4 Aug 2004, Cory D. Wiles wrote:
When i try to run:
$cyradm -user cyradmin stasis
and enter my password is when I get the segmentation fault error.
Can you do the following?
gdb cyradm
run -user cyradmin stasis
(type your password)
and when you get the SEGV, type
where
and tell us the backt
On Thu, 5 Aug 2004, Cory D. Wiles wrote:
Derrick,
I ran into some problems with this. When I ran
$gdb cyradm
I get
Oh right, it's perl.
Well, do you get a core file?
---
Cyrus Home Page: http://asg.web.cmu.edu/cyrus
Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://as
On Thu, 5 Aug 2004, Cory D. Wiles wrote:
That did it
Thank you EVERYONE who helped me with this. I had a few people at work tell me to switch to another software but it wasn't the programs fault it wasn't working and this is a DEFINITE learning experience so once
On Thu, 5 Aug 2004, Andreas wrote:
Well, do you get a core file?
Got a better one, just for completeness.
Yeah, and I see the problem:
#0 0x4027355f in strlen () from /lib/libc.so.6
#1 0x4043cceb in _sasl_canon_user (conn=0x82ba478, user=0x4 , ulen=0, flags=3,
oparams=0x82bacd8) at canonusr.c
On Fri, 6 Aug 2004, Andreas wrote:
Try this patch:
--- plugins/cram.c 15 Dec 2003 20:04:22 - 1.83
+++ plugins/cram.c 5 Aug 2004 21:06:06 -
@@ -507,7 +507,7 @@
sasl_out_params_t *oparams)
{
client_context_t *text = (client_context_t *)
On Sat, 7 Aug 2004, Fatemeh Taj wrote:
Hi list
Something terrible happened to my mailserver. (Redhat 7.1+cyrus 2.0.16) At
mornining I found out that my server is down. After doing fsck it came up.
But the strange thing was that the status of the /var/spool/imap/user was
for one month ago! I mean th
On Tue, 10 Aug 2004, Rob Tanner wrote:
Unfortunately, it doesn't look like sieveshell does what I was hoping for.
I'm looking for some tool that will allow me, as the administrator, to manage
other users' sieve space (add/modify scripts, etc). Do you have any
suggestions?
Sadly I don't believe the
On Fri, 13 Aug 2004, Stefan Suurmeijer wrote:
Hi list,
I'm having some trouble getting sieve to work. I've just installed my new
machine, cyrus is working flawlessly, but sieve isn't. Nothing is filtered,
and in the logs I see the following errors:
sieve runtime error for stefan id
<[EMAIL PROT
On Fri, 20 Aug 2004, Rob Carter wrote:
Gentlefolk,
Does anyone have experiences they'd be willing to share with combatting
deadlocks within a BDB 3.3 duplicate delivery database on a high-traffic
Cyrus v2.1.16 (or earlier 2.1.x) server? We're running a 60,000+ user/1.2
million message/day Cyrus
The only solution that I have right now is to hack all the Makefile's after
the configuration process has completed to remove the extra rpaths. That
is quite painful. The other thing I could do is hack the startup scripts
to set LD_LIBRARY_PATH, and hack the perl scripts to do the same and make
s
On Tue, 31 Aug 2004, Ken Murchison wrote:
It sounds like the on-the-fly upgrade of cyrus.index and cyrus.cache is
broken when going to 2.2.1 to 2.2.8. I've looked at the code and nothing
seems obvious (yet), so if you can duplicate it and possibly post before and
after versions of these files,
On Tue, 31 Aug 2004, Ken Murchison wrote:
This is a 64 bit platform, I wonder if for some reason it's broken in that
case. Though... I don't see it.
Right. I *believe* the changes in question are those between 2.2.1 and 2.2.3
(caching additional headers and making a hole for 64-bit quotas), but
On Wed, 8 Sep 2004, Bastian Schern wrote:
Hello,
I have a Problem with the Cyrus SIEVE. The SIEVE-Scripts are in the user
homes (e.g. /home/mailings/.sieve)
But this script will not work. If a mail comes I get something like that in
/var/log/messages:
--- snip ---
Sep 8 20:53:49 lion lmtpunix[31
On Thu, 9 Sep 2004, Bastian Schern wrote:
If the magic number in the file header isn't right, you get this. Have
you moved sieve service between machines of different byte orders?
That was a problem some time ago (I think).
Okay, but I had not moved the sieve service between machines of different
On Sat, 18 Sep 2004, Ken Murchison wrote:
I'm not sure that IMAP is ameniable to active-active: the prevalence of
UIDs in the protocol means that it would be very hard to resolve the
inconsistencies that would occur if a pair of machines ever lost touch.
Right, I was assuming that active-passive
On Sun, 19 Sep 2004, Felix Cuello wrote:
Hello,
I wrote a small C program to access to quota files without ask cyrus. This
program run under mail group.
I noticed when something change in the mailbox [deleting mails, receiving
mails, etc] the /var/imap/quota permissions are resetted to:
-
On Sun, 19 Sep 2004, Felix Cuello wrote:
Inasmuch as this should be being done at all, your program should be
setuid cyrus. I don't think doing this is a good idea in general, though.
Then i wrote a simple C code and compile that as a PERL Package, then i have
direct access to their quota. Apache
On Sun, 19 Sep 2004, Felix Cuello wrote:
So write simple C code and exec it (and collect the result) from perl?
That's the problem... PERL is running as apache access. I wrote C code and
Right, that's why I suggested writing a C program, making it setuid and
executing, not linking in via xs. Setui
On Sat, 9 Oct 2004, ML mail wrote:
And how can I create toplevel mailboxes when my cyradm core dumps like this : ?
$ /usr/local/bin/cyradm --auth login --user cyrus localhost
Memory fault (core dumped)
can you get a backtrace from the core to share with us?
The core file is available at the followi
On Mon, 11 Oct 2004, Ing. Andrea Vettori wrote:
Relevant log files are below. From that point after, lmtpunix died every
time it was called until I deleted the content of the db directory and
deliver.db and restarted master.
The content of the db directory was the following :
total 11460
drwxr-xr-x
On Tue, 12 Oct 2004, ML mail wrote:
--- Derrick J Brashear <[EMAIL PROTECTED]> wrote:
can you get a backtrace from the core to share with
us?
Sorry I don't have much clue about debugging, what do
you want be to do exactly ?
gdb perl core
where
and tell us what the output from running w
On Wed, 13 Oct 2004, Ken Murchison wrote:
If that's the case, then you'll also have to update the docs for every other
command line Cyrus tool, including cyradm, which you presumably used to
create the mailbox in the first place.
If you submit a complete documentation patch, then either Derrick
On Fri, 15 Oct 2004, Stephen Rasmussen wrote:
Hello all,
I am trying to install cyrus-imap-2.2.8. When I run ./configure, I don't
seem to have any problems, but when I run make I get the following errors at
the end:
/usr/lib/gcc-lib/i386-redhat-linux/2.96/../../../libucdmibs.so: undefined
referenc
On Fri, 15 Oct 2004, Sebastien Hould wrote:
Tell me, what is the db.h file? upon doing a rpm -ql db4-4.0.14-20 I
got this output:
db.h will come from db4-devel.
/lib/libdb-4.0.so
/usr/lib/libdb-4.0.so
/usr/lib/libdb_cxx-4.0.so
/usr/share/doc/db4-4.0.14
/usr/share/doc/db4-4.0.14/LICENSE
/usr/share
I guess you assume then that imapd is setuid, otherwise, how is a user
expected to run it and have access to the mail store? that's fine, i just
want to know your expectations up front are in line with reality
On Tue, 28 Sep 2004, Ken Murchison wrote:
Christiaan den Besten wrote:
Cyrus doesn't s
On Thu, 23 Sep 2004, Dave Vrona wrote:
gcc -o master master.o masterconf.o cyrusMasterMIB.o ../lib/lock_fcntl.o
../lib/libcyrus_min.a -L/usr/lib -lnetsnmpagent -lnetsnmpmibs -lnetsnmphelpers
-lnetsnmp -ldl -lrpm -lrpmio -lpopt -lbz2 -lz -lcrypto -lelf -lm -L/usr/lib/lib -lwrap
-lresolv -lssl -l
On Wed, 29 Sep 2004, Rob MacGregor wrote:
On Wed, 29 Sep 2004 10:41:14 +0200, Denny Schierz <[EMAIL PROTECTED]> wrote:
we use a cyrus installation and it seems, that there are no imap client,
which can remove duplicate mails. Is there a nice way for a user? (via
web or windows client)
What version
Pruned list of mailing lists; not necessary to hit every list.
Add -DOPENSSL_NO_KRB5 to your CFLAGS. Configure in the next version should
figure this out (at least I think I committed that patch)
On Thu, 30 Sep 2004, Young Ma wrote:
Hello All,
I am running Redhat Pro 9.
When I am trying to instal
On Mon, 18 Oct 2004, Scott Adkins wrote:
We have a user that was reporting that she was way *way* over her quota.
She was alotted only 100MB, and for some reason, she was showing that she
was using over 400MB of space on her IMAP account! Furthermore, looking
at actual disk space consumption, she
I'd like to announce the release of Cyrus SASL 2.1.20 on
ftp.andrew.cmu.edu.
This version includes bug fixes, NTLM portability fixes, and a fix to
avoid an attack using the SASL_PATH environment variable when sasl is used
in a setuid environment.
Please send any feedback either to [EMAIL PROTECT
Actually, I will look at this this afternoon; I have a couple other bugs I
need to look at first.
On Wed, 27 Oct 2004, Philip Chambers wrote:
I have just found two flaws in the code which takes a message into cyrus (typically
during the DATA phase of LMTP. I am amazed that one has existed for so
On Wed, 27 Oct 2004, Derrick J Brashear wrote:
Actually, I will look at this this afternoon; I have a couple other bugs I
need to look at first.
It should be this simple:
--- spool.c 16 Sep 2004 17:58:54 - 1.6
+++ spool.c 27 Oct 2004 20:36:00 -
@@ -451,7 +451,7
On Tue, 2 Nov 2004 [EMAIL PROTECTED] wrote:
Hi,
Today our Cyrus IMAP server crashed and during startup it hung while executing
ctl_cyrusdb -r. ctl_cyrusdb looped over these system calls:
The db transaction logs have some number of unclosed transactions, so what
ends up happening is ctl_cyrusdb reo
On Wed, 3 Nov 2004, Patrick Gibson wrote:
I saw a bit of related discussion in the archives about this, but no answers,
nor problems that were quite the same...
i saw some answers, depending what authentication mechanism you're using.
On FreeBSD (4.9, 4.10), cyradm segfaults and dumps core if I en
On Thu, 4 Nov 2004, Patrick Gibson wrote:
Here's the backtrace for when cyradm segfaults after I've entered the wrong
password.
#0 0x28325431 in _sasl_canon_user () from /usr/local/lib/libsasl2.so.2
#1 0x28483a46 in crammd5_client_mech_step () from
/usr/local/lib/sasl2/libcrammd5.so
#2 0x2832
On Nov 5, 2004, at 1:54 PM, Johan Barelds wrote:
Hi all,
Just started with cyrus imap and i have to say that the logging is not
what i
expected. Are there any plans do to a proper /var/log/ logging for all
the
actions like pop statistics, inbound, outbound mail to specific
mailbox,
deletion of m
On Mon, 8 Nov 2004, Ken Murchison wrote:
If I'm not mistaken, this problem has been discussed serveral times and has
been traced to the fact that Outlook doesn't like the UIDs return by Cyrus.
Since the UIDs returned are completely legal per RFC 1939, we have no plans
to fix them.
This is probab
On Tue, 9 Nov 2004, Gary Mills wrote:
We have a few people who want to use a Blackberry PDA with our
Cyrus e-mail system. I understand that it does work, but the e-mail
has to be managed twice, once on the PDA, and again with a desktop
e-mail client. Is there a way to make it more convenient?
I d
On Tue, 9 Nov 2004, Dan Delaney wrote:
Can cyrus be configured so that "[EMAIL PROTECTED]" works the same as
"[EMAIL PROTECTED]"? Not use the - INSTEAD of +, but rather, use either.
+ as a detail separator is typically done in the config file for your mta
and not in anything cyrus-specific. so i
On Tue, 9 Nov 2004, Ken Murchison wrote:
+ as a detail separator is typically done in the config file for your mta
and not in anything cyrus-specific. so it's (typically) a question of how
to tweak config files for your particular mta. the sendmail macros we use
have a class in which possible de
On Wed, 10 Nov 2004, Cyrus Daboo wrote:
What about SIEVE - the subaddress extension is also hard-coded to use '+',
right?
well, the rfc doesn't specify it must be, and provides an example with a
#, so one would assume you either need an option to permute it there also,
or to rewrite it to what s
None of the URLs I've been able to find for websieve works, and I can't
find a copy of it anywhere. Does anyone have a copy saved that they'd be
willing to forward, or is anyone able to point me at a working site where
I might find it?
Thanks
-D
On Wed, 17 Nov 2004, Mark Hannessen wrote:
I am new to cyrus and I ran into some trouble..
Nov 17 19:24:15 xp2600c ctl_cyrusdb[24778]: DBERROR db4:
/cyrus-imapd/var/imap/db/__db.001: Permission denied
Are these all owned by the cyrus user, with a reasonable set of
permissions?
Nov 17 19:24:15 xp
On Thu, 18 Nov 2004, Mark Hannessen wrote:
Are these all owned by the cyrus user, with a reasonable set of
permissions?
thanks for the hint Derrick, it seemed the files where not owned by the cyrus
user (well half of them where, half of them where not.)
the only warning I can still find in the l
On Thu, 18 Nov 2004, Rob Tanner wrote:
time the deleted local mailbox stayed deleted. What Cyrus thinks is
happening is that when the addressbook closed, the IMSP server is writing
back its cached copy of the options file. That's why, according to Cyrus's
guess, that once I closed the addressbook
I'm pleased to announce the release of Cyrus IMAPd 2.2.9. This release
implements several bugfixes, notably one where lmtpproxyd could reuse a
freed connection, another involving a pre-authentication buffer overrun
in "imap magic plus" support (CAN-2004-1011) and lack of bounds checking
in PAR
On Mon, 22 Nov 2004, David Powicki wrote:
What's the word on susceptibility of versions based on the remote
vulnerability documented at:
http://security.e-matters.de/advisories/152004.html
Are ALL versions of cyrus pre-2.2.9 vulnerable, including 2.1.X?
If you read the report at the URL he summar
On Tue, 23 Nov 2004, Michael Sims wrote:
Hi,
Are there any plans to release an official 2.1.17 to address these issues or
should
those of us running 2.1.x (who don't wish to maintain local patches) upgrade to
2.2.9?
I think we would prefer you upgraded, but, are there cases where this
would cause
On Tue, 23 Nov 2004, Derrick J Brashear wrote:
Are there any plans to release an official 2.1.17 to address these issues
or should
those of us running 2.1.x (who don't wish to maintain local patches)
upgrade to
2.2.9?
I think we would prefer you upgraded, but, are there cases where this
I'm pleased to announce the release of Cyrus IMAPd 2.2.9. This release
implements several bugfixes, notably lack of bounds checking and null
termination problems, as backported from Cyrus 2.2.10. Cyrus 2.1 series
releases are in bugfix only mode.
A full list of changes is available in doc/chan
On Tue, 23 Nov 2004, Michael Sims wrote:
No, not necessarily. In fact, I haven't really investigated it fully yet. I
just
wanted clarification on whether the 2.1.x line was still being
maintained/supported.
Apparently it is, because I see now that there is a 2.1.17 tarball in
ftp://ftp.andrew.c
I'm pleased to announce the release of Cyrus IMAPd 2.2.10. This release
implements several bugfixes, including a pre-authentication buffer
overrun in "imap magic plus" support in proxyd (CAN-2004-1015) and a
potential string copy without terminating null in mysasl_canon_user.
It contains no new
On Wed, 24 Nov 2004, Andreas Hasenack wrote:
What does --enable-gssapi stand for again? I mean, cyrus-imapd
already uses sasl which has a gssapi plugin, so what does this
--enable-gssapi option does exactly? Is it only used for when
one enables kerberos authorization instead of unix?
pwcheck can us
On Wed, 1 Dec 2004, Nikola Milutinovic wrote:
Can Cyrus IMAPD (and how) support multiple Kerberos realms via SASL/GSSAPI?
Depending on context, yes, let's see what you want:
It will be neccessary for us to have at least one Cyrus IMAPD that will serve
users from two or more dirs/domains/realms. S
On Thu, 2 Dec 2004, Nikola Milutinovic wrote:
But all of these are really far more complicated than just doing key
exchange between realms and putting all the mailboxes in one realm; more
recent cyrus' murder features are actually being used by cmu to have 2
realms (actually 3, but the 3rd is a
On Sun, 5 Dec 2004, Amos wrote:
Was there any follow-up to this?
Related to this unpleasant issue that gets repeatedly kicked around between
this list and postfix-users, with an unpleasant amount of disdain I might
add, has anybody implemented a hack to Cyrus lmptd to optionally reject such
mess
On Mon, 6 Dec 2004, Robert Lubbers wrote:
* OK cyrus.domain.com Cyrus IMAP4 v2.2.9 server ready
. login cyrususer secret
. NO Login failed: can't request info until later in exchange
. logout
* BYE LOGOUT received
. OK Completed
Ken pointed something out to me about this yesterday, notably, that i
The commit log on 1.398.2.81 is "don't canonify a userid twice"
Derrick,
There was a long discussion about this on cyrus-sasl and cyrus-devel lists
awhile back:
http://asg.web.cmu.edu/archive/message.php?mailbox=archive.cyrus-sasl&searchterm=saslpasswd2%20and%20virtdomains&msg=3683
this isn't qui
But it looks like I also miss the scope; sasl_check_pass canonifies (which
means auxprop_verify_password canonifies twice from sasl_check_pass, and
from sasl_user_exists is the only verify_password backend which
canonifies... sigh)
anyway, i think there is something more subtle doing on here ma
On Tue, 7 Dec 2004, Igor Brezac wrote:
There was a long discussion about this on cyrus-sasl and cyrus-devel lists
awhile back:
http://asg.web.cmu.edu/archive/message.php?mailbox=archive.cyrus-sasl&searchterm=saslpasswd2%20and%20virtdomains&msg=3683
this isn't quite the same thing.
further investi
On Thu, 9 Dec 2004, Patrick T. Tsang wrote:
Hello,
I have a problem on the mail subject which contains no encoding.
in /etc/imapd.conf, I have included the line " reject8bit: no " but nothing
happen.
It shows me "" again.
reject8bit: yes should bounce the message.
How can I allow the 8bit char
On Mon, 13 Dec 2004, David G Mcmurtrie wrote:
We've installed cyrus imapd 2.1.17 on a 4-node Veritas cluster and we're
now testing it. Our /var/imap filesystem is on a clustered filesystem.
We noticed that all of the lmtpd processes are just sitting in a blocking
fcntl() call waiting for a lock on
On Mon, 13 Dec 2004, Michael Loftis wrote:
There are a number of different lockfiles that cyrus uses during it's
lifecycle. Though one thing you need to know is that it is not designed to
run like you're attempting to run it. Each cyrus instance is meant to be
standalone, and running them all
On Wed, 22 Dec 2004, Aleksandar Milivojevic wrote:
Do you have a host/(hostname) key in the database?
OK, so I added host/hostname key. And the authentication against AD now
works. I guess this step can't be skipped...
It can, but only if you edit source to use a different principal to do
verif
On Thu, 23 Dec 2004, Curses! wrote:
<11024042241102404224>A2 NO Mailbox has an invalid format
[]
Since I saw there were changes in the default database formats and the
addition of run-time database format directives, I added those directives to
none of which should matter here.
Based on th
On Fri, 24 Dec 2004, Rob Tanner wrote:
half days to complete. But then all I had to do afterwards was move
the alias that points to the imap server and users were bust reading
mail. The other downside is that the SEEN flag is not a property of
the mailbox and doesn't get transfered, so all mail s
On Sun, 26 Dec 2004, Rob Siemborski wrote:
Most of the problem is that there aren't really a wealth of clients that
support it (as it is, finding IMSP clients is hard :).
And supporting them correctly is harder.
---
Cyrus Home Page: http://asg.web.cmu.edu/cyrus
Cyrus Wiki/FAQ: http://cyruswiki.and
On Tue, 28 Dec 2004, Nikola Milutinovic wrote:
Signal 13 on Tru64 is SIGPIPE, the explanation is "write on a pipe with no
one to read it". Why would IMAPD be writing on a pipe anywhere? Does it have
to do anything with NTLM?
well, master, for instance, is a pipe. imapd doesn't accept(), master
d
On Wed, 29 Dec 2004, Nikola Milutinovic wrote:
I've turned off SPA (defaulting to NTLM), but the "problem" persists. It
looks like Outlook Express is closing the connection irregularely, there is
that line in the log:
[]
What troubles me is that the connection is closed almost instantly as the
u
On Fri, 31 Dec 2004, Alex Deiter wrote:
--- lib/imapopts.h.orig Fri Dec 31 10:19:47 2004
+++ lib/imapopts.h Fri Dec 31 10:20:13 2004
@@ -200,9 +200,9 @@
const char *s;
- int i;
+ long i;
- int b;
+ long b;
enum enum_value e;
given that e.g. config_getint r
On Wed, 5 Jan 2005, Igor Brezac wrote:
+ 30 31 2e 31 36 2e 38 36 31 2e 32 39 31 5b 20 75 <0010> u
[192.168.61.10
+0a 5d 39 <0020> 9].
After this there is nothing and the master reports the child died with
SIGPIPE.
This is not saying much. Can yo
You are getting bad password error. This is not related to ptloader.
-Igor
OK, so what am I missing between the ptloader (which obviously
retrieves the correct information from the LDAP server as shown by a
ptdump) and imapd (which refuses to believe that the username/password
combination as s
On Tue, 4 Jan 2005, Derrick J Brashear wrote:
--- lib/imapopts.h.orig Fri Dec 31 10:19:47 2004
+++ lib/imapopts.h Fri Dec 31 10:20:13 2004
@@ -200,9 +200,9 @@
const char *s;
- int i;
+ long i;
- int b;
+ long b;
enum enum_value e;
given that e.g
On Mon, 10 Jan 2005, JB Hewit wrote:
mail:/var/lib/cyrus/log/ahumohi# cyradm --user=manager localhost
IMAP Password:
soapbox>
soapbox> lm
user.ahumohi (\HasNoChildren)
user.manager (\HasNoChildren)
So the mailbox is there. This was created with 'cm user.ahumohi'.
cm user/ahumohi
or r
On Thu, 13 Jan 2005, H. Scott Brown wrote:
Hi, List,
OK, I got past the previous issue, sorry for all the newbie questions...
Now I get this in the messages log:
Jan 13 16:14:52 smtp imap[11735]: [ID 143423 local6.error] DBERROR: reading
/var/imap/db/skipstamp, assuming the worst: No such file or d
On Fri, 21 Jan 2005, Gregory Harris wrote:
Filed into bug #2615:
https://bugzilla.andrew.cmu.edu/show_bug.cgi?id=2615
Derrick J Brashear wrote:
Can you put enough of the broken message into bugzilla that we can analyze
it?
Thanks.
Ok, thank you.
---
Cyrus Home Page: http://asg.web.cmu.edu/cyrus
On Wed, 26 Jan 2005, Alan Thew wrote:
On Wed, 26 Jan 2005 15:51 , Martin Ziegler <[EMAIL PROTECTED]> said:
I was also surprised when browsing through the FTP server. As far as in can
see there is no SSL/STARTTLS support.
There are patches in CMU's CVS which patch the 1.7b server, it's running
on
On Wed, 26 Jan 2005, Scott Adkins wrote:
--On Wednesday, January 26, 2005 12:37 PM +0100 Martin Ziegler
<[EMAIL PROTECTED]> wrote:
Hi again,
i compiled imsp 1.8 and applied the patch from William K. Hardeman which
enables support for virtdomain logins. Everything works fine with the
exception of
On Tue, 8 Feb 2005, Amos wrote:
On Tue, 8 Feb 2005, Ken Murchison wrote:
Jason Jacobsen wrote:
What is the status of the global include verb for sieve?
Its in Cyrus v2.3.
Just out of curiosity, any sketched out time line for 2.3?
Not yet. Hopefully soon. The multimaster mupdate code needs more test
On Wed, 9 Feb 2005, Norman Zhang wrote:
Hi,
I'm seeing lots of these in /var/log/mail/warnings
lmtp[9563]: DBERROR db4: 82 lockers
IIRC, this harmless? Can someone please ack/nack on this?
It can mean you're leaking lockers, if something's dying
uncleanly. Or, it may be legitimate.
---
Cyrus Home
On Fri, 11 Feb 2005, ML mail wrote:
Hello,
I am trying to compile Cyrus SASL 2.1.20 for Cyrus
IMAPd on Solaris 9 SPARC and have the following
problem with make install:
Probably belongs on the cyrus-sasl list. Anyway,
nroff -mdoc ./saslauthd.mdoc > ./saslauthd.8
saslauthd.8 should have been include
I'm pleased to announce the release of Cyrus IMAPd 2.1.18. This release
fixes a single byte overflow in the imap annotate extension.
It contains no new features.
A full list of changes is available in doc/changes.html in the
distribution.
Download the release at:
ftp://ftp.andrew.cmu.edu/pub/cyr
I'm pleased to announce the release of Cyrus IMAPd 2.2.11. This release
implements several bugfixes, including one byte buffer overruns in the
imap annotate extension and in cached header handling which can be run by
any authenticated user, and bounds checking in fetchnews which could be
exploi
On Mon, 14 Feb 2005, Andreas Hasenack wrote:
On Mon, Feb 14, 2005 at 11:06:39AM -0200, Andreas Hasenack wrote:
After upgrading to 2.1.11 this morning I started to get random segfaults when
switching mailboxes (closing one and opening the other):
#0 index_fetchreply (mailbox=0x8130f80, msgno=28, ro
On Mon, 14 Feb 2005, Thomas Hager wrote:
same here, i already filed a bug report.
Yeah, 2.2.12 will be out shortly. It's already in CVS, but I want to test
it before cutting a release.
---
Cyrus Home Page: http://asg.web.cmu.edu/cyrus
Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/
I'm pleased to announce the release of Cyrus IMAPd 2.2.12. This release
implement one bugfix, the removal of index handling code which appeared
erroneously in 2.2.11.
It contains no new features.
A full list of changes is available in doc/changes.html in the distribution.
Download the release at
On Mon, 14 Feb 2005, Amos wrote:
Hi.
What versions of automake and autoconf are CMU currently using?
well, autoconf --version pulls 2.13, but that's not what you want, because
iirc configure.in has an AC_PREREQ which makes autconf (secretly a script
which figures out which of several versions you
On Mon, 14 Feb 2005, Wil Cooley wrote:
On 2005-02-14, Derrick J Brashear <[EMAIL PROTECTED]> wrote:
I'm pleased to announce the release of Cyrus IMAPd 2.2.12. This release
implement one bugfix, the removal of index handling code which appeared
erroneously in 2.2.11.
It contains no new
On Wed, 16 Feb 2005, Alec H. Peterson wrote:
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
It is claimed that Versamai
On Thu, 17 Feb 2005, JB Hewit wrote:
I've been searching about and haven't been able to find anywhere to
change the verbosity of Cyrus imap (ver 2.1.x).
I want to reduce the chatter of the logging, I found no settings in
cyrus.conf or imap.conf. I had a look at the startup scripts and
didn't find
On Sat, 19 Feb 2005, Eric Wagar wrote:
And, when I try to sam the user.ericwa mailbox, sam returns:
localhost> sam user.ericwa cyrus +all
setaclmailbox: root: +all: System I/O error
So, guessing, where is the file or directory which does not have the cyrus
user as its owner and instead is owned by
On Wed, 23 Feb 2005, Robert Scussel wrote:
This might be a shot in the dark, but having recently battled through some
quirks on Solaris 9, make sure that your perl binary is one that was compiled
on the Solaris box with gcc ( unless of course you actually have the sun
compiler and compiled cyrus
On Feb 26, 2005, at 2:54 PM, Amos wrote:
Alex Deiter wrote:
Hi,
Cyrus IMAP on 64bit arch incorrectly interprets defaults numerical
parameters of a imapd.conf: all of them are equal to zero!
For example, compile source in attach:
# gcc -m64 test.c
# file a.out
a.out: ELF 64-bit MSB executa
On Mon, 28 Feb 2005, Ken Murchison wrote:
The "murder in a box" does work (I have it on my laptop for testing new
code), but its not trivial to setup.
However, note that tracking the current CVS head of the 2.3 branch at this
moment may make it more difficult than it would otherwise be, but yes.
On Wed, 2 Mar 2005, Matt Pounsett wrote:
I did a search of the archive, and didn't come up with anything relevant.
I've also been unable to find anything helpful using google.. so..
I've just installed cyrus-imapd-2.2.12 on FreeBSD 4.10-STABLE. My client
connects to the server results in the er
On Thu, 3 Mar 2005, Craig White wrote:
On Thu, 2005-03-03 at 00:04 -0500, Forrest Aldrich wrote:
Nothing like following-up to your own posts.
The consensus of the private emails I've received is that some people
opt not to utilize Sieve, based upon the lack of documentation.
I find that surprising,
On Thu, 3 Mar 2005, Matt Pounsett wrote:
I think it is.. I tried with Evolution later, and found that it was giving a
(slightly) better error message: "Server unexpectedly disconnected: Unknown
error".
With both clients, if I intentionally screw up authentication then I get the
expected 'failed
On Mon, 7 Mar 2005, Doug Koobs wrote:
I did a locate Shell.pm:
/usr/lib/perl5/5.8.0/Shell.pm
/usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/Cyrus/IMAP/Shell.
pm
/usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi/DBI/Shell.pm
/usr/local/lib/perl5/5.8.6/Shell.pm
You need IMAP.so, but no
1 - 100 of 200 matches
Mail list logo