RE: a plea for help

2001-03-19 Thread Jim Hardwick
Nevermind the previous 'plea for help' - I just got things working! If it interests others, I'd be happy to post what I've done. I would still like to hear if others can reproduce the segfault I found. Jim

segfault bug in 2.0.12? - and a plea for help

2001-03-19 Thread Jim Hardwick
After banging my head against the wall all night, I found what looks like a bug in 2.0.12. If you misspell 'partition-default' as 'partition-defualt', imapd segfaults when trying to connect. I've tracked it to config_init() in imap/config.c and probably fatal() in imapd.c, but my limited linux deb

problems with mailbox ..

2001-03-19 Thread Philippe Izoret
Hello . i' ve problems with my cyrus'mailbox . a lot of thing seems Ok , the admin Cyrus take his authentification via ldap ... but the mailbox does not exist . my postfix main.cf queue_directory = /var/spool/postfix command_directory = /usr/sbin daemon_directory = /usr/lib/postfix mail_

problems with mailbox

2001-03-19 Thread Philippe Izoret
Hello . i' ve problems with my cyrus'mailbox . a lot of thing seems Ok , the admin Cyrus take his authentification via ldap ... but the mailbox does not exist . my postfix main.cf queue_directory = /var/spool/postfix command_directory = /usr/sbin daemon_directory = /usr/lib/postfix mail_

Re: creating mailbox from php

2001-03-19 Thread Jason Jeremias
Pascal, You forgot one (shameless plug): For ldap & cyrus (helper programs to synch cyrus accounts with ldap accounts included). LDAP-ISP: http://www.penguinsolutions.com/projects.php3 # Online demo as well. -Jason Pascal Pucci wrote: > > > As you said, I'm also working on a cyrus/ldap tool

LDAP instead of file base DB for SASL

2001-03-19 Thread Michael Lausch
I've just finished the first implementation to use LDAP instead of a berkely DB as a storage for user secrets. This should make it easier to let sendmail and cyrus share the same user database, if the MTA is running on another machine then the IMAP server. Also clusters should benefit. There ar

Re: creating mailbox from php

2001-03-19 Thread Pascal Pucci
> As you said, I'm also working on a cyrus/ldap tool. Maybe we could share > things, or work together and release a good product ? FYI, For cyrus : http://freshmeat.net/projects/kcyradm/ (I don't have test this tools). http://freshmeat.net/projects/phpcyrus-tools/ (new version of php-cyradm wit

Re: How scalable is Cyrus? (and comparison with Courier)

2001-03-19 Thread Michael Lausch
On 19 Mar 2001 20:44:19 +0100, Prune wrote: > Michael Lausch wrote: > > > > > > I plan to do some IMAP proxy hacking on perdition so that i can distribute the > > mailbox across many servers. The currently implemented method in cyrus 2.x does > > not satisfy me entirely, since i'd like to use LD

Re: How scalable is Cyrus? (and comparison with Courier)

2001-03-19 Thread Walter Wong
"Barbara Greenwood" <[EMAIL PROTECTED]> writes: > The next most highly loaded box is the one running Cyrus (a beefy PC > running FreeBSD, BTW), at the busiest time it is running at 50% CPU > utilisation and is not disk-bound. What is your connection rate? It could be that you are forking off a wh

Re: How scalable is Cyrus? (and comparison with Courier)

2001-03-19 Thread Matt Prigge
> Right, the 'mailstore-entities' (actually a cluster of two > machines sharing a raid-array) have to be redundant > themselves - as it was mentioned by Atif Ghaffar already. Is that even possible? I dont doubt your suggestion, I just didnt know that linux would support sharing the same array wit

what does this mean.

2001-03-19 Thread tarjei
Hi, I've been having problems with cyrus and RH 7 for the last few days now. When I try to configure, I get this message, could it be part of the problem? And, if so, how do I solve this problem? checking for db_create in -ldb-3... no<--- could this be some linkmisstake? checking for db_crea

RE: How scalable is Cyrus? (and comparison with Courier)

2001-03-19 Thread Barbara Greenwood
>>We currently have nearly 100,000 accounts (not all of them active) - Cyrus is >>rapidly becoming the bottleneck on the system. > In what way? Currently the most-heavily-loaded machines are the ones running the servlet engines, however we are about to upgrade to a later JVM which will reduce th

Re: How scalable is Cyrus? (and comparison with Courier)

2001-03-19 Thread Prune
Michael Lausch wrote: > > On 19 Mar 2001 12:39:56 +, Barbara Greenwood wrote: > > Hi, > > > > I've recently joined a project supporting & developing a web-based email > > system which uses Cyrus (1.5.19) as the mail server. We currently have > > nearly 100,000 accounts (not all of them active

Re: How scalable is Cyrus? (and comparison with Courier)

2001-03-19 Thread Toens Bueker
Barbara Greenwood <[EMAIL PROTECTED]> wrote: > > In what way? > > The next most highly loaded box is the one running Cyrus > (a beefy PC running FreeBSD, BTW), at the busiest time > it is running at 50% CPU utilisation and is not > disk-bound. Ergo we expect that to be the next bottleneck. You

Re: problems with cyradm

2001-03-19 Thread Prune
"Leonardo Alves (VetorialNet)" wrote: > > Hi, > > I'm just start to deal with cyrus and I'm having problems to use > cyradm. When it was called the message showed was: > > [cyrus@mobile2 /]$ cyradm > Can't locate Cyrus/IMAP/Shell.pm in @INC (@INC contains: > /usr/lib/perl5/5.00503/i386-

RE: problems with cyradm

2001-03-19 Thread Olivier Wegria
I had something similar and it worked when I followed the instructions in /cyrus src/perl/imap/README Olivier -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]De la part de Leonardo Alves (VetorialNet) Envoye : lundi 19 mars 2001 14:50 A : [EMAIL PROTECTED] Objet : pr

Re: creating mailbox from php

2001-03-19 Thread Prune
Thank you all for these infos. Has anyone thought to build a php module or extend the imap functions, to directly integrate every function cyrus, imap and sieve need into php ? As you said, I'm also working on a cyrus/ldap tool. Maybe we could share things, or work together and release a good pr

Re: creating mailbox from php

2001-03-19 Thread Dan Ellis
This has problems when trying to delete mailboxes via php. You have to set the acl on the mailbox before the admin has rights to delete it. Php does not have this functionality in its current imap functions. It would be nice to just call imap_deletemailbox() but cyrus admins do not automaticall

Re: How scalable is Cyrus? (and comparison with Courier)

2001-03-19 Thread Atif Ghaffar
Hi. We have used Cyrus for some time now, since 1.5.x to 2.0.12 We scale the mailbox servers as we require. Just a matter of adding another box with Cyrus installed. Example: cyrus1 , cyrus2, cyrus3 etc, etc Then we have to route mails to the right server. To achieve this we use LDAP where a

Re: post messages to sub mailbox directly

2001-03-19 Thread Scot W. Hetzel
From: "Alex Kempkens" <[EMAIL PROTECTED]> > We created a mailbox > > user.tc.info > > ok so far. Our sendmail is configured so that a mail to [EMAIL PROTECTED] > should be transfered directly to that mailbox. > > But that DOES NOT work. > > If I configure in virtusertable > > [EMAIL PROTECTED] tc

Re: creating mailbox from php

2001-03-19 Thread Justin R. Miller
Hey, This seems to work fine if you call it thusly: imap_open("{localhost:143}", "cyrus", "password"); I'm working on a set of Cyrus tools and have had success with this. -Justin Thus spake prune ([EMAIL PROTECTED]): > Hi, > > You was right. I need to create a cyrus user in my ldap.

Problem with cyradm

2001-03-19 Thread Sergey Aleshin
Hello! I have installed cyrus imap 2.0.12 on my machine. Few days ago machine name has changed. And i dont't change secrets for mail administrator in sasldb (it's important). When i've tried add a new user with cyradm, it asks my password and then locks up. Perl process eats all of available memo

Re: How scalable is Cyrus? (and comparison with Courier)

2001-03-19 Thread Michael Lausch
On 19 Mar 2001 12:39:56 +, Barbara Greenwood wrote: > Hi, > > I've recently joined a project supporting & developing a web-based email > system which uses Cyrus (1.5.19) as the mail server. We currently have > nearly 100,000 accounts (not all of them active) - Cyrus is rapidly becoming > the

Re: problems with cyradm

2001-03-19 Thread John Hayward
This seems to be a problem with config not including the correct location of where Cyrus/IMAP/Shell.pm is located. do a which on cyradm (to find where cyradm shell script is located) and modify it where it calls Shell.pm to add: -I/usr/local/lib/perl5/site_perl/5.005/i386-linux to the exec perl

Re: How scalable is Cyrus? (and comparison with Courier)

2001-03-19 Thread Toens Bueker
Barbara Greenwood <[EMAIL PROTECTED]> wrote: > I've recently joined a project supporting & developing a web-based email > system which uses Cyrus (1.5.19) as the mail server. We currently have > nearly 100,000 accounts (not all of them active) - Cyrus is rapidly becoming > the bottleneck on the s

Re: LMTP AUTH? (Cyrus imapd + Postfix)

2001-03-19 Thread Amos Gouaux
> On Mon, 19 Mar 2001 03:15:14 -0500, > Darren Nickerson <[EMAIL PROTECTED]> (dn) writes: dn> I'm trying to deliver mail to a Cyrus mailstore using postfix's LMTP over TCP dn> functionality. Is there any way to get LMTP AUTH to work, or do I just have to dn> settle for running Cyrus's lmt

problems with cyradm

2001-03-19 Thread Leonardo Alves (VetorialNet)
Hi, I'm just start to deal with cyrus and I'm having problems to use cyradm. When it was called the message showed was: [cyrus@mobile2 /]$ cyradm Can't locate Cyrus/IMAP/Shell.pm in @INC (@INC contains: /usr/lib/perl5/5.00503/i386-linux /usr/lib/perl5/5.00503 /usr/lib/perl5/site_perl/5.0

How scalable is Cyrus? (and comparison with Courier)

2001-03-19 Thread Barbara Greenwood
Hi, I've recently joined a project supporting & developing a web-based email system which uses Cyrus (1.5.19) as the mail server. We currently have nearly 100,000 accounts (not all of them active) - Cyrus is rapidly becoming the bottleneck on the system. We would like to expand to support 500,000

Possible bug in Cyrus 2.0.11?

2001-03-19 Thread Ørnulf Nielsen
I've come accross this bug a couple of times, but it's hard to reproduce. AFAIK the may bug appear when I boot the machine. Distro: SuSE 7.0 with db-3.2.9 & SASL 1.5.24 (Login & Plain mech). Cyrus use pam for authentication Problem: No user/admin is able to authenticate. Nothing shows up in the

LMTP AUTH? (Cyrus imapd + Postfix)

2001-03-19 Thread Darren Nickerson
Folks, I'm trying to deliver mail to a Cyrus mailstore using postfix's LMTP over TCP functionality. Is there any way to get LMTP AUTH to work, or do I just have to settle for running Cyrus's lmtpd with the "-a" flag? That results in: Mar 19 01:01:34 mail2 lmtpd[30269]: connection from [xxx.xx.