Silkymail mailing list

2002-03-21 Thread Christoph Krempe
Hi, Does anyone of the Cyrus-gurus know of a mailing list for Silkymail? I have a problem connecting to a cyrus-ssl Server under Silkymiail. Using IMAP over SSL on Port 993 in Silkymail I get the error message Warning: Can't open mailbox {hal.ub.fu-berlin.de:993/imap/ssl}INBOX: invalid remote

Re: Signaled to Death by 11 - Again - bdb issue?

2002-03-21 Thread Ken Murchison
OCNS Consulting wrote: Thanks for pointing out the leftover library. Now, besides removing/moving the remnant library and all of its relations, do I then need to recompile the SASL library? Just removing the library won't help. You'll have to at least relink the binaries. Ken

linker wierdness

2002-03-21 Thread Clifford Thurber
Hello I having some strange linking problems. I am trying to build Cyrus 2.1.2 IIMAP server using BerkeleyDB 4.0 and SASL 2.1.2 on a RedHat 7.1 box. I installed BerkeleyDB and SASL without problem by doing the following. Set up links: ln -s /usr/local/BerkeleyDB.4.0/libdb4.a

RE: Signaled to Death by 11 - Again - bdb issue?

2002-03-21 Thread OCNS Consulting
Ken: Ken: I moved the older library and other libdb relations: $ mkdir /usr/lib/OLDlibdb $ mv libdb1.so libdb1.so.2 libdb2.so libdb2.so.3 \ libdb.so.2 libdb.so.3 /usr/lib/OLDlibdb Then recompiled and relinked SASL 2.1.1 (make distclean; make; make install).

Re: linker wierdness

2002-03-21 Thread Birger Toedtmann
Clifford Thurber schrieb am Thu, Mar 21, 2002 at 09:43:58AM -0500: [...] Mar 20 23:23:23 birdbrain master[25255]: process 25257 exited, status 75 Mar 20 23:23:23 birdbrain tls_prune[25259]: incorrect version of Berkeley db: co mpiled against 4.0.14, linked against 3.1.14 Of course when

RE: multiple cyruses via SAN

2002-03-21 Thread David Mendenhall
I know I've seen snippets about this run across this list, but does anybody have a step-by-step for switching from Berkeley DB to skiplist in cyrus 2.0.16 ? -david -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jeremy Howard Sent: Wednesday, March 20,

RE: Signaled to Death by 11 - Again - bdb issue?

2002-03-21 Thread OCNS Consulting
Rob, As you are aware, the routine - cyrus-sasl-2.1.1/utils/dbconverter-2 per script lines: program=lt-'dbconverter-2' progdir=$thisdir/.libs calls the binary - cyrus-sasl-2.1.1/utils/.libs/lt-dbconverter-2. Upon interogation of the fs: find / -name lt-dbconverter-2

Re: linker wierdness

2002-03-21 Thread Amos Gouaux
On Thu, 21 Mar 2002 16:26:33 +0100, Birger Toedtmann [EMAIL PROTECTED] (bt) writes: bt The problem mostly lies with the header files. I had the same effect bt once. I had installed BDB3 and 4 on one machine, and the db header file bt (include/db.h) pointed towards BDB3 whereas the linker

Re: multiple cyruses via SAN

2002-03-21 Thread Amos Gouaux
On Thu, 21 Mar 2002 08:32:37 -0800, David Mendenhall [EMAIL PROTECTED] (dm) writes: dm I know I've seen snippets about this run across this list, but does anybody dm have a step-by-step for switching from Berkeley DB to skiplist in cyrus dm 2.0.16 ? For 2.0.16? I don't think you can. You

Cyradm dumps core

2002-03-21 Thread Jaska Kivelä
Hi. I have a test installation of cyrus-imapd-2.1.3 with several (240) partitions and a few (1000) users on a Solaris 8. Cyradm does this: --clip-- (22:12) root@goose: /opt/cyrus 120 #bin/cyradm cyradm connect -noauth localhost localhost auth cyrus Password: localhost lm user/1000

--with-auth=unix question

2002-03-21 Thread Clifford Thurber
I have done a new installation. However I am not able to authenticate as user cyrus using cyradm although I have given the user cyrus a passwd in /etc/passwd as well as a passwd using saslpasswd. When I run: cyradm -u cyrus localhost imap I get the message no authentication Do I need to run

Re: --with-auth=unix question

2002-03-21 Thread Lukas Geider
Quoting Clifford Thurber [EMAIL PROTECTED]: Do I need to run configure and specify --with-auth=unix? I am not interested in having users have accounts on the machine but rather having users have passwords using sasldb? configure --help says: use authorization module METHOD METHOD is unix

disable duplicate removal

2002-03-21 Thread Mathieu Arnold
Hi How should I do to have all the duplicate mails sent and not discarded ? it's really annoying to get mails only once when messages are posted on many mailing lists, and they appears on only one. I believe that it's the -e flag to deliver, which is not documented in the man page I have, and