SV: SV: [courier-users] Compiling

2006-03-20 Thread Göran Höglund
Hi, I did somthing similar as Bill when I saw that sun linker still was the choice despite the configure settings. I simply shortcircuit the sun linker by renaming it to ld.SAVE. Now the build of my authlib works, so now on to the major courier build. /GH -Ursprungligt meddelande- Från: [

Fw: [courier-users] please help, problem with perlfilter...

2006-03-20 Thread Ricardo Kleemann
Hi, Can someone help me out with this...? Thanks Ricardo - Original Message - From: "Ricardo Kleemann" <[EMAIL PROTECTED]> To: Sent: Sunday, March 19, 2006 9:05 PM Subject: [courier-users] please help, problem with perlfilter... Hi, I've setup courier to run perlfilter. However i

Re: SV: [courier-users] Compiling

2006-03-20 Thread Bill Taroli
Sam Varshavchik wrote: Göran Höglund writes: Hi, Well I tried: ./configure CPPFLAGS=-I/usr/local/BerkeleyDB/include CCLD=/usr/local/bin/ld CXXLD=/usr/local/bin/ld But ended up with the same result. I guess BillT is on the track the configure script writes the following: checking whether the gc

Re: SV: [courier-users] Compiling

2006-03-20 Thread Bill Taroli
Sam Varshavchik wrote: Göran Höglund writes: Hi, Well I tried: ./configure CPPFLAGS=-I/usr/local/BerkeleyDB/include CCLD=/usr/local/bin/ld CXXLD=/usr/local/bin/ld But ended up with the same result. In addition to CXXLD and CCLD, also try setting LD= Now we're getting somewhere. I see that

Re: [courier-users] Courier

2006-03-20 Thread Sam Varshavchik
Julie S. Lin writes: imapd-ssl: couriertls: malloc: Cannot allocate memory I think this has been happening since we rebuilt the mail server. Any ideas? It seems to be a "simple" out of memory error, but I'm unable to figure out where to configure memory use. I'd really appreciate any point

Re: [courier-users] Courier

2006-03-20 Thread Jay Lee
Julie S. Lin wrote: Hi, I'm getting the following errors when trying to establish a 993 ssl connection and it's hit and miss. every once in a while it'll work just fine, but other times I get weird errors. The two most common are ... imapd-ssl: /usr/lib/courier/bin/couriertls: error while

[courier-users] Courier

2006-03-20 Thread Julie S. Lin
Hi, I'm getting the following errors when trying to establish a 993 ssl connection and it's hit and miss. every once in a while it'll work just fine, but other times I get weird errors. The two most common are ... imapd-ssl: /usr/lib/courier/bin/couriertls: error while loading shared libra

[courier-users] configure: error: Cannot find function res_query

2006-03-20 Thread Brent Robinson
Hi,   I am attempting to install Courier 0.53.1 on a Mac running OSX 10.3.9.  Whenever I execute the "configure" script, it fails with the following error:   checking whether -lresolv is needed for res_query... configure: error: Cannot find function res_queryconfigure: error: /bin/sh './conf

RE: [courier-users] Re: Broken bodyless mails kill my clients !

2006-03-20 Thread Bowie Bailey
Michelle Konzack wrote: > Hello Bowie, > > Am 2006-03-16 15:30:18, schrieb Bowie Bailey: > > > Yea, Outlook has some annoying problems. > > > > I've run into the same thing. What I did was write a small program > > which scans all the maildirs and removes any messages that don't > > have a body

RE: [courier-users] Negate Maildroprc Regex

2006-03-20 Thread Bowie Bailey
Alessandro Vesely wrote: > Bowie Bailey wrote: > > Lyndon Tiu wrote: > > > > > I wrote a maildroprc: > > > > > > - > > > if \ > > > ( \ > > > /^To:.*all.*/ \ > > > && \ > > > ( \ > > > ( /^From:.*user1.*/ ) \ > > > > > > > > \ > > > > > > ( /^From:.*user2

[courier-users] Re: Broken bodyless mails kill my clients !

2006-03-20 Thread Michelle Konzack
Hello Bowie, Am 2006-03-16 15:30:18, schrieb Bowie Bailey: > Yea, Outlook has some annoying problems. > > I've run into the same thing. What I did was write a small program > which scans all the maildirs and removes any messages that don't have > a body (ie: no blank lines in the file). Since

[courier-users] Re: Order of running courierfilters?

2006-03-20 Thread Lloyd Zusman
Alessandro Vesely <[EMAIL PROTECTED]> writes: > A few mumblings about that patch > > Lloyd Zusman wrote: > [...] >> +#define FILTER_LIST_INCREMENT 8 >> + >> +static char **filterlist = NULL; >> +static int filterlistsize = 0; >> +static int nfilters = 0; >> + >> +static void fr

Re: [courier-users] Re: Order of running courierfilters?

2006-03-20 Thread Alessandro Vesely
A few mumblings about that patch Lloyd Zusman wrote: [...] +#define FILTER_LIST_INCREMENT 8 + +static char **filterlist = NULL; +static int filterlistsize = 0; +static int nfilters = 0; + +static void free_filters() +{ + if (filterlist != NULL) + { + for (int