Re: Cyrus and Usenet

2005-03-04 Thread kael
On 28.02.2005 18:27, Ken Murchison wrote: kael wrote: On 27.02.2005 15:47, Ken Murchison wrote: Since you have enabled unixhierarchysep, you should create Usenet/comp/mail/imap This is the IMAP name of the mailbox. I ran : localhost.localdomain> cm Usenet/comp/mail/imap and tree sub-mailboxes have

pointless select()s and IMAP connections in CLOSE_WAIT

2005-03-04 Thread Michael Wood
Hi We're running Cyrus imapd version 2.1.17 on a FreeBSD server (4.11-RELEASE) with Cyrus SASL 2.1.19 and saslauthd. Everything is installed from the ports tree. In the middle of the day we get up to about 2000 concurrent connections to the IMAP port. Usually these connections are all ESTABLISH

Re: Cyrus POP3 Issue

2005-03-04 Thread Henrique de Moraes Holschuh
On Fri, 04 Mar 2005, Marco Colombo wrote: > First of all, let me state that I don't really believe that attacking the > internal state of the kernel PRNG is pratical at all. It is possible, > in theory. Using /dev/urandom is pretty safe for many real-world uses. Which *was* my whole point, that in

Re: lmtp over SSL - lmtps ?

2005-03-04 Thread Pramberger Peter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Olaf Fraczyk schrieb: > Encrypting only the autenthication is the best (CPU utilization) and is > enough for me. > Do you know any Howto or FAQ where I can find something how to configure > postfix and cyrus with non-plaintext authentication (the deliv

server-wide sieve script

2005-03-04 Thread Gabriel Latour
Hi cyrus users! I have a simple question: Is there a way to make a server-wide sieve script? Example: # Simple SPAM filter require "fileinto"; if header :contains "X-Spam-Flag" "YES" { fileinto "INBOX.Spam"; Of what I found of the Internet, sieve is more user-oriented more than server-wide oriente

Re: Cyrus POP3 Issue

2005-03-04 Thread Marco Colombo
First of all, let me state that I don't really believe that attacking the internal state of the kernel PRNG is pratical at all. It is possible, in theory. Using /dev/urandom is pretty safe for many real-world uses. We're discussing theory here. Henrique de Moraes Holschuh wrote: On Fri, 04 Mar 2005

Re: Playing with replicated murder

2005-03-04 Thread Ken Murchison
Christoph Moench-Tegeder wrote: ## Ken Murchison ([EMAIL PROTECTED]): I am a little confused over the location of configdirectory, some of its contents (like the DB environment, the socket und the proc directorys) should be kept per node (I believe), while others (as quota files) should be shared

Re: lmtp over SSL - lmtps ?

2005-03-04 Thread Ken Murchison
Olaf Fraczyk wrote: On Wed, 2005-03-02 at 13:23 -0500, Ken Murchison wrote: Olaf Fraczyk wrote: Hi, Is there any way to make communication in a secure way using lmtp? I would like to have postfix and cyrus on separate machines. Do you really want to encrypt *all* of the traffic or just the authent

cvt_cyrusdb flat to skiplist fails

2005-03-04 Thread Bernhard Reiter
I have a strange behaviour here: annotations.db is in the skiplist format. Now cvt_cyrusdb seems to fail a simple back and forth conversion test to flat and back. How can that be? cvt_cyrusdb /tmp/annotations.db skiplist /tmp/x flat Converting from /tmp/annotations.db (skiplist) to /tmp/x (flat)

Re: Cyrus POP3 Issue [solved]

2005-03-04 Thread L. Mark Stone
Fernando, Thank you very much, that fixed it! With best regards, Mark On Fri, March 4, 2005 3:36 am, Fernando Arconada Oróstegui said: > Yesterday i had the same problem in SLES9 and i found the solution > disabling APOP in /etc/imapd.conf with allowapop:0 > Its a problem with ramdom numbers an

Re: Cyrus POP3 Issue

2005-03-04 Thread Henrique de Moraes Holschuh
On Fri, 04 Mar 2005, Marco Colombo wrote: > You do want to use /dev/random for your session keys. _They_ are > likely going to attack your session keys, not your master key. The whole > point is to guess as many bits as possible of the kernel PRNG state. Which, in a Cyrus server, won't be helpful

Re: Cyrus POP3 Issue

2005-03-04 Thread Marco Colombo
Henrique de Moraes Holschuh wrote: On Thu, 03 Mar 2005, L. Mark Stone wrote: The POP server component is giving us a problem. It often fails to respond to connection requests in a timely manner, if at all. IMAP Disable APOP, or get SASL to use /dev/urandom like it should be doing in any sane d

IOERROR's problem

2005-03-04 Thread Javi Martin
Hi people, some days ago we changed our mail server. We were running a cyrus-imapd 2.1 on a Red Hat 7.2 box and now we installed a cyrus-imapd 2.2.10 on a Debian Sarge. To do the migration I copyed all the users mailboxes and mail files (spool directory) and the mail "data" (lib directory)

Re: Copy mbox to Cyrus, user account

2005-03-04 Thread Michael Plate
Hi, Forrest Aldrich schrieb: I have a situation where a user needs her old email copied from an mbox into her new Cyrus account. Easy enough; however, she's a remote user and her auth is via SASL. So, it would potentially require me to either 1) get her password, or 2) reset the password on Cy

Re: Copy mbox to Cyrus, user account

2005-03-04 Thread Cristian Mitrana
Forrest Aldrich wrote: I have a situation where a user needs her old email copied from an mbox into her new Cyrus account. Easy enough; however, she's a remote user and her auth is via SASL. So, it would potentially require me to either 1) get her password, or 2) reset the password on Cyrus so