Re: moving mailboxes between partitions

2002-09-18 Thread Aidan Evans
ll the moved message files gets changed to the time of the move. I'd like it to be preserved, as with "cp -p", but that's just my aesthetics. Aidan Evans | Networks & Systems, University Computing & Information Services 494-3332| Please send requests to the ticket system: [EMAIL PROTECTED]

Re: moving mailboxes between partitions

2002-09-19 Thread Aidan Evans
On Wed, 18 Sep 2002 at 13:49 Aidan Evans wrote to Andreas Piesk,... > We have moved numerous mailboxes across partitions without any apparent >data loss. However, we have encountered some issues. This is with Cyrus >2.1.9. > > Mail disk space quotas are messed up. Generally t

Berkeley DB4 can;t allocate memory errors

2002-10-01 Thread Aidan Evans
ausing the error?). Aidan Evans | Networks & Systems (902)494-3332 | University Computing & Information Services | Dalhousie University, Halifax, N.S., Canada

Re: Berkeley DB4 can;t allocate memory errors

2002-10-01 Thread Aidan Evans
On Tue, 1 Oct 2002 at 18:58 Tijl Dullers wrote to Aidan Evans and... >This is even in the FAQ I guess , ... use ulimit Could you be more specific please? I searched the Cyrus FAQ in doc/faq.html and the Sleepycat DB FAQ at http://www.sleepycat.com/faq.html and could not find any mention

RE: Berkeley DB4 can;t allocate memory errors

2002-10-01 Thread Aidan Evans
On Tue, 1 Oct 2002 at 13:31 Su Li wrote to 'Aidan Evans' and... >>From what I experienced. The delivery speed exceeds the capacity of IMAP >server. There are a lot of lmtpd process and your are really ran out of >memory. Just limit the speed of delivery from Sendmail

Re: Berkeley DB4 can;t allocate memory errors

2002-10-02 Thread Aidan Evans
On Tue, 1 Oct 2002 at 13:44 Aidan Evans wrote to [EMAIL PROTECTED] > Anybody seen errors like this before and have suggestions about what to do >about them? > > Sep 27 22:50:07 imap imapd[32227]: DBERROR db4: Lock table is out of > available locker entries ... >

Re: Berkeley DB4 can;t allocate memory errors

2002-10-03 Thread Aidan Evans
On Wed, 2 Oct 2002 at 11:41 Aidan Evans wrote to [EMAIL PROTECTED] >On Tue, 1 Oct 2002 at 13:44 Aidan Evans wrote to [EMAIL PROTECTED] > >> Anybody seen errors like this before and have suggestions about what to do >>about them? >> >> Sep 27 22:50:07 imap i

RE: how many users can Cyrus server support? -- is 5.5 msg/sec slow?

2002-10-04 Thread Aidan Evans
sabling fsync() after each message). Prepending filenames in /etc/syslog.conf with a "-", e.g., "/var/log/maillog" becomes "-/var/log/maillog", disables syslog's fsync() call after each log message. If you log many messages those fsync()s will kill your I/O throughput. Aidan Evans | Networks & Systems (902)494-3332 | University Computing & Information Services | Dalhousie University, Halifax, N.S., Canada

Which Berkeley DB is best?

2002-10-15 Thread Aidan Evans
nonblock = fcntl auth = unix idle = poll mboxlist.db = skiplist subs.db = flat seen.db = flat duplicate.db = db3-nosync tls.db = db3-nosync Aidan Evans | Networks & Systems (902)494-3332 |

Re: database types

2002-10-15 Thread Aidan Evans
t sound right, if "losing this" refers to the database. What seems to happen in our environment is that all sieving stops working. I have not tested everything, but right now deliver.db (db3-nosync) is broken and my sieve script which has a couple of "if" tests, a "red

Re: Which Berkeley DB is best?

2002-10-16 Thread Aidan Evans
On Wed, 16 Oct 2002 at 07:41 Simon Matter wrote to Aidan Evans and... >The version shipped with RedHat 7.2 has worked very well for me. In fact >much better than the one from 7.3. My config looks like this: This sounds like good advice. I searched the ~5,000 Cyrus list messages I have

Re: Is using Berkeley DB 4.0.14 recommended?

2002-10-23 Thread Aidan Evans
On Sat, 19 Oct 2002 at 10:49 Rob Siemborski wrote to Aidan Evans and Info Cyrus >On Sat, 19 Oct 2002, Aidan Evans wrote: ... >> My experience with DB 4.0.14 on RedHat Linux 7.2 is two instances of >> complete failure of deliver.db and tls_sessions.db (and consequently all >

Outlook as an IMAP client (was: When users delete mail, I want itto be moved to Trash)

2002-10-30 Thread Aidan Evans
d client here (Eudora 5 is). It works wonderfully for him and he has had almost no problems. Aidan Evans | Networks & Systems (902)494-3332 | University Computing & Information Services | Dalhousie University, Halifax, N.S., Canada

service imap pid nnnn in BUSY state: terminated abnormally

2009-05-29 Thread Aidan Evans
l 2008 CMU Sieve 2.3 TCP Wrappers mmap = shared lock = fcntl nonblock = fcntl idle = poll Aidan Evans | Networks & Systems (902)494-3332 | Dalhousie University, Halifax, N.S., Canada Cyrus Home Page: h

service imap pid nnnn in BUSY state: terminated abnormally

2009-06-01 Thread Aidan Evans
2006) Built w/OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008 Running w/OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008 CMU Sieve 2.3 TCP Wrappers mmap = shared lock = fcntl nonblock = fcntl idle = poll Aida

Re: service imap pid nnnn in BUSY state: terminated abnormally

2009-06-01 Thread Aidan Evans
On Mon, 1 Jun 2009 at 16:33 Simon Matter wrote to Aidan Evans and... > I'm not sure that could be related but there is a bug in 2.3.14 which can > result in unexpected behaviour. It may be unrelated but you better check > it out: > http://www.mail-archive.com/info-cyrus@lis

Re: service imap pid nnnn in BUSY state: terminated abnormally

2009-06-23 Thread Aidan Evans
On Fri, 29 May 2009 at 14:47 Aidan Evans wrote to info-cy...@lists.andrew.c... > I am attempting to upgrade a Cyrus Murder from 2.3.12p2 to 2.3.14. The > mupdate and backend servers are happy at 2.3.14, but on the frontends while > I can login successfully, attempting to select a fol

Cyrus performance with IMP versus logged-in mail clients

2004-07-23 Thread Aidan Evans
concern is that with IMP each transaction, e.g., reading a mail message, requires a new connection and login to the IMAP server. Conventional mail clients tend to stay logged in and don't incur the overhead of answering the new connection and re-authenticating the user for every operatio

Re: Is using Berkeley DB 4.0.14 recommended?

2002-12-06 Thread Aidan Evans
On Wed, 23 Oct 2002 at 15:55 Aidan Evans wrote to Info Cyrus, Rob... >On Sat, 19 Oct 2002 at 10:49 Rob Siemborski wrote to Aidan Evans and Info Cyrus > >>On Sat, 19 Oct 2002, Aidan Evans wrote: >... >>> My experience with DB 4.0.14 on RedHat Linux 7.2 is two instances of

Quota questions

2002-12-11 Thread Aidan Evans
#x27;m guesing the answer is an "it depends" one, in which case I'm looking for experience answers. Aidan Evans | Networks & Systems (902)494-3332 | University Computing & Information Services | Dalhousie University, Halifax, N.S., Canada