cyrus upgrade

2007-11-07 Thread Akshay Kumar
Hi, I am trying to upgrade our mail server from redhat 9 running cyrus-imapd 2.2.8 to RHEL4 running the stock 2.2.12 rpms. I am trying to make sure I am not missing anything. All the db files seem to be in the correct format as far as I can tell. Does anyone see problems with the following:

seen flag

2005-05-20 Thread Akshay Kumar
I ran out of space on /var and where all the mailbox and seen files reside and now cyrus won't preserve the seen flag. This is what the log shows: May 20 16:30:14 cyrus imap[2495]: DBERROR: skiplist recovery /var/imap/user/a/akshay.seen: ADD at 6B00 exists May 20 16:30:14 cyrus imap[2495]:

Cyrus+Sendmail+Mimedefang+Spamassassin+Procmail

2005-05-16 Thread Akshay Kumar
I was wondering if anyone here has had the same issues. Currently I have Sendmail, Cyrus, Mimedefang, Spamassassin and Sieve working. Now what I need to do is add procmail to the mix, possibly replacing Sieve. There are very good reasons for doing this. Its critical that I be able to run

Cyrus Sendmail integration

2004-11-05 Thread Akshay Kumar
I am running Sendmail-8.13.1 and Cyrus-imapd-2.2.8. Problem is Sendmail does not know which destination addresses are valid and so tries to deliver [EMAIL PROTECTED] to cyrus. Now even if the mailbox does not exist Sendmail hands it off to Cyrus, which complains that its undeliverable

Re: smtp auth + saslauthd + ldap

2004-10-30 Thread Akshay Kumar
Sure you can and it makes very good sense to do it, I just set it up and we went live today. This is how my mail server is configured - Sendmail requires SMTP AUTH for relaying using SASLv2(plain/login) over TLS, saslauthd uses the ldap auth_mech to connect to ldap(bdb backend) which contains the

auth question

2004-10-26 Thread Akshay Kumar
Hi, I configured Cyrus w/ the following options: env CPPFLAGS=-I/spare/local/include -I/usr/kerberos/include LDFLAGS=-L/spare/local/lib ./configure --prefix=/spare/local --with-cyrus-prefix=/spare/local/cyrus --with-bdb=/spare/local --with-bdb-libdir=/spare/local/lib

Re: BDB Nightmare

2004-10-25 Thread Akshay Kumar
: Perl_safesysmalloc (/spare/local/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/auto/Cyrus/IMAP/IMAP.so) undefined symbol: Perl_sv_2pv_nolen (/spare/local/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/auto/Cyrus/IMAP/IMAP.so) On Sun, 24 Oct 2004, Dominic Ijichi wrote: Quoting Akshay Kumar

Re: BDB Nightmare

2004-10-23 Thread Akshay Kumar
failed in require. BEGIN failed--compilation aborted. Best, Akshay On Sat, 23 Oct 2004, Akshay Kumar wrote: Fixed. Like Dominic pointed out bdb was broken. Making it with make LIBSO_LIBS=-lpthread LIBXSO_LIBS=-lpthread fixed it. So now finally the following are working

Re: BDB Nightmare

2004-10-22 Thread Akshay Kumar
Its just cyrus that has a problem with it, everything else finds the correct version. Best, Akshay On Sat, 23 Oct 2004, Dominic Ijichi wrote: Quoting Akshay Kumar [EMAIL PROTECTED]: Has anyone had any luck using the lastest version of BDB 4.2.52 w/ the cyrus 2.2.8? I compiled

Re: BDB Nightmare

2004-10-22 Thread Akshay Kumar
Hi Dominic, The Makefile does have LIBS=-lpthread ldd -r /spare/local/lib/libdb-4.2.so still gives the same errors. I havent found any other mentions of this problem. Best, Akshay On Sat, 23 Oct 2004, Dominic Ijichi wrote: Quoting Akshay Kumar [EMAIL PROTECTED]: Hi, Thanks

cyrus-imap-2.2.8 and BerkeleyDB 4.2.52

2004-10-20 Thread Akshay Kumar
I compiled Berkeley DB 4.2.52. I also succesfully build sendmail, sasl and openldap against this version installed in /spare/local. But I am having problems getting cyrus-imap to use this version. I tried: env CPPFLAGS=-I/spare/local/include -I/usr/kerberos/include LDFLAGS=-L/spare/local/lib