2.1.0... recommended patches?

2001-12-21 Thread julesa
I have a group that needs an IMAP server and requires the altnamespace functionality in a production environment. I assume that version 2.1.0 would be recommended, but I thought I remembered seeing some issues with it pop up on the list, and now I can't find them. Are there, in fact, any known

Re: Change all the mailboxes quotas in one command

2002-01-15 Thread julesa
If you have mastery of the perl-fu, grasshopper, study the IMAP::Admin module. One would then benefit from contemplation of the set_quota and get_quotaroot methods. :-) -Jules On Tue, 2002-01-15 at 11:45, Ignacio de Córdoba wrote: > El martes, 15 enero, 2002, a las 08:37 , Lawrence Greenfield e

Re: Mac Os X Mail

2002-01-17 Thread julesa
Isn't that the normal behavior for every OS X application? :-) -Jules On Thu, 2002-01-17 at 08:32, John Hearns wrote: > Does anyone else have problems using the Mac OS X Mail > client with a Cyrus server? > > At the stage when the client starts up and tries to enquire of the > server what authe

RE: mailboxes, db or flat

2002-01-17 Thread julesa
I keep a plastic shrunken head and a voodoo rattle in my toolbox. On Thu, 2002-01-17 at 05:38, Kiarna Boyd wrote: > I don't think you're paranoid, well, overly. > All my servers are named very carefully, and get their own engineers(a.k.a toy). > My newest cyrus server(thoth) will receive a fabulo

Re: timsieved & plaintext auth

2002-01-30 Thread julesa
I'm having a similar problem. I was using 2.0.15 with sasl_pwcheck_method: pam, and just upgraded to 2.1.1 with SASL 2.1.0 on RedHat 7.0. I have set up saslauthd to use pam, and changed imapd.conf to sasl_pwcheck_method: saslauthd. imapd authenticates fine through that, but I can't seem to get tim

Re: timsieved & plaintext auth

2002-01-30 Thread julesa
give me a direction to look in. I have a big passel of users who all suddenly need to update their vacation notices, and I'm tired of typing them in manually. :-) Thanks in advance! -Jules Agee On Wed, 2002-01-30 at 10:44, julesa wrote: > I'm having a similar problem. I was usin

Re: timsieved & plaintext auth

2002-01-31 Thread julesa
Larry, Oh, MAN. I knew I was overlooking something simple. Adding /etc/pam.d/sieve did the trick. Thank you!!! -Jules On Wed, 2002-01-30 at 20:42, Lawrence Greenfield wrote: >From: julesa <[EMAIL PROTECTED]> >Date: 30 Jan 2002 15:57:53 -0800 > >Hi everyone, >

Re: imap and folders

2002-02-13 Thread julesa
On Fri, 2002-02-08 at 06:48, twk wrote: > What you really have is > > /INBOX > /INBOX/archive > > Frankly, I don't understand why people have so much trouble with this. Perhaps > because is is different than what people are used to. It is actually possible to > change the configuration in Outl

Intermittent mailbox lockups

2002-02-15 Thread julesa
We've been living with this problem for some time, but it seems to be occurring more often as we add users. It's still very intermittent, it hits about three users a week. What happens is one of their mailboxes just locks up and will not accept any new mail. Killing the master and restarting it ha

Re: [Re: PAM + Cyrus]

2002-02-15 Thread julesa
what is the output of imtest -a cyrus -m login localhost ? On Fri, 2002-02-15 at 12:15, E M Recio wrote: > julesa <[EMAIL PROTECTED]> wrote: > > Which version of Cyrus are you using? > > Latest version off of the 2.0.x series: 2.0.16 > > > Best Regards, > E. M. Recio snip

Re: PAM + Cyrus

2002-02-15 Thread julesa
word: > C: L01 LOGIN cyrus {6} > + go ahead > C: > failure: prot layer failure > > -Elmo > > julesa <[EMAIL PROTECTED]> wrote: > > what is the output of > > imtest -a cyrus -m login localhost > > > > On Fri, 2002-02-15 at 12:15, E M Recio w

Re: sieve problems using postfix with lmtp delivery to imap

2002-02-19 Thread julesa
Tom, Look in the sieve directory (sievedir in imapd.conf, I think) for the script you uploaded. You may need to create a symlink there to "default", like so: ln -s /usr/sieve/j/julesa/default.script /usr/sieve/j/julesa/default I don't know why it doesn't create the symlin

Re: who uses cyrus ?

2002-02-20 Thread julesa
On Wed, 2002-02-20 at 09:27, Steve Wright wrote: > Hi, > > We are evaluating cyrus imap & sieve for our production servers & I would be > grateful if someone could name maybe a few large companies / organizations > that are also running it. > > Thanks > Steve. Bynari Software sells a groupwar

Re: restoring email

2002-03-11 Thread julesa
Also, don't forget to restore the wherever/imap/user/x/username.sub & .seen files if keeping read/unread/subscribed information is important to you. On Mon, 2002-03-11 at 13:07, Ed Sanborn wrote: > Hi folks, > >When restoring IMAP email, what is the best way to restore? > That is, I have a d

Re: missing "To:" line in final message

2002-03-12 Thread julesa
This is almost certainly not a problem with Cyrus. Does the problem show up when Sendmail is configured to use another delivery method besides LMTP? This could... maybe... be a problem with the mail program... to see what's really happening, it might help to cut the mail program out of the loop.

Re: not receiving quota warnings

2002-03-27 Thread julesa
The notification built into Cyrus isn't an e-mail notification; Cyrus returns an 'over quota' error message to the mail client via the IMAP protocol. If the mail client doesn't display the error, it's a problem with whatever mail client you are using. The messages should not be lost unless the u

Re: Purge utilities?

2002-04-15 Thread julesa
You could do this with any IMAP library in the language of your choice. I prefer Perl for quick scripts like this one, but it's by no means the only way to go. So a very simple approach would look like this in the IMAP commands exchanged between your program and Cyrus: * OK mail.cpicorp.com Cyr

Re: Purge utilities?

2002-04-17 Thread julesa
Each message can have flags attached to it, such as "/Seen" and "/Deleted". No messages are actually removed from the mailbox until an Expunge command is performed on the mailbox. When an Expunge command is executed, all the messages that have the /Deleted flag set will be removed. Most IMAP e-m

Re: Error message when deleting

2002-04-19 Thread julesa
IMAP clients like Netscape whose delete function (by default?) tries to copy a message to a Trash folder before removing the message from the current mailbox will also exhibit this problem if the user quota is exceeded. Do you have a default quota set? Users find this frustrating because even if

Re: Sieve + RBL = SICK!

2002-04-26 Thread julesa
Valid points have been brought up on all sides. Just adding my $0.02: >From an administrative standpoint, it is *not* all right to lose potentially legitimate mail without notifying the sender, unless every user on your system has been made FULLY aware of the risk and agrees with the policy. That

Re: Sieve + RBL = SICK!

2002-04-26 Thread julesa
On Fri, 2002-04-26 at 17:48, Scott M Likens wrote: > --On Friday, April 26, 2002 1:25 PM -0700 julesa <[EMAIL PROTECTED]> wrote: > > From a technical/efficiency standpoint, sieve should not have to check > > an external source of information before delivering a message. I

Re: Bad Shutdown has killed cyrus

2002-04-29 Thread julesa
I'll second this. I had the same thing happen to me after I had Cyrus 2.1.2 running for about a month. The problem is that if one of the .db files (i.e. mailboxes.db) gets corrupted and you haven't set up a "hot backup" of your db files, the recovery process has to go through EVERY db transaction

Re: Cyradm scripting? (Bulk account creation)

2002-05-02 Thread julesa
http://sourceforge.net/projects/cyrus-utils check out the Files section, and look at imapcreate and masssaslpass On Thu, 2002-05-02 at 06:49, Russell Packer wrote: > Hi, > > There seem to be a few people who have asked this already, but I can't find > a definitive (easy!) response. > > I want

Re: unixhierarchy/altnamespace & IMAP folders, bug?

2002-05-21 Thread julesa
On Tue, 2002-05-21 at 13:46, David Wright wrote: > I prefert to train my users in the Cyrus way of thinking and leave the > altnamespace off. > Yeah, I would too if there weren't so many screwy mail clients out there that depend on this behavior. -Jules