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
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
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
Hey Larry,
Friday, August 17, 2001, 3:09:51 PM, you wrote:
LG> I think work to further abstract out the quota database can't possibly
LG> go to waste.
LG> Larry
Great. Guess I'll start looking more into this. Thanks for the db
pointers.
--
Kevin
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
Hello,
Has anybody setup exim to deliver directly to lmtp (instead of using the
delivery program) on Cyrus 2.0.16?
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
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 t
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 fa
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 f
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
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
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
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
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 proces
So, I started looking at implementing this last night, and decided there's
quite a few changes that need to be made. There's a lot of mickey-mousing
that needs to be done since the existing quota lookups deal with fd (no big
surprise there), and memory map functions that expect them. Plus I coul
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.
ftp://ftp.ednet.ns.ca/pub/its/ma
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-def
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 dra
Max,
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?
-John
Max Kalika wrote:
> From: "John C. Amodeo" <[EMAIL PROTECTED]>
>
> > My current config is 2.0.16 / RH 7.1 / 2.4.3-12 kernel
>
> Yes, I'm cur
Hello,
this is my 2nd attempt to post to this list, the first seemed to be
failed for unknown reasons (the mail didn't come through).
I compiled and installed successfully cyrus-sasl (1.5.24) and
cyrus-imapd (2.0.16). The cyrus-sasl testsuite runs without any problems
(testing PLAIN, CRAM-MD5,
Hello
If anyone know - how can I make cyrus to check users' passwords through
/etc/shadow instead sasl database ?
I just want to make mailbox for my old user leaving all his settings
in system untouched.
Andrei V. Loukinykh , Evpatoria Ukrtelecom ISP, +380 6569 29376
~~~
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: s
23 matches
Mail list logo