Nick Ustinov schrieb:
>
> We are planning to switch production server from 2.0.16 to 2.1.3/skiplist.
> The system has about 60 mailboxes and is quite heavily loaded (seeing
> alot of db lockers). Are there any hidden catches people i should avoid?
> Besides converting mailboxes file using cvt
1) better search
2) you can download attached files :) (that was the main reason)
3) supposed to be faster :)
Sincerely,
Nick
- Original Message -
From: "Ken Murchison" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 04, 2002 04:01
Subject: Re: web info-cyrus archives
1) better search
2) you can download attached files :) (that was the main reason)
3) supposed to be faster :)
Sincerely,
Nick
- Original Message -
From: "Ken Murchison" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 04, 2002 04:01
Subject: Re: web info-cyrus archives
sorry to reply to my own message. but here is a little bit more info
output of truss on imapd process which stayed active after client closed
connection,it starts just before i quit mutt
select(0x1,0xbfbff2e4,0x0,0x0,0xbfbff2c8)= 1 (0x1)
gettimeofday(0xbfbff26c,0x0) =
Ive seen reports of Cyrus not closing TCP connection in mail list,
but no resolution to that problem.
I am seeing a similar issue on FreeBSD 4.5 with cyrus imap 2.1.3.
after telnet localhost 110
login and logout
the process for pop3 daemon is still present in the system after an hour:
11692 ??
Harris Landgarten wrote:
>
> Your patch turns lmtpengine.c,v 1.58 2002/02/21 17:43:08 rjs3 into
> lmtpengine.c,v 1.60 2002/02/22 18:36:58.
>
> Cyrus-imap 2.016 contains lmtpengine.c v 1.26
>
> You are only changing two lines of code and the same code segment
> appears in v1.26 starting at lin
Nick Ustinov wrote:
>
> If anyone is interested, there is a full searchable archive of info-cyrus at
> http://giga.bit.lv/info-cyrus
How is this different from:
http://asg.web.cmu.edu/archive/mailbox.php?mailbox=archive.info-cyrus
--
Kenneth Murchison Oceana Matrix Ltd.
Software Enginee
If anyone is interested, there is a full searchable archive of info-cyrus at
http://giga.bit.lv/info-cyrus
It's a bit slow at the moment, however, it's apache+php+cyrus2.1.3 on 200
mhz pentium and very slow hdd with 16k messages in one mailbox :) I
promise to upgrade it asap.
Sincerely,
Nick
Thanks for the quick reaction! The patch applies cleanly enough, but
lmtpengine.c doesn't compile anymore because the variable r is not
declared. I'll look into this tomorrow.
Thanks again,
Hein
msg06964/pgp0.pgp
Description: PGP signature
Your patch turns lmtpengine.c,v 1.58 2002/02/21 17:43:08 rjs3 into
lmtpengine.c,v 1.60 2002/02/22 18:36:58.
Cyrus-imap 2.016 contains lmtpengine.c v 1.26
You are only changing two lines of code and the same code segment
appears in v1.26 starting at line 626. I assume the change can be made
manua
Hein Roehrig wrote:
>
> Dear all,
>
> when I send myself a message without a body, lmptd gets stuck --- it
> eventually times out with a "451 4.3.0 System I/O error" and subsequent
> messages through the same LMTP connection fail as well.
>
> My setup is Cyrus 2.1.3, Debian postfix 1.1.6-1, c
Harris Landgarten wrote:
>
> Will this patch work on 2.0.16?
Yes. This is why I posted it (see Richards original post below).
> On Wed, 2002-04-03 at 13:41, Ken Murchison wrote:
> >
> >
> > Richard Gilbert wrote:
> > >
> > > I have a sieve script set up which puts all mail from the info-cyr
Dear all,
when I send myself a message without a body, lmptd gets stuck --- it
eventually times out with a "451 4.3.0 System I/O error" and subsequent
messages through the same LMTP connection fail as well.
My setup is Cyrus 2.1.3, Debian postfix 1.1.6-1, configured to deliver
mail via unix sock
On Wednesday 03 April 2002 19:02, Theodore J. Knab wrote:
> I have not found any Cyrus specific documentation for LDAP
> authentication, nor do I have Cyrus configured for LDAP
> authentication support yet.
>
> So, could someone tell me if this will work ?
Yes, it works.
I am using Cyrus and Open
Hello all,
I installed majordomo on the cyrus server just like any other majordomo
installation. However, I notcied that if there are more than say 500
people on the list, postfix never finishes delivering the stuff to cyrus
via lmtp. Basically it never gets to the end of the list of recipient
Hello!
Am Wed, 3 Apr 2002 10:09:44 -0800 schrieb damm:
> Ok, do you have saslauthd running? and in what manner do you have it running? ie
>saslauthd
> -a pam? or shadow? or getpwent?
now it runs
ls -l /var/state/saslauthd
total 1
srwxrwxrwx 1 root root0 Apr 3 22:07 mu
Awesome, thanks everyone!
On Wed, 2002-04-03 at 11:37, Rob Siemborski wrote:
> On 3 Apr 2002, David Fuchs wrote:
>
> > Any insight into this issue would be greatly appreciated.
>
> It's a bug in the configure script which I have fixed in CVS (the correct
> LDFLAGS were not being given to th
Will this patch work on 2.0.16?
Harris
On Wed, 2002-04-03 at 13:41, Ken Murchison wrote:
>
>
> Richard Gilbert wrote:
> >
> > I have a sieve script set up which puts all mail from the info-cyrus list
> > into a folder using the rule
> >
> >if address :is :localpart ["to", "cc", "bcc"] "i
On 3 Apr 2002, David Fuchs wrote:
> Any insight into this issue would be greatly appreciated.
It's a bug in the configure script which I have fixed in CVS (the correct
LDFLAGS were not being given to the sasl_checkapop test).
-Rob
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Quoting David Fuchs <[EMAIL PROTECTED]>:
> configure: error: libsasl2 without working sasl_checkapop. Cannot
> continue.
For me it worked only after i put LDFLAGS and CPPFLAGS pointing to the sasl2
place in front of ./configure ...
--
Jure Pecar
Quoting David Fuchs <[EMAIL PROTECTED]>:
> configure: error: libsasl2 without working sasl_checkapop. Cannot
> continue.
For me it worked only after i put LDFLAGS and CPPFLAGS pointing to the sasl2
place in front of ./configure ...
--
Jure Pecar
We are planning to switch production server from 2.0.16 to 2.1.3/skiplist.
The system has about 60 mailboxes and is quite heavily loaded (seeing
alot of db lockers). Are there any hidden catches people i should avoid?
Besides converting mailboxes file using cvt_cyrusdb is there anything else I
Hello,
I'm having some trouble compiling Cyrus IMAPd v2.1.3 on a FreeBSD-4.5
box. I receive an error when running `configure', the last few lines of
the `configure' output follow:
checking for dlopen... yes
checking for sasl/sasl.h... yes
checking for sasl/saslutil.h... yes
checking for
Please keep me posted as you undertake this process. I am attempting a
similar solution (currently with the OpenLDAP only used for Sendmail). If I
get things working I will let you know what I did. I am currently using
Solaris 8.
Tony
At 11:46 AM 04/02/2002 -0800, you wrote:
>I'm trying to mo
Richard Gilbert wrote:
>
> I have a sieve script set up which puts all mail from the info-cyrus list
> into a folder using the rule
>
>if address :is :localpart ["to", "cc", "bcc"] "info-cyrus" {
> fileinto "INBOX.info-cyrus"; }
>
> This works fine except for every message from Simo
I have a sieve script set up which puts all mail from the info-cyrus list
into a folder using the rule
if address :is :localpart ["to", "cc", "bcc"] "info-cyrus" {
fileinto "INBOX.info-cyrus"; }
This works fine except for every message from Simon Matter which ends up
in my INBOX. I use
Guy Plunkett wrote:
> Use Mulberry...
Mulberry is not bad, and it seems to be the most full-featured
IMAP client out there, but...
a) I need to support users who are already used to Outlook
and won't switch for any reason, and...
b) Mulberry's UI is one that you could love or hate... it
c
At 12:02 PM -0500 4/3/02, Theodore J. Knab wrote:
>I have not found any Cyrus specific documentation for LDAP
>authentication, nor do I have Cyrus configured for LDAP
>authentication support yet.
Isn't it preferable to have cyrus and LDAP both doing sasl Auth? I
have cyrus, LDAP and Postfix all
I have not found any Cyrus specific documentation for LDAP
authentication, nor do I have Cyrus configured for LDAP
authentication support yet.
So, could someone tell me if this will work ?
[washcoll.edu]
+ People (browsable)
+ Accounts (login info for Cyrus)
mytestldapserver:/ho
Which version of Cyrus IMAP is stable now ?
I want to begin building the Cyrus part for our production environment
but the developers keep changing the versions.
Requirements: LDAP authentication(dependent on Cyrus)
CYRUS IMAP (What version should I use?)
Use Mulberry...
http://www.cyrusoft.com ...
The coolest IMAP client on the planet... and it works with Mac/Unix/Windo$e
Cheers,
--Guy
--On Wednesday, April 03, 2002 08:17 -0800 Jurgen Botz <[EMAIL PROTECTED]>
wrote:
> Am I missing something, or does Outlook not support IMAP server-side
> se
--On Tuesday, 2002 April 2 11:59 -0500 Kevin Bond <[EMAIL PROTECTED]> wrote:
> On Tuesday, April 2, 2002, at 11:35 AM, Michael Bartosh wrote:
>
>>> The only thing I had to do to make cyradm work was fix the build
>>> command lines to include a -L option so that the sasl2 library was
>>> found.
I have been looking in the archives, but I suspect I am not picking the
correct combination of keywords.
Does anybody have any suggestions for the following scenario:
1/3 of my users are currently employees or students--they need accounts
on my mail server and so would authenticate with the
Am I missing something, or does Outlook not support IMAP server-side
search?
:j
--
Jürgen Botz | While differing widely in the various
[EMAIL PROTECTED] | little bits we know, in our infinite
| ignorance we are all equal
Hello!
Am Tue, 2 Apr 2002 23:07:11 -0800 schrieb damm:
> On Wed, Apr 03, 2002 at 08:49:01AM +0200, Simon Matter wrote:
> > Hm, I don't understand. I have the following in main.cf:
> >
> > mailbox_transport = lmtp:unix:/var/lib/imap/socket/lmtp
> >
> > If Cyrus imapd is stopped, I get the error
abarthel wrote:
> And Cyrus, before defering the mails will them to procmail for
> procesing but how will they be delivered because the "argv=
> /usr/cyrus/bin/deliver" line does not exist anymore
As I wrote in private mail (don't make Cc's, g), with a procmail
recipe like:
:0
* ^To:.*some@
Hi;
Is it possible in cyrus to create an account with a
dot inside the imap "login" or is the dot only
reserved for subdirectory ?
i had to create users who have a login like :
pierre.dupont.03 ;
his mail is [EMAIL PROTECTED]
thanks ;))
@+
a little french boy
=
Nico
http://slysculpt
-- Message transmis --
Subject: Re: Postfix/Procmail/Cyrus-Imap
Date: Wed, 3 Apr 2002 11:22:26 +0200
From: abarthel <[EMAIL PROTECTED]>
To: Thomas Schramm <[EMAIL PROTECTED]>
Le Mardi 2 Avril 2002 19:52, vous avez écrit :
> Alain Barthélemy wrote:
>
> [..Procmail..]
>
> > Wi
38 matches
Mail list logo