Re: Create Mailboxes on Delivery

2004-06-24 Thread John Wade
[EMAIL PROTECTED] wrote: > On Jun 24, 2004, at 2:01 AM, Aristotelis wrote: > > > On Wed, 23 Jun 2004 [EMAIL PROTECTED] wrote: > > > >> It is essential to me to create the mailboxes for which incoming > >> messages are intended when they don't exist. To this end, I am writing > >> a patch. > > >

Re: make errors on RHEL3

2004-06-24 Thread Ken Murchison
David L'Heureux wrote: I'm curious--does Cyrus ever actually use the kerberos code included by openssl? I read somewhere that the openssl kerberos stuff is used for imaps connections in Cyrus--is this the case? I don't know much about it, but I believe its entirely up to whether its compiled as

Re: Resetting timestamps on mailfolders

2004-06-24 Thread Rob Siemborski
On Thu, 24 Jun 2004, Anthony Chavez wrote: On Thu, 24 Jun 2004 11:15:04 -0400 (EDT) Rob Siemborski <[EMAIL PROTECTED]> wrote: Oh, well, I think you lose then. By that statement, I take it that you mean the only option is to write a script and reconstruct? If that's the case, it's not really a loss

Re: Resetting timestamps on mailfolders

2004-06-24 Thread Rob Siemborski
On Thu, 24 Jun 2004, Anthony Chavez wrote: That reminds me. We also lost the flags somehow. I'm not sure how this happened---my colleague was in charge of the cp process. Is there any way to recover that information from the individual files as well? The seen state requires that the cyrus.header

Re: Create Mailboxes on Delivery

2004-06-24 Thread ms419
Thank you for the suggestion, but I think "autocreateinboxfolders" takes as an argument a static list of sub-mailboxes to create, upon the auto-creation of an INBOX. So it doesn't enable the dynamic creation of an arbitrary mailbox, based on a delivery request. Please correct me if I'm wrong. T

Re: Create Mailboxes on Delivery

2004-06-24 Thread ms419
On Jun 24, 2004, at 2:01 AM, Aristotelis wrote: On Wed, 23 Jun 2004 [EMAIL PROTECTED] wrote: It is essential to me to create the mailboxes for which incoming messages are intended when they don't exist. To this end, I am writing a patch. I haven't seen the patch yet. But I want to get some more in

Re: Create Mailboxes on Delivery

2004-06-24 Thread Edward Rudd
On Wed, 2004-06-23 at 19:50, [EMAIL PROTECTED] wrote: > When I tried this patch a month or so ago, it would create INBOXs, but > not other mailboxes. For instance, I tried posting a message to a > nonexistent mailbox, INBOX.new-mailbox; it ended up in INBOX. Possibly > I misused the patch, and p

Re: Resetting timestamps on mailfolders

2004-06-24 Thread Anthony Chavez
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 24 Jun 2004 11:51:52 -0400 Christopher Schanzle <[EMAIL PROTECTED]> wrote: > Do you have the original files? Why not do a "cp -p" again? Better > yet, "touch -r oldfile newfile". If you want to check if users > deleted some of these old mess

Re: Resetting timestamps on mailfolders

2004-06-24 Thread Anthony Chavez
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 24 Jun 2004 11:15:04 -0400 (EDT) Rob Siemborski <[EMAIL PROTECTED]> wrote: > Oh, well, I think you lose then. By that statement, I take it that you mean the only option is to write a script and reconstruct? If that's the case, it's not really

Re: make errors on RHEL3

2004-06-24 Thread David L'Heureux
I'm curious--does Cyrus ever actually use the kerberos code included by openssl? I read somewhere that the openssl kerberos stuff is used for imaps connections in Cyrus--is this the case? David L'Heureux [EMAIL PROTECTED] On Jun 24, 2004, at 9:37 AM, Ken Murchison w

Re: make errors on RHEL3

2004-06-24 Thread Ken Murchison
David L'Heureux wrote: Following up on the RHEL3 compile problem with openssl, I wanted to point out that none of the solutions posted here or on the cyrus wiki worked for me. Here's what did work: I know for a fact that the LOCALDEFS solution works, because I'm using it. -- Kenneth Murchison

Re: State on shared folders

2004-06-24 Thread Rob Siemborski
On Thu, 24 Jun 2004, Mike Brodbelt wrote: One thing that has come out of this exercise is that I'd originally intended to create a shared folder hierearchy separately, but I've settled on doing it by creating a "fake" user, and then granting rights on that folder to the real users who need to acces

Re: The create access right (cyrus-imapd 2.2.6)

2004-06-24 Thread Rob Siemborski
On Thu, 24 Jun 2004, Richard Hopkins wrote: localhost> lam user.xxx.fredb xxx lrswipda localhost> dm user.xxx.fredb deletemailbox: Permission denied localhost> rename user.xxx.fredb user.xxx.fredc renamemailbox: Permission denied localhost> cm user.xxx.fredb.a localhost> Some mistake, surely? Users

Re: State on shared folders

2004-06-24 Thread Mike Brodbelt
Rob Siemborski wrote: > The only state that is maintained per-user is seen state (well, and > private annotations). All the rest is per-folder. This is both because > its sane (people read folders at different times) and the fact that having > a single file for all seen state users in a share

Re: make errors on RHEL3

2004-06-24 Thread David L'Heureux
Following up on the RHEL3 compile problem with openssl, I wanted to point out that none of the solutions posted here or on the cyrus wiki worked for me. Here's what did work: In the configure file, change: DEFS=-DHAVE_CONFIG_H to: DEFS="-DHAVE_CONFIG_H -DOPENSSL_NO_KRB5" Setting the various e

Re: minimum poptimeout value to high in case of client connection loss

2004-06-24 Thread Ken Murchison
Carsten Hoeger wrote: On Thu, Jun 24, Ken Murchison wrote: on a setup with lots of roaming users, the following happens frequently: - users are logging in using pop3 - users connection breaks down or users client breaks down (so the tcp session is not terminated) - user tries to login again - mail

Re: cleanup

2004-06-24 Thread Rob Siemborski
On Thu, 24 Jun 2004, Dudi Goldenberg wrote: I'm trying to clean up some garbage leftovers from my early tests, this is what I get: mail.aritec.co.il> dm dudi deletemailbox: Permission denied From the cyradm manpage: ""dm"" mailbox Delete the specified mailbox. Adminis

Re: Renaming IMSP accounts

2004-06-24 Thread Rob Siemborski
On Wed, 23 Jun 2004, Rob Tanner wrote: In a previous post I learned, thanks to Rob Siemborski, how to rename a top level IMAP account, but that's only half the battle. Is there a way to remotely rename an IMSP account (i.e., via the IMSP protocol)? And does anyone have any sample programs (in

Re: Resetting timestamps on mailfolders

2004-06-24 Thread Rob Siemborski
On Wed, 23 Jun 2004, Anthony Chavez wrote: We have already run reconstruct -r on all of the mailboxes, and Outlook is showing the mails with the filesystem timestamp, so that is what we're trying to recover from. Oh, well, I think you lose then. By your statement, I am under the impression that the

The create access right (cyrus-imapd 2.2.6)

2004-06-24 Thread Richard Hopkins
According to the documentation, the "c" access right on mailboxes should mean... create - The user may create new sub-mailboxes of the mailbox, or delete or rename the current mailbox Setting a negative "c" access right on a mailbox should therefore mean that it can't be removed or renamed, no

Re: minimum poptimeout value to high in case of client connection loss

2004-06-24 Thread Carsten Hoeger
On Thu, Jun 24, Ken Murchison wrote: > >on a setup with lots of roaming users, the following happens frequently: > > > >- users are logging in using pop3 > >- users connection breaks down or > > users client breaks down (so the tcp session is not terminated) > >- user tries to login again > >- ma

Re: minimum poptimeout value to high in case of client connection loss

2004-06-24 Thread Ken Murchison
Carsten Hoeger wrote: Hi, on a setup with lots of roaming users, the following happens frequently: - users are logging in using pop3 - users connection breaks down or users client breaks down (so the tcp session is not terminated) - user tries to login again - mailbox of user is locked for poptim

Re: pop3: Logins must be at least 1 minute apart

2004-06-24 Thread lst_hoe01
Zitat von Marcus Schopen <[EMAIL PROTECTED]>: > Moin! > > On Thursday 24 June 2004 02:56, Jules Agee wrote: > > In /etc/imapd.conf, set: > > > > popminpoll: 0 > > ha, that's it. Thanks! > > Just a hint for IMP/Horde users: if popminpoll is activated you can login via > cyrus/pop3d, but can't read

Re: make errors on RHEL3

2004-06-24 Thread Ken Murchison
David L'Heureux wrote: After configuring on RHEL3, I can't make from the 2.2.6 source. I seem to be missing an include file , and then a bunch of (I think related?) compiler errors related to krb5 stuff: http://acs-wiki.andrew.cmu.edu/twiki/bin/view/Cyrus/CyrusRHKerberosIncludes -- Kenneth Murch

minimum poptimeout value to high in case of client connection loss

2004-06-24 Thread Carsten Hoeger
Hi, on a setup with lots of roaming users, the following happens frequently: - users are logging in using pop3 - users connection breaks down or users client breaks down (so the tcp session is not terminated) - user tries to login again - mailbox of user is locked for poptimeout minutes 10 min

Re: Create Mailboxes on Delivery

2004-06-24 Thread Aristotelis
On Wed, 23 Jun 2004 [EMAIL PROTECTED] wrote: Hello, > It is essential to me to create the mailboxes for which incoming > messages are intended when they don't exist. To this end, I am writing > a patch. I haven't seen the patch yet. But I want to get some more info first. Correct me if