Re: Cyradm problems

2001-08-17 Thread Devdas Bhagat
On Fri, 17 Aug 2001, Jeremy Howard spewed into the ether: Devdas Bhagat wrote: This one is wierd. I compiled cyrus-sasl 1.5.27 today, and overwrote my default RPM libraries. Now I cannot authenticate with cyradm. Have you tried: cyradm -u admin --auth PLAIN localhost ie: specify an

Re: sticky cyradm and quota

2001-08-17 Thread John C. Amodeo
OK - So there goes my theory out the window about the ext2fs causing the exclusive lock problem. I am *not* using any synchronous flags on the server. I thought that maybe, if both you and I were not using the sync bit, caching could be the cause of our problem, but I guess not. Back to the

Re: sticky cyradm and quota

2001-08-17 Thread Max Kalika
Quoting John C. Amodeo [EMAIL PROTECTED]: I have a thought and I need to know something. Do you have the synchronous bit turned on or off for /var/imap and your mailstore directories? Does this look ok? [root@stan /root]# cat /etc/imapd.conf configdirectory: /mail/config partition-default:

Re: Questions about mass importing accounts

2001-08-17 Thread Patrick Boutilier
Jeff, You could move the /var/spool/mail directory off the old machine (using rsync for example) and the run the following perl script on the new machine. This will create the cyrus mail accounts and migrate the mail from /var/spool/mail into the cyrus format.

Re: LDAP quota lookups question

2001-08-17 Thread Lawrence Greenfield
You might want to consider abstracting some of this into a cyrusdb layer (take a look at cyrusdb_flat.c and cyrusdb_db3.c). Note that you don't have to implement all of the functions to be a valid cyrusdb---some backends will only be valid for some uses. Also, you might want to consider a

Re: LDAP quota lookups question

2001-08-17 Thread Lawrence Greenfield
Oh, the other thing that I've been seriously considering is making an OpenLDAP backend that interfaces into some of the Cyrus information. Instead of having the IMAP server contact an LDAP server for information, run an LDAP server on the IMAP server that exports the information you're interested

SSL_connect error

2001-08-17 Thread chirs charter
Hello, I just generated the cert for my Cyrus server. I made sure that cyrus had read perms on /var/imap/server.pem. I added the following line to /etc/imapd.conf: tls_cert_file: /var/imap/server.pem tls_key_file: /var/imap/server.pem I added the following to /etc/services imaps 993/tcp I

Re[2]: LDAP quota lookups question

2001-08-17 Thread Kevin J. Menard, Jr.
Hey Lawrence, Friday, August 17, 2001, 2:17:08 PM, you wrote: LG Oh, the other thing that I've been seriously considering is making an LG OpenLDAP backend that interfaces into some of the Cyrus information. LG Instead of having the IMAP server contact an LDAP server for LG information, run an

Re: Re[2]: LDAP quota lookups question

2001-08-17 Thread Lawrence Greenfield
Date: Fri, 17 Aug 2001 14:29:24 -0400 From: Kevin J. Menard, Jr. [EMAIL PROTECTED] [...] This sounds great, and offers people not running openldap the benefits of it, transparently. My only qualm is, the reason I'm using LDAP is for centralization of information. I want to be

Re[4]: LDAP quota lookups question

2001-08-17 Thread Kevin J. Menard, Jr.
Hey Lawrence, Friday, August 17, 2001, 2:38:23 PM, you wrote: LG Well, it's unlikely you're going to gain performance by moving the LG quota lookups into LDAP. Well, I figured LDAP, which is innately fast for reads, and some caching, would be quicker than having to open a file all the time

Re: Re[4]: LDAP quota lookups question

2001-08-17 Thread Lawrence Greenfield
Date: Fri, 17 Aug 2001 14:44:02 -0400 From: Kevin J. Menard, Jr. [EMAIL PROTECTED] Friday, August 17, 2001, 2:38:23 PM, you wrote: LG Well, it's unlikely you're going to gain performance by moving the LG quota lookups into LDAP. Well, I figured LDAP, which is innately fast

Re[6]: LDAP quota lookups question

2001-08-17 Thread Kevin J. Menard, Jr.
Hey Lawrence, Friday, August 17, 2001, 2:47:31 PM, you wrote: LG Local opens are fast compared to network I/O. (Making quotas LG potentially serviced by Berkeley db would probably be even faster; I LG believe there's already a bugzilla bug filed about this.) Cool. LG Ah, I was thinking the

Re: Re[2]: LDAP quota lookups question

2001-08-17 Thread Lawrence Greenfield
Date: Fri, 17 Aug 2001 15:07:41 -0400 From: Kevin J. Menard, Jr. [EMAIL PROTECTED] Organization: Worcester Polytechnic Institute Umm . . . so, should I go on with what I was going to do? I mean, I'd like to see the work done, but I don't want to do it, if you're just going to

Exim, Cyrus, and LMTP

2001-08-17 Thread Patrick Boutilier
Hello, Has anybody setup exim to deliver directly to lmtp (instead of using the delivery program) on Cyrus 2.0.16?

SSL capability

2001-08-17 Thread chirs charter
Hello, I am trying to get TLS working with Cyrus. This is what I am seeing in the Header for imtest -t foo.foobar catfish# imtest -t catfish.jmqa.net C: C01 CAPABILITY S: * OK catfish Cyrus IMAP4 v2.0.16 server ready S: * CAPABILITY IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ NAMESPACE UIDPLUS ID

Re: SSL capability

2001-08-17 Thread Kevin J. Menard, Jr.
Hey chirs, Friday, August 17, 2001, 4:47:08 PM, you wrote: cc Hello, cc I am trying to get TLS working with Cyrus. This is cc what I am seeing in the Header for cc S01 NO Error initializing TLS I don't use SSL yet, but I think it's saying S01 NO, then Error initializing TLS cc SSL_connect

Error when running quota -f

2001-08-17 Thread Tom Karches
We are trying to fix the quota roots on one of our Cyrus servers. Version is 1.5.X. We are getting the following error : quota: System I/O error Bad file number I ran the quota command against each mailbox and it completed successfully. Any ideas? Thanks, Tom -- Tom Karches