Re: Signaled to death by 11

2003-03-26 Thread Jeremy Rumpf
On Wednesday 26 March 2003 08:57 am, Oliver Pitzeier wrote: > Jeremy Rumpf wrote: > > This has been on this list in the past, this post is on an > > older release, but is the problem is the same. The imap server > > dumps when a message from Outlook or Outlook Express is copi

Re: Signaled to death by 11

2003-03-26 Thread Jeremy Rumpf
the problem is the same. The imap server dumps when a message from Outlook or Outlook Express is copied to it. Machine is an older alpha ev5.6. Here's a recap: --- From: Jeremy Rumpf <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date: 08/19/02 15:05 pm Recompiled cyrus with debug suppor

Re: authentification question (passwords stored in /etc/shadow) => sasl (conversion)

2003-03-21 Thread Jeremy Rumpf
On Friday 21 March 2003 10:20 am, Markus Welsch wrote: > > This may be a long shot, passwords in /etc/shadow (depending on your > > system), may be unix crypt or md5 hashes. Perhaps you could setup ldap, > > and transplant the password hashes into the userPassword attribute. I've > > never tried it

Re: authentification question (passwords stored in /etc/shadow) => sasl (conversion)

2003-03-21 Thread Jeremy Rumpf
On Friday 21 March 2003 04:12 am, Markus Welsch wrote: > Hi all, > > Is there a way to use passwords from /etc/shadow from another system - like > putting that file on the server and accessing it through PAM ? > > The best solution would be to store all user account data in an SQL > database, since

Re: Kerberos and cached credentials with clients that only support LOGIN

2003-03-06 Thread Jeremy Rumpf
On Thursday 06 March 2003 05:26 pm, Roland Pope wrote: > Hi, > > I am running cyrus-imapd 2.1.12 on a RedHat 7.3 box and have been using > pam_smb via saslauthd to authenticate my outlook clients. Now that our DC's > are running Win2k, I would like to use kerberos under AD to do my auth. > I can ge

Re: Testing

2003-02-20 Thread Jeremy Rumpf
Pong

Re: compiling error - cannot find -lssl

2003-02-18 Thread Jeremy Rumpf
On Tuesday 18 February 2003 17:39 pm, Mike O'Rourke wrote: > Hi Mark, > > Sorry to be jumping in so late, but I have been busy with LDAP, et.al. > > Did you compile SASL2 on your machine? If not, did you install it from the > RPM's? RedHat (even as late as 8.0) only installs SASLv1 by default. You

Re: imapd's hang when maxchild count is reached

2003-02-11 Thread Jeremy Rumpf
On Thursday 06 February 2003 12:10 pm, Henrique de Moraes Holschuh wrote: > On Thu, 06 Feb 2003, Dave McMurtrie wrote: > > Would this actually work anyway? If the parent were to pass a file > > You can send descriptors over sockets if your unix kernel supports it. > Linux does, and apparently so d

Re: Outlook 2002 vs. Cyrus 2.1.12

2003-02-08 Thread Jeremy Rumpf
On Saturday 08 February 2003 03:19 pm, Lawrence Greenfield wrote: >Date: Sat, 8 Feb 2003 15:44:17 +0100 (CET) >From: Per Steinar Iversen <[EMAIL PROTECTED]> > >I just tried to copy a large number of messages from an Outlook PST file >to an IMAP server running Cyrus 2.1.12, but Outlo

Re: imapd's hang when maxchild count is reached

2003-02-05 Thread Jeremy Rumpf
> Hmmm... what does Sendmail do? It's got lots of children, but still > manages to refuse connections when it gets busy (RefuseLA)... I kinda > like that behavior. I definitely like it better than keeping more and > more sockets open. > > -- > Stephen L. Ulmer [EMAI

Re: Problem with cyrus and deleting a message with a virus.

2003-01-21 Thread Jeremy Rumpf
On Tuesday 21 January 2003 16:58 pm, Will Day wrote: > A short time ago, at a computer terminal not so far away, Mark London wrote: > >> If you're messing around with the internal data stores of a program, and > >> then you get upset when the program doesn't work, I'd say that you've > >> created y

Re: Latest on Cyrus and GFS?

2003-01-17 Thread Jeremy Rumpf
On Friday 17 January 2003 16:59 pm, [EMAIL PROTECTED] wrote: > >A Murder allows segmentation (for most purposes) of the mailboxes.db, > >which is the single-most-contended-for resource in Cyrus (as far as I > >can tell). The problem that *isn't* addresses is availability of each > >IMAP back-end.

Re: [PATCH][saslauthd] cyrus-sasl-2.1.10/saslauthd credential caching

2003-01-15 Thread Jeremy Rumpf
Thanks, excellent feedback. I've been busy coding away all day. I'm not quite ready for another realease, but I thought I'd drop a line with some of the mods I'm making (they're pretty major). > The biggie: > > cache_lookup() writes the user-provided password hash into the hash table > BEFORE it

Re: [PATCH][saslauthd] cyrus-sasl-2.1.10/saslauthd credential caching

2003-01-15 Thread Jeremy Rumpf
On Tuesday 14 January 2003 23:36 pm, Igor Brezac wrote: > Jeremy, > > This stuff looks great and with a limited user sample (10) the performance > improvement was almost 100 fold. Keep in mind, this is my first crack at > it. I am using Solaris 9. I am getting the following error > > # ./saslcac

[PATCH][saslauthd] cyrus-sasl-2.1.10/saslauthd credential caching

2003-01-14 Thread Jeremy Rumpf
All, I've been working on combining some of the ideas for a credential caching layer into saslauthd. This is the first release for review/comments/testing. Changes: Three files have been added to the saslauthd package: cache.c cache.h README.cache saslcache.c Four files have been modifie

Re: saslauthd performance anxiety

2003-01-10 Thread Jeremy Rumpf
wrote: > Personally I have issues with dumping the contents of a password cache > to a file. Especially in this case, they WILL be stored in cleartext. I > had planned on keeping somes stats (hits,misses,etc) > > Jeremy Rumpf wrote: > > > This whole idea sounds great, especial

Re: saslauthd performance anxiety

2003-01-10 Thread Jeremy Rumpf
> This whole idea sounds great, especially as I'd expect a lot of the > authentication load to come from a small number of users with their > clients set to check mail every few minutes. > > For debugging it would help if there was a way to force a flush of the > entire cache, and one to dump its c

Re: saslauthd performance anxiety

2003-01-09 Thread Jeremy Rumpf
On Thursday 09 January 2003 03:55 pm, Paul M Fleming wrote: > Timing out the passwords is simple ( I think ) I would store the time > when the entry is added and force a reauth if the password has been > cached longer than a timeout (for example one hour ). That forces a > reauth at least every ti

[PATCH] master -C command line option

2003-01-07 Thread Jeremy Rumpf
All, I've come across a need to be able to specify the configuration file (default of /etc/cyrus.conf) to the master process when starting it. As of cyrus 2.1.11 it appears that imapd and friends all accept the command line option of -C for specifying an alternate configuration file. Master t

Re: cyradm headache

2002-12-18 Thread Jeremy Rumpf
On Wednesday 18 December 2002 11:20 am, Jorge Merlino wrote: > I installed Cyrus IMAP to use it with Postfix. > My problem is that the authentication with the sasldb database doesn't > seems to work. When I run "cyradm localhost" y can type any string as the > password and I get the prompt, but if

Re: Slow LIST command

2002-12-12 Thread Jeremy Rumpf
> Cyrus doesn't do anything to increase the BDB cache > size, and the default (256 kB) is way too small for any reasonably large > site. With some 5 mailboxes and random operations, I found the hit rate > for default BDB cache to be 70-80%. After growing the cache size to 2M, hit > rate approa

Re: using Murder for migration from UW IMAP

2002-12-10 Thread Jeremy Rumpf
On Monday 09 December 2002 23:10 pm, John A. Tamplin wrote: > Quoting Jeremy Rumpf <[EMAIL PROTECTED]>: > > You might also want to consider using the perdition IMAP/Pop3 proxy. It's > > well > > suited for something like this since it can use LDAP, MySQL, Postr

Re: using Murder for migration from UW IMAP

2002-12-09 Thread Jeremy Rumpf
On Monday 09 December 2002 06:37 pm, John Alton Tamplin wrote: > Would it be possible to use Murder to migrate from UW IMAP? I have > Cyrus setup and running on a new machine, but the problem is that taking > everything down and converting all the mailboxes would be too much > downtime (2-3 days).

Re: Newbie help: Domain names as part of user names/mailboxes/etc?

2002-11-26 Thread Jeremy Rumpf
> > But imapd, by default, uses dots as separators. So I can't just do: > > createmailbox [EMAIL PROTECTED] > > because that ends up looking like mailbox jay@jay with sub-mailbox fm. And > I can't just: > > createmailbox jay > > because I must authenticate as "[EMAIL PROTECTED]" and not just "j

Re: Cyrus IMAPd 2.1.10 Released

2002-11-15 Thread Jeremy Rumpf
On Thursday 14 November 2002 14:43 pm, Scott Russell wrote: > On Thu, Nov 14, 2002 at 02:35:02PM -0500, Lawrence Greenfield wrote: > >Date: Thu, 14 Nov 2002 10:56:07 -0500 > >From: Scott Russell <[EMAIL PROTECTED]> > > [...] > >Sooo... any reason why the docs aren't sgml and then built

Re: cyrus-sasl-2.1.x compile under redehat8.0

2002-11-10 Thread Jeremy Rumpf
On Sunday 10 November 2002 07:08 pm, aa wrote: > hello, > > I have to install cyrus-sasl-2.1.7/9 on my redhat 8.0 > > But default is installed cyrus-sasl-2.1.7 with rpm's > i can not removed the rpm's to much dependence. > > if i compile cyrus-sasl-2.1.9 on that system the makefile installed all >

Re: posting troubles

2002-10-09 Thread Jeremy Rumpf
> > Any suggestions on the second part of my question - is there a utility to > take the qpopper mail file and feed it to cyrus so the mail ends up in the > cyrus mailbox system ? > > Jens YMMV, http://dannyman.toldme.com/warez/mbox2cyrus

Re: how many users can Cyrus server support? -- is 5.5 msg/sec sl ow?

2002-09-27 Thread Jeremy Rumpf
> > I had an eye on Su's postings the last days because of own interest in > getting performance messurement data examples. I then started to do my > own tests because I just wanted to see how my installation performs and > was surprised that I got a much better performance without knowing that >

Re: relaying with cyrus-imap

2002-09-27 Thread Jeremy Rumpf
On Friday 27 September 2002 15:05 pm, Jens wrote: > I am still working on my first install of cyrus on my Debian box and I am > trying to get all the little wrinkles sorted out. > > I was under the impression that once I set up a valid login authorization > (I am using auxprop/sasldb), a user coul

Re: Newbie Q's: Mailbox not found

2002-09-27 Thread Jeremy Rumpf
> > # cyradm --user cyrus localhost > > IMAP Password: > > localhost.spot.com> lm > > jsd (\HasNoChildren) > > > > what am i missing? > Shouldn't that be user/jsd(unixhierarchysep: yes) or user.jsd(unixhierarchysep: no) Created in cyradm as cm user/jsd or cm user.jsd Jere

Re: how many users can Cyrus server support? -- is 5.5 msg/sec sl ow?

2002-09-27 Thread Jeremy Rumpf
On Thursday 26 September 2002 23:37 pm, Su Li wrote: > Oh man! you really did a lot to improve the the performance. > > I will for sure need to look into lmtpd temp file. So far I don't think > Sendmail is a bottle neck, may be later it will be. > > RAID 5 is the slowest one, if I didn't remember

Re: how many users can Cyrus server support? -- is 5.5 msg/sec sl ow?

2002-09-27 Thread Jeremy Rumpf
> Do you really think that > you run into performance problems with 25 msg/sec ? Do you _really_ > think that 25 msg/sec is so bad ? 25 msg/sec times 60 are 1500 msg/min > times 60 are 9 msg/hour times 24 are 216 msg/day ! Do you really > think that your machine will have to handle over 2