DBERROR?

2001-05-21 Thread brendan strejcek
I have been having some trouble configuring cyrus. Version 2.0.12. Firing up master, I get the following activity in syslog: May 21 15:55:51 animul master[17008]: process started May 21 15:55:51 animul ctl_mboxlist[17009]: running mboxlist recovery May 21 15:56:13 animul ctl_mboxlist[17009]: don

binary ownership

2001-04-25 Thread brendan strejcek
Which user should own the relevant cyrus binaries, like deliver? Root, or cyrus? Thanks, Brendan

Re: cyrus configuration

2001-04-24 Thread brendan strejcek
I use 143 and it gives me the same error. -p 220 says use port 220, and 220 seems to be imap3. But 143 gives me the same behaviour. Thanks, Brendan On Tue, Apr 24, 2001 at 12:28:04AM +0200, Atif Ghaffar wrote: > use port 143 instead > Cyrus is an IMAP4 server. > > > brendan

cyrus configuration

2001-04-23 Thread brendan strejcek
It turns out that the service name listed in my inetd.conf did not exactly match the one in /etc/services, so now *something* is getting fired up when that port is addressed. Now i get: animul:/etc# /packages/cyrus-imapd/bin/imtest -u cyrus -m login -p 220 localhost C: C01 CAPABILITY failure: pr

cyrus configuration

2001-04-23 Thread brendan strejcek
I conpiled cyrus and have been trying to configure it. I edited all the appropriate files, /etc/services, /etc/inetd.conf, master.cf and main.cf for postfix, added the user, etc. When I try: killall -HUP inetd animul:/etc# /packages/cyrus-imapd/bin/imtest -m login -p imap localhost I get: co

ssl

2001-04-13 Thread brendan strejcek
What distributions of ssl are known to work in a cyrus build? I am having some compilation problems and I am trying to figure out whether it is something about my system setup or something about the libraries. Currently I am trying to use openssl-0.9.6. Specifically,it seems to be not finding th

compilation woes

2001-04-12 Thread brendan strejcek
I am hoping that I am just missing sumething stupid, Here is how I configured it: ./configure --with-auth=unix --prefix=/packages/cyrus-imapd --with-openssl=/opt/openssl/openssl-0.9.6 --with-sasl=/opt/cyrus-sasl/default/ --with-dbdir=/opt/db/db-3.1.17/ where /opt/cyrus-sasl/default -> /opt/cy