Re: cvs imapd configure errors out on the SASL libs

2002-10-03 Thread Joe Rhett
Forget I said that. Operator error. The fix is in. On Thu, Oct 03, 2002 at 09:04:39PM -0700, Joe Rhett wrote: > I can't find the original e-mail but I thought someone said they had solved > this -- but either it isn't checked into CVS, or it isn't merged into the > cyrus_2_2 tree, because a fre

Re: cvs imapd configure errors out on the SASL libs

2002-10-03 Thread Joe Rhett
I can't find the original e-mail but I thought someone said they had solved this -- but either it isn't checked into CVS, or it isn't merged into the cyrus_2_2 tree, because a fresh new pull from CVS was still compiling the conftest program without the --with-sasl paths, and I had to create symbol

Re: TimSieved dies silently, exit status 75 .. in config.c?

2002-10-03 Thread Joe Rhett
I did a completely clean suck from CVS and rebuilt, and you were right -- problem gone. Danke schon! On Thu, Oct 03, 2002 at 02:38:50PM -0700, Joe Rhett wrote: > Ah -- I believe that I always do a make clean, but it won't hurt me to try > the build process again. > > On Thu, Oct 03, 2002 at 03:

Re: More on RedHat 8.0, Cyrus compile problems

2002-10-03 Thread Mark Keasling
Hi, CPPFLAGS="-I/usr/local/include ${CPPFLAGS}" This line in the configure script causes gcc-3.2 to emit a warning. Apparently, it wants to automatically add the directory and complains if it is already there. Or maybe it is rearranging the search order from that which was specified. cc1: warn

bare newliines

2002-10-03 Thread Daniel Moore
Hi cyrusers! I've been importing mail from Eudora. I import the mail into Mozilla, using the import function. It then appears in "local mail". I then copy the mail over to the IMAP server. I've often been copying emal I hit an email that is not properly constructed and aborts the copy fails. T

Re:Re: reconstruct after deleting folders

2002-10-03 Thread Phil Ellett
Hi folks, I am running Cyrus IMAP 2.1.9 and have been having problems with deleted folders still appearing in the mailbox list. ctl_mboxlist -d > mailboxes.txt vi mailboxes.txt and remove entries for deleted folders ctl_mboxlist -u < mailboxes.txt If I then repeat ctl_mboxlist -d > mailboxes.t

Re: [POLL] NNTP support for Cyrus?

2002-10-03 Thread Michael Bacon
Well, I'm late to the picnic again (therein lies the danger of sieving list traffic into a separate folder -- too easy to ignore), but I'm definitely intrigued by this concept. Just this morning, several folks on the staff here and I were discussing how to better utilize netnews as an alternat

Re: TimSieved dies silently, exit status 75 .. in config.c?

2002-10-03 Thread Joe Rhett
Ah -- I believe that I always do a make clean, but it won't hurt me to try the build process again. On Thu, Oct 03, 2002 at 03:26:42PM -0400, Rob Siemborski wrote: > On Thu, 3 Oct 2002, Joe Rhett wrote: > > > > Is this a new problem since you've done a CVS update? If so, try doing a > > > make

Re: More on RedHat 8.0, Cyrus compile problems

2002-10-03 Thread Kevin P. Fleming
Ken Murchison wrote: > > "Kevin P. Fleming" wrote: > >>Ken Murchison wrote: >> >>>No released version of Cyrus and SASL will work with gcc3. You'll have >>>to grab both from CVS. >>> >>> >> >>Really? My system here is running both (SASL 2.1.7 and IMAPD 2.1.9), >>compiled with GCC 3.2 and not ex

Re: TimSieved dies silently, exit status 75 .. in config.c?

2002-10-03 Thread Joe Rhett
> > I'm using CVS'd cyrus_2_2. For some reason that I can't figure out, > > timsieved dies with: > > Is this a new problem since you've done a CVS update? If so, try doing a > make clean and trying again. I haven't tried Sieve since I started working with Cyrus v2 at all. Last time I had it w

Re: More on RedHat 8.0, Cyrus compile problems

2002-10-03 Thread Carlos Velasco
On 03/10/2002 at 10:39 Kevin P. Fleming wrote: >Ken Murchison wrote: >> No released version of Cyrus and SASL will work with gcc3. You'll have >> to grab both from CVS. >> >> > >Really? My system here is running both (SASL 2.1.7 and IMAPD 2.1.9), >compiled with GCC 3.2 and not experiencing an

Re: More on RedHat 8.0, Cyrus compile problems

2002-10-03 Thread Ken Murchison
Luke Johnson wrote: > > So... How about some free advice then... :) > > In the List's opinion... starting from scratch, which is better (for a > production server)... > > RH8.0/gcc3.x and CVS cyrus packages > or > RH7.3/gcc2.x and stable cyrus-imapd-2.1.9/cyrus-sasl-2.1.7 > > Will gcc3.x be

Re: More on RedHat 8.0, Cyrus compile problems

2002-10-03 Thread Ken Murchison
"Kevin P. Fleming" wrote: > > Ken Murchison wrote: > > No released version of Cyrus and SASL will work with gcc3. You'll have > > to grab both from CVS. > > > > > > Really? My system here is running both (SASL 2.1.7 and IMAPD 2.1.9), > compiled with GCC 3.2 and not experiencing any difficulti

Re: TimSieved dies silently, exit status 75 .. in config.c?

2002-10-03 Thread Rob Siemborski
On Thu, 3 Oct 2002, Joe Rhett wrote: > > Is this a new problem since you've done a CVS update? If so, try doing a > > make clean and trying again. > > I haven't tried Sieve since I started working with Cyrus v2 at all. Last > time I had it working was v1. Nothing I knew them may apply. You mis

Re: More on RedHat 8.0, Cyrus compile problems

2002-10-03 Thread Carlos Velasco
On 03/10/2002 at 10:38 Luke Johnson wrote: >Hey there, having a little compile problem, think it might be gcc3.2 ... ... >make[2]: Entering directory `/home/luke/cyrus-sasl-2.1.7/sasldb' >gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/usr/local/include >-I/usr/lib/mysql -Wall -W -g -O2 -c .

Re: More on RedHat 8.0, Cyrus compile problems

2002-10-03 Thread Luke Johnson
So... How about some free advice then... :) In the List's opinion... starting from scratch, which is better (for a production server)... RH8.0/gcc3.x and CVS cyrus packages or RH7.3/gcc2.x and stable cyrus-imapd-2.1.9/cyrus-sasl-2.1.7 Will gcc3.x be the 'new, have to have thing' and handy for

Re: More on RedHat 8.0, Cyrus compile problems

2002-10-03 Thread Kevin P. Fleming
Ken Murchison wrote: > No released version of Cyrus and SASL will work with gcc3. You'll have > to grab both from CVS. > > Really? My system here is running both (SASL 2.1.7 and IMAPD 2.1.9), compiled with GCC 3.2 and not experiencing any difficulties at all. Is there something I should be a

Re: More on RedHat 8.0, Cyrus compile problems

2002-10-03 Thread Ken Murchison
No released version of Cyrus and SASL will work with gcc3. You'll have to grab both from CVS. Luke Johnson wrote: > > Hey there, having a little compile problem, think it might be gcc3.2 ... > > I'm wondering if anybody has a real simple solution that I'm missing, or > maybe even similar expe

More on RedHat 8.0, Cyrus compile problems

2002-10-03 Thread Luke Johnson
Hey there, having a little compile problem, think it might be gcc3.2 ... I'm wondering if anybody has a real simple solution that I'm missing, or maybe even similar experiences? Well, here's the story: Just put together a cyrus-imapd-2.1.9/cyrus-sasl-2.1.7 box last week on RH7.3 with the foll

Re: Berkeley DB4 can;t allocate memory errors

2002-10-03 Thread Aidan Evans
On Wed, 2 Oct 2002 at 11:41 Aidan Evans wrote to [EMAIL PROTECTED] >On Tue, 1 Oct 2002 at 13:44 Aidan Evans wrote to [EMAIL PROTECTED] > >> Anybody seen errors like this before and have suggestions about what to do >>about them? >> >> Sep 27 22:50:07 imap imapd[32227]: DBERROR db4: Lock tab

Re: TimSieved dies silently, exit status 75 .. in config.c?

2002-10-03 Thread Rob Siemborski
On Wed, 2 Oct 2002, Joe Rhett wrote: > I'm using CVS'd cyrus_2_2. For some reason that I can't figure out, > timsieved dies with: Is this a new problem since you've done a CVS update? If so, try doing a make clean and trying again. -Rob -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

Re: Folder deliver

2002-10-03 Thread Patrick Welche
On Wed, Oct 02, 2002 at 03:53:15PM +0400, Sergey Merkuriev wrote: > Hello All, > > I know what this is not exim mail list, but I ask one question. > I have Exim SMTP Server and have rule for deliver mail to Cyrus: > > local_delivery: > driver = smtp > protocol = lmtp > hosts = 127.0.

Re: Cyrus 2.2 temp file problem when delivering to default domain?

2002-10-03 Thread Ken Murchison
I know where this message is coming from, and you _should_ see an error message in imapd.log. I'd also check your available disk space and/or the number of files in the staging area (/var/spool/imap/stage.) Is the spooldir for the default domain on a different partition from the other domains?

Re: thought's about upgrading to RedHat 8.0

2002-10-03 Thread Adam Williams
>If you're concerned about the Slapper worm, upgrade your Apache+SSL only. >For other security updates, if you didn't compile the software yourself, >use the RH up2date feature. It should have all the pertinent security fixes >available there. RedHat has OpenSSL packages that resolve the slapp

Cyrus : Mailboxlist incomplete

2002-10-03 Thread Tijl Dullers
Hello I'm running the following version of Cyrus: name : Cyrus version: v2.0.16 vendor : Project Cyrus support-url: http://asg.web.cmu.edu/cyrus os : Linux os-version : 2.4.7-10 environment: Cyrus SASL 1.5.24 Sleepycat Software: Berkeley DB 3.2.9: (January 24,

Re: Cyrus 2.2 temp file problem when delivering to default domain?

2002-10-03 Thread Ken Murchison
syslog data would be nice. I'm also curious what happens if you send to two recipients in the default domain? I'll look into this as soon as you can send me this info. Ken Quoting Jonathan Marsden <[EMAIL PROTECTED]>: > I have made myself a Red Hat 7.3 RPM of the CVS Cyrus 2.2 (as of 26 > S

Cyrus 2.2 temp file problem when delivering to default domain?

2002-10-03 Thread Jonathan Marsden
I have made myself a Red Hat 7.3 RPM of the CVS Cyrus 2.2 (as of 26 Sep 2002) and installed it on some test Red Hat 7.3 systems here. The virtual domain handling seems to "almost" work for me! What I reliably and reproducibly get is an error about a temporary file and non-delivery of email, to m