Bouncing over quota

2001-03-05 Thread Scott Pederick
G'Day, cyrus-imapd-2.0.9 postfix-19991231-pl10 Just wondering if anyone has modified Cyrus to return a Permanent Failure rather than a Temporary Failure when a user has exceeded their quota? On a temporary failure postfix just leaves it in the queue and I would prefer a bounce. I intend to make

Re: 2.0.12 and DB

2001-03-05 Thread David Richards
Further to my previous message, the exact output is: ### Making all in /messaging/richard2/builds/new-imap/cyrus-imapd-2.0.12/perl/imap cc -c -I../../lib -I/usr/local/include -fprm d -ieee -std -DLANGUAGE_C -O4 -DVERSION=\"1.00\" -DXS_VERSION=\"1.00\" -I/usr/lib/perl-5.005/lib/5.00503/alpha

Re: Strange vacation behaviour

2001-03-05 Thread Alain Turbide
The vacation reply will only be sent once during the period selected in your vacation rule which in this case is once every 7 days. Alain Turbide - Original Message - From: "Atif Ghaffar" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 05, 2001 2:23 PM Subject: Strange va

Re: Recentness algorithm

2001-03-05 Thread Alain Turbide
If you're using Outlook Express as a mail client then this is a known problem with Outlook Express. You might want to change the folder synchronization settings to none if you want to prevent this behaviour. Alain Turbide - Original Message - From: "Bitt Faulk" <[EMAIL PROTECTED]> To: <

Re: 2.0.12 and DB

2001-03-05 Thread David Richards
Yep, that seems to do better. Now I get a problem in 'perl/imap' something about Bad object file tmp.a(licyrus.a) Bad file magic number Any ideas? Dave. Scott Adkins wrote: > > --On Monday, March 05, 2001 10:44 AM +1000 David Richards > <[EMAIL PROTECTED]> wrote: > > > I am having prob

Modified drac support patch

2001-03-05 Thread Ramiro Morales
I'm attaching a modified version of the patch to add drac support to Cyrus imapd/pop3d daemons. It is based in the one included in the contrib directory of the 2.0.12 distribution. I have modified the configuration variables used in imapd.conf to be able to specify at runtime if one wants to

Recentness algorithm

2001-03-05 Thread Bitt Faulk
Lately, I've noticed that things that my mail client has seen before get marked as recent again. That is, I'll change folders to something else and come back to my INBOX and there will be a number of messages that are still marked as recent. I can't intentionally reproduce the problem, but I hav

Strange vacation behaviour

2001-03-05 Thread Atif Ghaffar
Hi all. Cyrus-imapd-2.0.11 -- I setup a vacation rule and few fileinto rules as per example on the sieve's homepage. The first time I sent a mail meeting the rule, a vacation resoponse was triggered and after that nothing any more. Here is my script - require ["fi

Re: Ocassional "signaled to death by 6" followed by increasing numbers of hung processes

2001-03-05 Thread Lawrence Greenfield
Date: Mon, 05 Mar 2001 11:32:01 -0500 From: Irelann Kerry Anderson <[EMAIL PROTECTED]> We recently converted our main mail server (30,000+ users) from cyrus-1.6 to cyrus-2.0.12, we had converted a smaller (6000+ users) some time earlier to 2.0.9. We had tried 2.0.9 on this larger

Re: Compilation problems on Redhat 6.2

2001-03-05 Thread Seva Adari
Try the following in conjunction with "configure": LIBS="-lpopt" ./configure --prefix=. __ Seva Phil Ellett wrote: > > Please can someone help me with this as I am cannot spend any more time on > trying to > get a Postfix/CyrusIMAP system running .. > > After spending weeks battling w

Re: Qmail, Maildirs and Cyrus

2001-03-05 Thread Bitt Faulk
On Mon, 5 Mar 2001, Sam Stern wrote: > > I recently Migrated to qmail with maildirs and would like to install Cyrus > 2.0.12 on my OpenBSD 2.8 system. However, I can't locate any relevant > information of how Cyrus interoperates with Maildir. Simply put, it doesn't. Cyrus has its own mailstore a

Re: migrating mailboxes to cyrus

2001-03-05 Thread Patrick Boutilier
Or you could use the perl script at: ftp://ftp.ednet.ns.ca/pub/its/mail/mbox2cyrus.pl Worked well for me. Ronen Amity wrote: > you will need the imaptools from wu. > > On Mon, 5 Mar 2001, Stefanita Vilcu wrote: > > > Hello, > > > > Is there any tool able to migrate mbox mailboxes to cyru

Re: Do I need to upgrade sieve in 2.0.12?

2001-03-05 Thread Ken Murchison
Atif Ghaffar wrote: > > Hi. > Small question. > Do I have to update to cmu-sieve-1.3 if I am building cyrus-imapd-2.0.12 > or shall I use the one that is included? Use sieve 2.0 which is included with 2.0.12. Ken -- Kenneth Murchison Oceana Matrix Ltd. Software Engineer 21 Princeton

Ocassional "signaled to death by 6" followed by increasing numbers of hung processes

2001-03-05 Thread Irelann Kerry Anderson
We recently converted our main mail server (30,000+ users) from cyrus-1.6 to cyrus-2.0.12, we had converted a smaller (6000+ users) some time earlier to 2.0.9. We had tried 2.0.9 on this larger server, but that version has severe performance problems with that many mailboxes. Things looked pre

Re: migrating mailboxes to cyrus

2001-03-05 Thread Ronen Amity
you will need the imaptools from wu. On Mon, 5 Mar 2001, Stefanita Vilcu wrote: > Hello, > > Is there any tool able to migrate mbox mailboxes to cyrus? > Thank you, > > -vsv > > -- > Stefanita Valeriu Vilcu, [EMAIL PROTECTED] > Dynamic Network Technologies, Romania > Tel: +40-1-2106863 Fax:

Re: Shared folders

2001-03-05 Thread Larry M. Rosenbaum
>On Thu, 1 Mar 2001, Rob Tanner wrote: > >> More as a precaution so we don't end up aquiring any such IMAP clients >> unaware of that rather serious limitation, which common IMAP clients >> can't work with shared folders? I have to say, your request surprizes >> me, because even Pine has a co

Do I need to upgrade sieve in 2.0.12?

2001-03-05 Thread Atif Ghaffar
Hi. Small question. Do I have to update to cmu-sieve-1.3 if I am building cyrus-imapd-2.0.12 or shall I use the one that is included? thanks -- Atif Ghaffar Internet Development Manager 4unet AG/SA -. +41 78 787 51 45 ¦ voice +41 24 441 09 03 ¦ fax

Re: 2.0.12 and DB

2001-03-05 Thread Scott Adkins
--On Monday, March 05, 2001 10:44 AM +1000 David Richards <[EMAIL PROTECTED]> wrote: > I am having problems getting v2.0.12 to compile on Compaq Tru64 v5.1. I > have gone to quite extensive means to try and make it compile. Yes, I have had similar problems, but given time, I was able to work m

RE: Have to restart Cyrus on linux to get it running

2001-03-05 Thread Torsten Knofel
> From: Carsten Hoeger [mailto:[EMAIL PROTECTED]] > Sent: Monday, March 05, 2001 3:26 PM > To: Torsten Knofel > Cc: [EMAIL PROTECTED] > Subject: Re: Have to restart Cyrus on linux to get it running > > > On Mon, Mar 05, Torsten Knofel wrote: > > > > What appears in /var/log/message and/or /var/log

Re: Sieve: No Vacation support with 2.0.12

2001-03-05 Thread Atif Ghaffar
Ken Murchison wrote: > Any errors in imapd.log? Have you tried changing the vacation response > text (remember, you'll only get ONE reply per recipient per response > text)? I have the following require "vacation"; vacation :days 23 "I am off."; work with 2.0.9 but not with 2.0.11 Ill check the

Re: Sieve: No Vacation support with 2.0.12

2001-03-05 Thread Ken Murchison
Atif Ghaffar wrote: > > Hi. > Just compiled and installed 2.0.12 and lost vacation support. > Everything else "fileinto", "reject" etc are working fine. > > I am using Postfix+Cyrus+LDAP. > Delivery is done over LMTP. > > All but vacation is working fine. Its working fine here. Any errors i

Re: Have to restart Cyrus on linux to get it running

2001-03-05 Thread Carsten Hoeger
On Mon, Mar 05, Torsten Knofel wrote: > > What appears in /var/log/message and/or /var/log/warn? > > > /messages: > > Mar 5 01:56:31 jeep master: unable to change limit of file descriptors > available ??? What's this? Never saw this before. When is your master startet? Please provide your

Sieve: No Vacation support with 2.0.12

2001-03-05 Thread Atif Ghaffar
Hi. Just compiled and installed 2.0.12 and lost vacation support. Everything else "fileinto", "reject" etc are working fine. I am using Postfix+Cyrus+LDAP. Delivery is done over LMTP. All but vacation is working fine. PS: Vacation was working in 2.0.9 shall I downgrade again? thanks for any in

Redhat 7.0 + Cyrus Imap 1.6.25 deliverdb problem

2001-03-05 Thread Alain Turbide
Can anyone shed some light on this problem I'm having. Whenever a message needs to be delivered to more then one recipient in the same deliverdb database file I get a "resource not available" message from the deliver process (in LMTP mode) and the message remains queued. Seems like a db locking

RE: Have to restart Cyrus on linux to get it running

2001-03-05 Thread Torsten Knofel
Torsten Knofel > -Original Message- > From: Carsten Hoeger [mailto:[EMAIL PROTECTED]] > > > On Mon, Mar 05, [EMAIL PROTECTED] wrote: > > > > Maybe the runlevel links are missing? > > > Do you have links from /sbin/init.d/rc.[23].d/[SK]xxcyrus to > > > /sbin/init.d/cyrus? > > > > > Yes !

Re: Cyrus Administration

2001-03-05 Thread Lawrence Greenfield
Date: Sun, 04 Mar 2001 15:21:53 +0100 From: Roland Scheike <[EMAIL PROTECTED]> Organization: R2.NET is there any possibility to grant the delete right automatically for a new created user.name mailbox to all administrators? Not without source modifications, but you can always add

migrating mailboxes to cyrus

2001-03-05 Thread Stefanita Vilcu
Hello, Is there any tool able to migrate mbox mailboxes to cyrus? Thank you, -vsv -- Stefanita Valeriu Vilcu, [EMAIL PROTECTED] Dynamic Network Technologies, Romania Tel: +40-1-2106863 Fax: +40-1-3122745

Re: Delete problem with cyradm

2001-03-05 Thread Lawrence Greenfield
Give user "ljohnh" "c" rights, ie localhost> sam jonathan ljohnh c localhost> dm jonathan Larry Date: Sun, 4 Mar 2001 18:35:02 -0600 (CST) From: John Hayward <[EMAIL PROTECTED]> I have cyrus 2.0.12 and recienty upgraded the db3 routines from 0.55 to 2.9 (this is on NetBSD-1.5 Alpha

Re: Have to restart Cyrus on linux to get it running

2001-03-05 Thread Carsten Hoeger
On Mon, Mar 05, [EMAIL PROTECTED] wrote: > > Maybe the runlevel links are missing? > > Do you have links from /sbin/init.d/rc.[23].d/[SK]xxcyrus to > > /sbin/init.d/cyrus? > > > Yes !! The master process is really running after boot and it spawns > imapd's, but I can not authenticate. > > addit

Re: Have to restart Cyrus on linux to get it running

2001-03-05 Thread Toens Bueker
[EMAIL PROTECTED] wrote: > > > I am running cyrus 2.0.12 on Linux 2.2.16 (SuSE 7.0) with sasl 1.5.24 > > > I authenticate with pam to /etc/shadow. > > > After booting the system it is not possible to connect via IMAP. Is teln

Re: Have to restart Cyrus on linux to get it running

2001-03-05 Thread torsten
Carsten Hoeger wrote: > On Mon, Mar 05, [EMAIL PROTECTED] wrote: > > > I am running cyrus 2.0.12 on Linux 2.2.16 (SuSE 7.0) with sasl 1.5.24 > > > > I authenticate with pam to /etc/shadow. > > > > After booting the system it is not possible to connect via IMAP. > > > > I restart the master with

Qmail, Maildirs and Cyrus

2001-03-05 Thread Sam Stern
All, I recently Migrated to qmail with maildirs and would like to install Cyrus 2.0.12 on my OpenBSD 2.8 system. However, I can't locate any relevant information of how Cyrus interoperates with Maildir. So I'm looking for a good breakout of how to merge Cyrus with qmail, migrate my maildir email

Compilation problems on Redhat 6.2

2001-03-05 Thread Phil Ellett
Please can someone help me with this as I am cannot spend any more time on trying to get a Postfix/CyrusIMAP system running .. After spending weeks battling with DB3/SASL/CyrusIMAP on a test machine and finally having success and methodically build the software on our production machine only

Re: Have to restart Cyrus on linux to get it running

2001-03-05 Thread Carsten Hoeger
On Mon, Mar 05, [EMAIL PROTECTED] wrote: > I am running cyrus 2.0.12 on Linux 2.2.16 (SuSE 7.0) with sasl 1.5.24 > > I authenticate with pam to /etc/shadow. > > After booting the system it is not possible to connect via IMAP. > > I restart the master with the scripts used during booting and af