Re: Database usage/backup/restores

2006-10-20 Thread Martin Schweizer
Hello Davis See http://cyrusimap.web.cmu.edu/twiki/bin/view/Cyrus/Backup for some hints. Regards, Martin 2006/10/19, David Korpiewski [EMAIL PROTECTED]: I have some questions for those of you gurus who truly know the cyrus system. I have a XSAN Mac cluster and we are running mail on it.

Re: very slow syncing, any ideas?

2006-10-20 Thread Michael Menge
Hi, i had much better performance with mailutil from UW-Imapd. It uses the IMAP-protocol like imapscyn but is not a scipt but a binary program and uses the imap APPEND command and does noe checks to see wich E-Mails are on the new server. Michael Menge Quoting Marten Lehmann [EMAIL

Re: idled vs poll

2006-10-20 Thread Adam Stephens
Scott Adkins wrote: cannot connect to saslauthd server: Connection refused Failed to connect to socket /var/cyrus/imap/socket/lmtp for local_cyrus_deliver transport: Connection refused error sending to idled: 0 The first thing I would do here is to use LMTP as a TCP socket instead of

Re: CREATE INBOX/attention: NO Invalid mailbox name

2006-10-20 Thread Marten Lehmann
Hello, ok, then I have to rename them manually. Rename what manually? Seriously, are you considering the problem correctly? I mean that I have to rename the INBOX/* folders before the migration. Regards Marten Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki/FAQ:

Cyrus IMAP 2.2.12 + Berkeley DB 4.5.20: Compile error in cyrusdb_berkeley.o

2006-10-20 Thread Bernd Nies
Hi, When compiling the latest cyrus imap server 2.2.12 with berkeley db 4.5.20 on Solaris 9 with gcc I get this error: ==CUT== [EMAIL PROTECTED]:/tmp/cyrus-imapd-2.2.12 gmake ### Making all in /tmp/cyrus-imapd-2.2.12/man gmake[1]: Entering directory `/tmp/cyrus-imapd-2.2.12/man' gmake[1]:

cyrus ipurge

2006-10-20 Thread Paul Hendrick
Hi all, I have mailboxes in the format of [EMAIL PROTECTED], and I want to start deleting their spam on a regular basis. I'm testing this out using ipurge, so i try: ipurge -d 7 -f '[EMAIL PROTECTED]', and after running that i'm just returned to the command prompt. no errors and no log output.

Re: delayed expunge and subfolders

2006-10-20 Thread Leena Heino
In the cyrus.cache file there are always 10 cache fields per message. But what could cause this code in mailbox.c to fail in the middle of skipping over those fields: /* Compute size of this record */ cacheitembegin = cacheitem = mailbox-cache_base + cache_offset; for (cache_ent = 0;

Sieve

2006-10-20 Thread Andre Henry
I have a user that would like copies off all email to go to a subfolder of his mailbox and to keep a copy in the main inbox. However it seems as if duplicate delivery suppression is killing that plan. Short of making a new mailbox, how can I accomplish this. The script I am using is below.

Re: very slow syncing, any ideas?

2006-10-20 Thread Robert Banz
On Oct 20, 2006, at 04:09, Michael Menge wrote: Hi, i had much better performance with mailutil from UW-Imapd. It uses the IMAP-protocol like imapscyn but is not a scipt but a binary program and uses the imap APPEND command and does noe checks to see wich E-Mails are on the new server.

Moving the Cyrus Mailstore

2006-10-20 Thread Wickham, Larry
Hi, Our server is suffering from impending doom, while servicing 11,500 users. Our mail store is in the default location under /var/spool/imap. The partition that / (/var is under here in our setup) is mounted on is 25 GB and I would like to move it to the partition where /home is mounted which

Re: Moving the Cyrus Mailstore

2006-10-20 Thread John Madden
3) Migrating between mail stores Create a new mail store under /home and migrate the mail boxes? Not sure how or if we can do this. cp -a. Or mv. You choose. :) You shouldn't have to down the server and do any rescue-booting, just turn off the cyrus and delivery (MTA?) services, move the

Re: Moving the Cyrus Mailstore

2006-10-20 Thread Andrew Morgan
On Fri, 20 Oct 2006, Wickham, Larry wrote: Hi, Our server is suffering from impending doom, while servicing 11,500 users. Our mail store is in the default location under /var/spool/imap. The partition that / (/var is under here in our setup) is mounted on is 25 GB and I would like to move it