Sorry to utter the word "microsoft", but outlook is bitching about the
new imap account i set up. Mozilla mail gets mail fine, when I set it
up to use local folders for "sent" "drafts" etc.. The problem is that
windows clients respond with something like "could not connect to IMAP
server, se
Stuart Krivis wrote:
> This may be a place where it is more cost-effective to use one of the
> commercial LDAP servers. Solaris comes with a license for 200,000-user
> iPlanet Directory Server. With the number of auths/sec that you need, you
> will want a very high-performance auth mechanism.
>
We
> On Thu, 10 Jan 2002, Victor wrote:
>
> > Hi Rob. Thanks a lot for replying. CMU user base is probably huge. I
wanted
> > to ask you what is your procedure for rolling out updates? Do you have a
> > procedure? I wanted to see what would be involved in upgrading cyrus in
a
> > production environme
On Thu, 10 Jan 2002, Victor wrote:
> Hi Rob. Thanks a lot for replying. CMU user base is probably huge. I wanted
> to ask you what is your procedure for rolling out updates? Do you have a
> procedure? I wanted to see what would be involved in upgrading cyrus in a
> production environment without
I forgot to mention that I was unable to get configure to find
des_ecb_encrypt in -ldes. After checking the info-cyrus archives and
searching my system I was able to find des_ecb_encrypt in -ldes425, so I
modified configure to look for -ldes425. Likewise, I could not find
krb_mk_priv in -lkrb
I would deeply appreciate your telling me the workaround you developed.
I think that can only help me learn a little more C programming, which
I've neglected for years (yes I regret that.) So any and all advice from
you would be appreciated.
I am also experimenting with a Red Hat RPM release o
On Friday 11 January 2002 1:12 pm, Sean Witham wrote:
> Does anyone know what the mmap issues were/are that cause Cyrus not
> to use mmap on NetBSD ? I ask because I am aware that there have been
> fixes to mmap in recent releases of NetBSD.
I asked about this and apparently fixing the bug in the
--On Thursday, January 10, 2002 15:28:48 -0700 Irwan Hadi
<[EMAIL PROTECTED]> wrote:
>>
>> CPPFLAGS=-I/ usr/include/db3 -I/usr/local/include
>
> Cyrus using C not C++, so you need to change it to CFLAGS
>
CPPFLAGS stands for "C PreProcessor Flags," Not "C++". CPPFLAGS is
correct.
My guess is that you're trying to compile in MIT krb5 with krb4
compatability and OpenSSL into the same patch. They both have a "des.h" in
the include path, but the kerberos one is inexeplicably required for krb.h
to work right (otherwise you get some macros that don't get substituted
properl
I am pleased to announce the first stable release of Cyrus SASLv2 (2.1.0)
on ftp.andrew.cmu.edu. This release includes some minor API changes to
allow the user canonicalization interface to be more flexible, a
preforking saslauthd, and many bugfixes throughout the library. This is
the first stabl
On Fri, Jan 11, 2002 at 01:38:00PM +0100, [EMAIL PROTECTED] wrote:
>
> Do you know which auth mechanism will be used? If MySQL/LDAP, you'll have
> to scale the corresponding servers/services/software accordingly.
We haven't decided yet, but it will be running on its own separate hardware.
Hy!
On 11-Jan-2002 Chris Peck wrote:
> You could change the entry in the imapd.conf to the new location.
I don't think you can do this for just one letter!
Yes, you can create "partitions" in the config, but then you have to move each
folder to the new partition from within cyrus, but that's
You could change the entry in the imapd.conf to the new location.
On Friday, January 11, 2002, at 10:26 AM, Robert Scussel wrote:
> Because cyrus will continue to look for the data in /var/spool/imap/a
>
> B
>
> Richmond Dyes wrote:
>>
>> Thanks for the info, but excuse my stupidity, but why the
DUH!! Told you I wasn't the sharpest knife in the drawer. Thank you for explaining
the obvious to me.
Robert Scussel wrote:
> Because cyrus will continue to look for the data in /var/spool/imap/a
>
> B
>
> Richmond Dyes wrote:
> >
> > Thanks for the info, but excuse my stupidity, but why the li
Because cyrus will continue to look for the data in /var/spool/imap/a
B
Richmond Dyes wrote:
>
> Thanks for the info, but excuse my stupidity, but why the link if you have moved
> that directory?
>
> Noll Janos wrote:
>
> > Hy!
> >
> > On 11-Jan-2002 Richmond Dyes wrote:
> > > I have Cyrus 2.
Hy!
On 11-Jan-2002 Richmond Dyes wrote:
> I have Cyrus 2.0.9 running on RH 7.1. I want to move some of my mail
> users to another partition because it is getting full. I downloaded the
[...]
> 2. Is there a way to maunally move a user?
If you use a hashed IMAP spool (you probably do), moving
Thanks for the info, but excuse my stupidity, but why the link if you have moved
that directory?
Noll Janos wrote:
> Hy!
>
> On 11-Jan-2002 Richmond Dyes wrote:
> > I have Cyrus 2.0.9 running on RH 7.1. I want to move some of my mail
> > users to another partition because it is getting full. I
I have Cyrus 2.0.9 running on RH 7.1. I want to move some of my mail
users to another partition because it is getting full. I downloaded the
move_imap_users scripts to do this and I can't get the fast.imap script
to work. I went into the fast.imap script and edited it putting the
adminid as cyr
Stuart Krivis schrieb am Fri, Jan 11, 2002 at 07:50:35AM -0500:
[...]
* >
* >Do you know which auth mechanism will be used? If MySQL/LDAP, you'll have
* >to scale the corresponding servers/services/software accordingly.
* >
*
*
* This may be a place where it is more cost-effective to use one of
Does anyone know what the mmap issues were/are that cause Cyrus not
to use mmap on NetBSD ? I ask because I am aware that there have been
fixes to mmap in recent releases of NetBSD.
If a Cyrus expert would like to post what bugs in NetBSD mmap
prevents its use by Cyrus to the tech-pkg list,
Hi,
The main issues to consider when sizing a mail system are:
- quota per user, and percentage full the "average" user will have their
mailbox, the way they access their mail for reading also matters. You can
get away with significantly less storage for a POP implementation versus an
--On Friday, January 11, 2002 01:38:00 PM +0100 [EMAIL PROTECTED]
wrote:
> * We have a degenerate case, in which a large number of users are
> expected to * access a mail store which is empty most of the time.
> *
> * quota limit:100kB
> * people reading mail pe
Guy Middleton schrieb am Thu, Jan 10, 2002 at 02:36:02PM -0800:
* On Thu, Jan 10, 2002 at 11:02:21PM +0100, [EMAIL PROTECTED] wrote:
* > The problem is more complex. You have to provide some details to get answers
* > that make sense:
* >
* > - what is the quota limit of each user?
*
* > [ ...
On Fri, 11 Jan 2002 [EMAIL PROTECTED] wrote:
> sageetha satheesan schrieb am Thu, Jan 10, 2002 at 09:06:51PM -0800:
> * hi,
> *I had a problem installing cyrus imap. i already
> * installed cyrus-sasl-1.5.27.
> * I followed the instructions as per given in the Cyrus
> * IMAP HOWTO --- in th
24 matches
Mail list logo