Re: cyrus squat + change runtime

2010-10-19 Thread Josef Karliak
Great! Thank you very much :). J.K. Cituji Bron Gondwana : You can remove period and just use at. It even handles daylight saving changes. "Josef Karliak" wrote: Hi, this is a part of the cyrus.conf. Thanks for right kick to right way. EVENTS { # this is required checkpo

Re: cyrus squat + change runtime

2010-10-19 Thread Bron Gondwana
You can remove period and just use at. It even handles daylight saving changes. "Josef Karliak" wrote: >Hi, >this is a part of the cyrus.conf. Thanks for right kick to right way. > >EVENTS { > # this is required > checkpointcmd="ctl_cyrusdb -c" period=30 > > # this is only nece

Re: cyrus squat + change runtime

2010-10-19 Thread Josef Karliak
Hi, this is a part of the cyrus.conf. Thanks for right kick to right way. EVENTS { # this is required checkpointcmd="ctl_cyrusdb -c" period=30 # this is only necessary if using duplicate delivery suppression delprune cmd="cyr_expire -E 3" at=0400 # this is only necessar

Re: cyrus squat + change runtime

2010-10-19 Thread Bron Gondwana
On Wed, Oct 20, 2010 at 07:16:33AM +0200, Josef Karliak wrote: > Hi there, > it is possible to change runtime of the cyrus squatter ? I've > restarted cyrus service at 12:45 PM - in this time is a lot of users > logged in and system is a little "slower". So I wanna to change its > time. It is p

cyrus squat + change runtime

2010-10-19 Thread Josef Karliak
Hi there, it is possible to change runtime of the cyrus squatter ? I've restarted cyrus service at 12:45 PM - in this time is a lot of users logged in and system is a little "slower". So I wanna to change its time. It is possible or I have to remember and wake up in the midnight and re

Welcome Greg and Max

2010-10-19 Thread Bron Gondwana
I'd like to take this opportunity to welcome Greg and Max to the Cyrus mailing lists, and the Cyrus team at FastMail/Opera Software. They are both excellent programmers who we were lucky to hire. It's always hard to find great developers because they don't change jobs that often, and we were reall

Re: Replication question

2010-10-19 Thread Bron Gondwana
On Tue, Oct 19, 2010 at 04:55:48PM -0400, Michael D. Sofka wrote: > I have a new 2.3.16 back-end server and a replication server. (For > those following my saga, I decided to upgrade the to-be-retired 2.2.12 > rsync backup server to 2.3.16. I did this so I could test replication. > Turns out t

Replication question

2010-10-19 Thread Michael D. Sofka
I have a new 2.3.16 back-end server and a replication server. (For those following my saga, I decided to upgrade the to-be-retired 2.2.12 rsync backup server to 2.3.16. I did this so I could test replication. Turns out this server was previously built with source RPMs, and the upgrade was a b

One replica server for two murder backends

2010-10-19 Thread Dmitry Ivanov
Hello! I want to install cnfiguration, where two murder backends are synced to one replica server. I suppose theoretically this is possible, because there are no mailboxes with identical names across backends. Any ideas, or may be someone already tested this configuration? Is there a cha

Re: cyradm referall 2.4.1 version

2010-10-19 Thread Wesley Craig
On 19 Oct 2010, at 05:54, Lucas Zinato Carraro wrote: > I have 3 Frontends in DMZ, 4 Backends in Intranet > and a Administrative Station in other network. > > The administrative station, and clients stations can not connect > direct to backend servers. > > In imapd.conf i enable the parameter:

Re: user_deny.db, very high load and Apple-Spotlight

2010-10-19 Thread Patrick Goetz
Correction: I think you have to compile cyrus with no bdb support for the user-deny.db error message to go away: configure --without-bdb On 10/19/2010 01:20 PM, Patrick Goetz wrote: > On 10/14/2010 06:30 AM, Marc Patermann wrote: >> >> I created user_deny.db with touch to make the one erro

Re: user_deny.db, very high load and Apple-Spotlight

2010-10-19 Thread Patrick Goetz
On 10/14/2010 06:30 AM, Marc Patermann wrote: > > I created user_deny.db with touch to make the one error message go away. > Now I have lots of "fetching ..." messages in the log (2.3.16). > > Is there anything to do about this? > I think the suggested solution is don't use bdb for the /var/lib/cy

Re: sync_client fails to exit when manual replication and rolling replication are combined (2.3.16-8)

2010-10-19 Thread Hajimu UMEMOTO
Hi, > On Tue, 19 Oct 2010 14:22:06 +0200 > "Simon Matter" said: > I am pretty sure we're not using BDB either, but I found a log file, > /var/lib/imap/db/log.01, that appears to be a Berkeley DB log > file. simon> Right, as long as BDBless builds are not possible, we will always

RE: sync_client fails to exit when manual replication and rolling replication are combined (2.3.16-8)

2010-10-19 Thread Simon Matter
> On Saturday, October 16, 2010 12:49 AM, Bron Gondwana wrote (2.3.16-8) >> >> On Fri, Oct 15, 2010 at 03:42:21PM -0400, Simpson, John R wrote: >> > However, if I have run sync_client manually while rolling replication >> is >> enabled the rolling replication instance will not exit. Instead, it >>

Re: cyradm referall 2.4.1 version

2010-10-19 Thread Bron Gondwana
I'm not sure what the story is with this one. Ken might have a better idea since they use murder and cyradm at CMU (I just use telnet directly or Perl modules that talk pure IMAP, and we don't use murder at FastMail). I've CC'd him. Would be great if you can create bugs in bugzilla too, just so

Cyrus IMAPd 2.4.2 Released

2010-10-19 Thread Bron Gondwana
I am pleased to announce the release of Cyrus IMAPd 2.4.2. This is a single fix to 2.4.1 to remove strcasestr so that it compiles on Solaris. There is no need to upgrade unless you are having compliation problems with 2.4.1. My apologies for the compilation problems. I have now tested this on a

cyradm referall 2.4.1 version

2010-10-19 Thread Lucas Zinato Carraro
I have 3 Frontends in DMZ, 4 Backends in Intranet and a Administrative Station in other network. The administrative station, and clients stations can not connect direct to backend servers. In imapd.conf i enable the parameter: proxyd_disable_mailbox_referrals: 1 With 2.3.16 dont have probl

Re: Problem with Shared Mailbox - Cyrus Aggregation - Backend - 2.4.1

2010-10-19 Thread Bron Gondwana
On Tue, Oct 19, 2010 at 07:25:49AM -0200, Lucas Zinato Carraro wrote: > Hi, Bron, > > This works with Cyrus Frontend 2.4.1 > Thanks Excellent :) Cyrus Home Page: http://www.cyrusimap.org/ List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/

Re: Problem with Shared Mailbox - Cyrus Aggregation - Backend - 2.4.1

2010-10-19 Thread Lucas Zinato Carraro
Hi, Bron, This works with Cyrus Frontend 2.4.1 Thanks On Tue, Oct 19, 2010 at 3:20 AM, Bron Gondwana wrote: > On Tue, Oct 19, 2010 at 01:14:12AM -0200, Lucas Zinato Carraro wrote: >> My configuration >> >> User Inbox         - Backend cyrus 2.4.1 >> +SharedFolderA - Backend cyrus 2.4.1 >> +Shar

Bugzilla Cleanup - Your Help Needed and Much Appreciated!

2010-10-19 Thread Jeroen van Meeuwen (Kolab Systems)
Hello there, The Cyrus Bugzilla is a very important component for all of us, community users and Cyrus developers alike! I suppose most of us have, at least once or twice, logged a new report in Bugzilla, but then what happens with that report? >From the other side, the Cyrus team sometimes do