Re: 2.0.16 on Mac OS X 10.1.3

2002-03-29 Thread Mark Derbyshire
--On Wednesday, 2002 March 27 13:19 -0700 Michael Bartosh [EMAIL PROTECTED] wrote: ...I'm using 2.0.16, since I ldap doesn't work with libsasl2 yet. Running with these flags: [sstout:~] admin% printenv | grep FLAGS CPPFLAGS=-I/sw/include LDFLAGS=-flat_namespace -L/sw/lib

Re: Sieve and header manipulation?

2002-03-29 Thread GOMBAS Gabor
On Fri, Mar 29, 2002 at 12:10:17AM -0600, Amos Gouaux wrote: Sieve is based on a standard with particular design goals in mind. You might want to visit http://www.cyrusoft.com/sieve/ I know the standard and I do not know why the following should not work: require addheader; if not exists

Re: Problem with imapd 2.1.3 not closing TCP session

2002-03-29 Thread Jeremy Howard
Mike Brady wrote: I am observing a problem where imapd occasionally does not close the TCP session properly. This only seems to occur with 2.1.3. ...original details at end... We are also seeing an odd problem with 2.1.3. It may or may not be related to Mike's issue. We are using the skiplist

Re: Problem with imapd 2.1.3 not closing TCP session

2002-03-29 Thread Scott Adkins
I will post a problem report from what we have experienced on the Compaq Alpha Tru64 system a little later this morning (I am pressed for time at this very second). In any the case, we do experience the lossage of ports from time to time, but I believe I understand why (which is what I will

Problem with cyrus: daemon not responding - ctl_mboxlist running

2002-03-29 Thread Kennedy van Dam Eric
Hi everybody. We suffer a problem with Cyrus-sasl. Taper (backup application) completly froze the server and we need to make a hard reboot. Since this reboot, people are unable to connect to their mail account (using imap4 or pop3). For a while, restarting cyrus service only seems to restart

Re: Problem with cyrus: daemon not responding - ctl_mboxlist running

2002-03-29 Thread Nick Ustinov
Which version of cyrus are you using? And why do you say that the problem is with cyrus-sasl? ctl_mboxlist is using cyrus-imapd mailbox database. You can try to kill ctl_mboxlist, then go to /usr/cyrus/bin do su cyrus and run ./ctl_cyrusdb -r. I guess in older versions it was ctl_mboxlist -r but

Re: Cyrus-Imap/Sieve/Postfix/SuSE7.3

2002-03-29 Thread Nick Ustinov
Make sure you have sievedir: /usr/sieve in your /etc/imapd.conf Sincerely, Nick - Original Message - From: Alain Barthélemy [EMAIL PROTECTED] To: Cyrus-list [EMAIL PROTECTED] Cc: cassandre [EMAIL PROTECTED] Sent: Friday, March 29, 2002 15:27 Subject: Cyrus-Imap/Sieve/Postfix/SuSE7.3

cyrus imapd 2.1.3

2002-03-29 Thread Andreas Meyer
ehlo all! I can´t get the cyrus to run. I compiled with env CPPFLAGS=-I/usr/local/include LDFLAGS=-s CPPFLAGS=-I/usr/local/BerkeleyDB.3.1/include \ LDFLAGS=-L/usr/local/BerkeleyDB.3.1/lib -R/usr/local/BerkeleyDB.3.1/lib \ ./configure --with-dblib=berkeley \

Re: 2.0.16 on Mac OS X 10.1.3

2002-03-29 Thread Michael Bartosh
At 1:07 AM -0700 3/29/02, Mark Derbyshire wrote: Similarly setproctitle.c uses sys/resource.h that in OS X doesn't include sys/time.h and needs it, but you can add it and that works. hmm. Adding #include sys/time.h to setproctitle.c, and removing all references to msg.h (whose functionality

Re: cyrus imapd 2.1.3

2002-03-29 Thread Andreas Meyer
Hello! Am Fri, 29 Mar 2002 14:08:38 -0500 schrieb Clifford Thurber: I had a similar problem on RedHat. It ended up that the distro shipped with a version of BerkeleyDB and the header file in /usr/include/db.h was being used instead of the one installed in /usr/local/BerkeleyDBx.x which is

sieve websieve weirdness

2002-03-29 Thread kboyd
Good Afternoon! I'm having weird issues with my websieve stuff on my new server. I'm using websieve and testing the functions. Checking it with straight up sieveshell. Server solaris 8, cyrus 2.1.1. Everything looks good for straight mail and receipt except this piece. (I finally got SSL

Re: cyrus imapd 2.1.3

2002-03-29 Thread Andreas Meyer
Hello! Am Fri, 29 Mar 2002 14:41:51 -0500 schrieb Clifford Thurber: you might try to run trace strace on the master process and see what calls are being made. Got an interesting output. I hope it´s ok to post it here, sorry. execve(./master, [./master], [/* 48 vars */]) = 0

sieveshell limit

2002-03-29 Thread Mathieu Arnold
Hi Is there a limit on the size of scripts that the sieve server can handle ? because I don't seem to be able to get scripts larger than 32kB. -- Mathieu Arnold

Re: cyrus imapd 2.1.3

2002-03-29 Thread simon
this is all ok if you notice it is looking for libraries and finding them , I cant see one it fails on. -- Simon Got an interesting output. I hope it´s ok to post it here, sorry. execve(./master, [./master], [/* 48 vars */]) = 0 open(/etc/ld.so.preload, O_RDONLY)= -1 ENOENT (No

Re: cyradm Undefined symbols:

2002-03-29 Thread Michael Bartosh
At 1:21 AM -0700 3/29/02, Mark Derbyshire wrote: cyradm and perl are the two cesspools for Mac OS X. Some cryptic notes that migtht help: The perl stuff fails to link with -lsasl because it doesnt't accept the LDFLAGS from the config files. Changed Makefile.in in perl to have:

Re: cyradm Undefined symbols:

2002-03-29 Thread Michael Bartosh
I'm baffled by the Decoding Error in syslog- usually, there's some indication from Google what's going on. But no Decoding Errors (outside of TLS, which I'm not currently using) seem to be mentioned in reference to cyrus imapd. To recap- cyradm locally fails, because it can't find my sasl

Re: sieve websieve weirdness

2002-03-29 Thread Ken Murchison
[EMAIL PROTECTED] wrote: Good Afternoon! I'm having weird issues with my websieve stuff on my new server. I'm using websieve and testing the functions. Checking it with straight up sieveshell. Server solaris 8, cyrus 2.1.1. Everything looks good for straight mail and receipt

Re: sieveshell limit

2002-03-29 Thread Lawrence Greenfield
Date: Fri, 29 Mar 2002 23:33:41 +0100 From: Mathieu Arnold [EMAIL PROTECTED] Is there a limit on the size of scripts that the sieve server can handle ? because I don't seem to be able to get scripts larger than 32kB. man imapd.conf You want to tweak that variable

Re: sieveshell limit

2002-03-29 Thread Mathieu Arnold
--On vendredi 29 mars 2002 22:05 -0500 Lawrence Greenfield [EMAIL PROTECTED] wrote: Date: Fri, 29 Mar 2002 23:33:41 +0100 From: Mathieu Arnold [EMAIL PROTECTED] Is there a limit on the size of scripts that the sieve server can handle ?because I don't seem to be able to get