Re: libwrap compiled into Cyrus IMAPd

2004-07-20 Thread Olaf Zaplinski
Hmm, have you installed libwrap-devel? --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Re: 2.2.6 does not compile due to ./configure bug

2004-06-20 Thread Olaf Zaplinski
Hi again, Olaf Zaplinski wrote: Hi all, imapd-2.2.6 does not compile, even 2.2.4 does not. The latest release that compiles well is 2.2.3. my configure line: [...] I found the solution! Someone included a bug here, I guess, it was with version 2.2.4. I had to edit imap/Makefile.in, in line 66

2.2.6 does not compile due to ./configure bug

2004-06-20 Thread Olaf Zaplinski
Hi all, imapd-2.2.6 does not compile, even 2.2.4 does not. The latest release that compiles well is 2.2.3. my configure line: ./configure \ --with-cyrus-user=cyrus \ --with-cyrus-group=mail \ --with-cyrus-prefix=/opt/cyrus-imapd \ --disable-sieve The problem is exactly that 2.2.6 tries to enable

Re: cyradm auth problem

2004-05-11 Thread Olaf Zaplinski
Chris J. Babyak wrote: Hi all, I'm having problem with cyradm and creating mailboxes. Try: cyradm -u cyrus localhost Olaf --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Re: 9800XXXXXXXXXXXXXXXX+100XXXXXXXXXXXXXXXXXXXX,XXXXXX50XX

2002-12-04 Thread Olaf Zaplinski
John Hughes wrote: > What kind of anti-spam is this list using? It doesn't seem to be > working too well. It's using no spam protection at all... :-(

Re: 'couldn't change to partition /var/spool/imap'

2002-04-18 Thread Olaf Zaplinski
Ken Murchison wrote: > > Olaf Zaplinski wrote: > >>Hi *, >> >>has someone had this error also while installing 2.0.16? >> >>$ /usr/src/cyrus-imapd-2.0.16/tools/mkimap >>reading configure file... >>i will configure directory /var/imap. >>

'couldn't change to partition /var/spool/imap'

2002-04-18 Thread Olaf Zaplinski
Hi *, has someone had this error also while installing 2.0.16? $ /usr/src/cyrus-imapd-2.0.16/tools/mkimap reading configure file... i will configure directory /var/imap. i saw partition /var/spool/imap . you are using /var/imap/sieve as your sieve directory. done creating /var/imap... creating

Re: delivery to imap AND OS users possible?

2002-04-15 Thread Olaf Zaplinski
Schiemer, Markus wrote: > How can I manage the delivery of mails based upon the existence (OS/imap) of > the user? > [...] On Linux, this works (it's not from me, but Andrzej Filip). The bottom of my mc file reads: Klocaluser hash /etc/mail/localuser LOCAL_RULESETS SLocal_localaddr R$*

Re: RH7.2, db-4.0.14 and cyrus-imap-2.1.3

2002-04-12 Thread Olaf Zaplinski
Mathias, please look if you have db3/ and/or db.h in /usr/include. If yes: move them elsewhere while ./configuring and compiling. when configuring, try --with-bdb-libdir=/usr/local/BerkeleyDB.4.0/lib and --with-bdb-incdir=/usr/local/BerkeleyDB.4.0/include (or whereever your db-4 files reside).

Re: compile error in 2.1.3

2002-04-12 Thread Olaf Zaplinski
It's solved - never ever compile db-4 with './configure --with-uniquename'! Cheers Olaf

compile error in 2.1.3

2002-04-09 Thread Olaf Zaplinski
Hi *, compilation fails on one machine here: user.c: In function `user_delete': user.c:115: warning: unused variable `pat' user.c: At top level: user.c:84: warning: `user_deleteacl' defined but not used gcc -c -I. -I.. -I../sieve -I. -I./../lib -I./../acap -I../acap -I./../et -I./../sieve -I/us

lock files in /var/imap/socket

2002-03-31 Thread Olaf Zaplinski
Hi *, just one question: shouldn't be there no *.lock files in /var/imap/socket when the imap server is absolutely idle? I see the following here: binky:~ # l /var/imap/socket/ total 1 drwxr-xr-x2 cyrusmail 155 Mar 28 23:05 ./ drwxr-x--- 12 cyrusmail 362 Mar 31 2

what to backup?

2002-03-28 Thread Olaf Zaplinski
Hi *, I have much trouble with imap-2.2 and sasl-2, so I thought I just had to install Debian Potato, db-3.3 (for sasl-1 and sendmail), db-4.0 and sasl-2 and imap-2.2. Reason: Debian Potato does not know anything about db>=3. But it did not work, 'master' now segfaults on that test machine. Fo

Re: bug in imapd-2.1.3 / Berkeley DB

2002-03-28 Thread Olaf Zaplinski
Ken Murchison wrote: > > Olaf Zaplinski wrote: > >>Clifford Thurber wrote: >> >>>What do you mean when you say they don't disappear? Can you be more >>>specific? >> >>Yes, right now I have 5 processes named 'imapd -s' and 2 named

Re: bug in imapd-2.1.3 / Berkeley DB

2002-03-28 Thread Olaf Zaplinski
Clifford Thurber wrote: > What do you mean when you say they don't disappear? Can you be more > specific? Yes, right now I have 5 processes named 'imapd -s' and 2 named 'lmtp' in my process list. They will stay there forever until I restart cyrus-imapd. And when the first user logons after tha

Re: bug in imapd-2.1.3 / Berkeley DB

2002-03-28 Thread Olaf Zaplinski
Now it works - in /usr/include, I had to delete db.h and the db3 directory. But my problem is not resolved: I still have several imapd and sometimes one or more lmtp processes which never disappear. Olaf

Re: sieve with sendmail 8.12 ... permissions problems ...

2002-03-27 Thread Olaf Zaplinski
Marc G. Fournier wrote: > Anyone using 8.12 yet? Just delivered an email to an account that has > sieve filtering turned on, and get the following in the maillog: > > Mar 26 13:39:32 nsnet sendmail[38611]: NOQUEUE: SYSERR(cyrus): can not >chdir(/var/spool/clientmqueue/): Permission denied > >

Re: bug in imapd-2.1.3 / Berkeley DB

2002-03-26 Thread Olaf Zaplinski
Hi Prune, Prune wrote: > can you add the result of the 'configure' ? look at the begining when it > tests for gcc do you mean this? checking whether the C compiler (gcc -I/usr/local/BerkeleyDB.3.3/include -L/usr/local/BerkeleyDB.3.3/lib) works... yes checking whether the C compiler (gcc -I/us

bug in imapd-2.1.3 / Berkeley DB

2002-03-26 Thread Olaf Zaplinski
Hi *, following bug occured: 1. CPPFLAGS=-I/usr/local/BerkeleyDB.3.3/include \ LDFLAGS=-L/usr/local/BerkeleyDB.3.3/lib \ ./configure 2. make 3. make install 4. start of cyrus => 'incorrect version of Berkeley db: compiled against 3.1.17, linked against 3.3.11' So I re-started 3. and voila: g

Re: How to shrink /var/spool/imap/db/* ...

2002-01-30 Thread Olaf Zaplinski
Ken Murchison wrote: > > "Marc G. Fournier" wrote: > >>Is it possible? >> > > http://www.sleepycat.com/docs/utility/db_archive.html > > FYI, we are working on adding functionality like this to ctl_cyrusdb. Did I get that right? What I did: -- 1. -- binky:/var/imap/db # /etc/init.d/cyrus-i

Re: error log entries with 2.1

2002-01-25 Thread Olaf Zaplinski
Rob Siemborski wrote: > On Fri, 25 Jan 2002, Olaf Zaplinski wrote: > > >>Can someone tell me what's going on here please? >> > > The "unable to get entry point" messages are Mostly Harmless (not all > modules implement all of a client, server, cano

error log entries with 2.1

2002-01-25 Thread Olaf Zaplinski
Hi *, yesterday I switched from sasl-1.5.27 to sasl-2.1.0 and from imapd-2.0.16 to imapd-2.1.1. Everything works fine since then, just as before. But I get unknown log entries. When one mail arrives, the log entries are like this in chronological order: ==> mail <== Jan 25 19:08:40 binky send

Re: sieve connexion

2001-11-28 Thread Olaf Zaplinski
Luca Olivetti wrote: > He'll probably have the same problem with sieveshell, at least I do: /me too: olaf@binky:~ > sieveshell Can't locate Cyrus/SIEVE/managesieve.pm in @INC (@INC contains: /usr/lib/perl5/5.6.0/i586-linux /usr/lib/perl5/5.6.0 /usr/lib/perl5/site_perl/5.6.0/i586-linux /usr/lib/

Re: Delete button grayed out in Netscape

2001-04-13 Thread Olaf Zaplinski
"Aaron M. Stromas" wrote: > > On the good side I finally configured sandmail to work with Cyrus. The > question now is why Netscape 4.76 won't let me delete mail from th > INBOX? The "delete" button is grayed out. Mozilla works fine, however... > > Is there something that can be done to restore

Re: Where does configure look for berkeleyDB?

2001-04-11 Thread Olaf Zaplinski
Try export LDFLAGS="-L/usr/local/BerkeleyDB.3.2/lib" export CFLAGS="-I/usr/local/BerkeleyDB.3.2/include" before ./configure Good luck! I never got IMAPD 2.0.12 compiled on a Debian 2.2 'potato' box, but this helped me to compile Courier IMAPD... ;-) Olaf jennyw wrote: > > I'm trying to insta

Re: Compilation probs:- ldb-3

2001-04-05 Thread Olaf Zaplinski
]: *** [sasldblistusers.o] Error 1 Olaf > - Original Message - > From: "Olaf Zaplinski" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, April 05, 2001 3:54 AM > Subject: Re: Compilation probs:- ldb-3 > > > GOMBAS Gabor wrote: &

Re: Compilation probs:- ldb-3

2001-04-05 Thread Olaf Zaplinski
GOMBAS Gabor wrote: > > On Wed, Apr 04, 2001 at 11:20:18PM +0200, Olaf Zaplinski wrote: > > > For me, the only way to make it work is to get a distro with 'built in' db3 > > (SuSE 7.1). Reason: even if you get all db3 stuff installed and configure > > ac

Re: Compilation probs:- ldb-3

2001-04-04 Thread Olaf Zaplinski
paul wrote: > > Hi all, > > downloaded 2.0.12 and ran into problems during the ./configure process. > It bailed when looking for a properly configured db3 install. I didn't > have it, so I downloaded and installed the appropriate db3 and db3-devel > rpms from rpmfind.net. Still failed, which I t

segfault when starting master

2001-03-29 Thread Olaf Zaplinski
Hi all, I have 2 Linux machines, they are almost identical: Kernel 2.2.18 cyrus-imapd-2.0.12 cyrus-sasl-1.5.24 Berkeley DB 3.1.17 openssl-0.9.6 sendmail 8.11.3 One is a SuSE 7.1 distro, the Berkeley DB and openssl came as a RPMs; the other one is a Debian 2.2, and it was hard work to get Berke

Re: sent items folder on inbox level

2001-03-27 Thread Olaf Zaplinski
Tom Karches wrote: > [...] > I've never heard of being able to store all folders (including Inbox) at > the same level in Cyrus unless : > > - you are running Cyrus as an administrative user, which lets you create > folders anywhere you want. Running IMAP clients as an administrative > users is g

Re: sent items folder on inbox level

2001-03-23 Thread Olaf Zaplinski
"Scot W. Hetzel" wrote: > [...] > > 2. I have SASL with CRAM-MD5, Plain and Digest-MD5 but I can't use the > > secure authentication connection from outlook. I checked with imtest and > > sasl works with all auth method. Is outlook using something else? > > > When you compiled Cyrus-SASL, did you

no big msgs?

2001-03-22 Thread Olaf Zaplinski
Hi all, yesterday I wanted to download a big mail (6.5 MB) - but after about 10-20%, the mail clients stopped downloading. The clients: MS Outlook 97 (pop3) MS OE (imap) NS Messenger 4.76 (imap, Linux) I am lucky, I am root@my-mail-server, so I could scp the files I needed at home. Did anyone

Re: Default Mailbox / Inbox settings.

2001-03-13 Thread Olaf Zaplinski
"Scot W. Hetzel" wrote: > [...] > see the following for more information: > > http://asg.web.cmu.edu/archive/message.php3?index=5091&array_index=2 > > P.S. Maybe the above should be added to the Cyrus-IMAP FAQ, as it appears > that I keep answering the same question. > > Scot Yup, that wor

no folder creation

2001-03-10 Thread Olaf Zaplinski
Hi all, now I have it all up and running... :-) But now the clients (Netscape 4, OE 5) don't work as expected: they see their INBOX, but the other folders (Trash, Sent...) can be created, but they are not shown and so cannot been used. Has anyone had that problem before? Olaf

perl ok now - next problem

2001-03-09 Thread Olaf Zaplinski
Hi, thanks a lot for the hints, I moved two directories from /usr/local/lib/site_perl to /usr/lib/perl5... now it works, but I have the next problem: imtest says: cyrus@ridcully:~ > imtest -m login -p imap localhost C: C01 CAPABILITY failure: prot layer failure The log says then: Mar 10 00:15

perl error with cyradm

2001-03-09 Thread Olaf Zaplinski
Hi all, I get an error whenever I start cyradm: Can't locate Cyrus/IMAP/Shell.pm in @INC (@INC contains: /usr/lib/perl5/5.6.0/i586-linux /usr/lib/perl5/5.6.0 /usr/lib/perl5/site_perl/5.6.0/i586-linux /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl .). BEGIN failed--compilation aborted.