Re: [Dbmail-dev] DBMail LDAP Howto?

2006-03-14 Thread Kevin Baker
Great. So I was hoping to install the 2.1.x branch on Debian 3.1 to get the new Sieve features. I updated my /etc/apt/sources.list file with the experimental repos, and ran apt-get -f install dbmail2-mysql-ldap I am getting the following response. Any ideas? " The following packages have unmet

Re: [Dbmail-dev] DBMail LDAP Howto?

2006-03-14 Thread Marc Dirix
Try installing the dependancies, and see if those depend on something else which causes the problem e.g. apt-get install libdbmail-mysql On Mon, Mar 13, 2006 at 03:29:10PM -0800, Kevin Baker wrote: > Great. So I was hoping to install the 2.1.x branch on > Debian 3.1 to get the new Sieve featur

Re: [Dbmail-dev] DBMail LDAP Howto?

2006-03-14 Thread Kevin Baker
So When I do this I end up hitting a wall at... [code] libdbmail-mysql: Depends: dbmail2.2-base but it is not going to be installed The following packages have unmet dependencies: dbmail2.2-base: Depends: libc6 (>= 2.3.5-1) but 2.3.2.ds1-22 is to be installed Depends: libglib

Re: [Dbmail-dev] DBMail LDAP Howto?

2006-03-14 Thread Paul J Stevens
No Kevin, your libs are too old. Are you running sarge? Try setting some testing lines in sources.list. Kevin Baker wrote: > So > > When I do this I end up hitting a wall at... > > [code] > libdbmail-mysql: Depends: dbmail2.2-base but it is not > going to be installed > > The following packages

Re: [Dbmail-dev] dbmail2.1.5 problems with inserting

2006-03-14 Thread Paul J Stevens
Marc, This smells like a double free I fixed recently. Please try svn-trunk. Marc Dirix wrote: > Hi, > > I've compiled and installed dbamil2.1.5 at the moment, and am getting > this problem: > > Mar 13 21:58:30 xi dbmail/smtp[10737]: pipe.c, insert_messages: temporary > message deleted from da

Re: [Dbmail-dev] dbmail2.1.5 problems with inserting

2006-03-14 Thread Marc Dirix
svn-trunk (2013), like indicated has a segfaulting dbmail-smtp Using lmtp atm. /Marc On Tue, Mar 14, 2006 at 09:09:41AM +0100, Paul J Stevens wrote: > Marc, > > This smells like a double free I fixed recently. Please try svn-trunk. > > Marc Dirix wrote: > > Hi, > > > > I've compiled and inst

[Dbmail-dev] Patch against svn-2023: bandaid for CHARSET searches

2006-03-14 Thread Matthew Sayler
Hello, My squirrelmail instance seems to issue the following command when doing SEARCH's of a mailbox for a given string (in this case "foo"): A008 UID SEARCH CHARSET ISO-8859-1 ALL FROM {3} foo the "CHARSET ISO-8859-1" bit confused dbmail -- and the search turns into a search all.. not very co

[Dbmail-dev] [DBMail 0000294]: Server doesn't work properly with messages with empty body

2006-03-14 Thread bugtrack
A NOTE has been added to this issue. == http://www.dbmail.org/mantis/view.php?id=294 == Reported By:idk Assigned To: =

[Dbmail-dev] [DBMail 0000301]: Autoreply sets "From:" header to "unkown"

2006-03-14 Thread bugtrack
A NOTE has been added to this issue. == http://www.dbmail.org/mantis/view.php?id=301 == Reported By:idk Assigned To: =

Re: [Dbmail-dev] DBMail LDAP Howto?

2006-03-14 Thread Kevin Baker
Oops, Thanks Paul. You are exactly right. I'll work on tweaking my source.list as you described. I'll post once I have the solution for this. Can't wait to play with 2.1.x - Kevin --- Paul J Stevens <[EMAIL PROTECTED]> wrote: > No Kevin, your libs are too old. Are you running sarge? > Try s

Re: [Dbmail-dev] Patch against svn-2023: bandaid for CHARSET searches

2006-03-14 Thread Paul J Stevens
Done. Matthew Sayler wrote: > Hello, > > My squirrelmail instance seems to issue the following command when doing > SEARCH's of a mailbox for a given string (in this case "foo"): > > A008 UID SEARCH CHARSET ISO-8859-1 ALL FROM {3} > foo > > the "CHARSET ISO-8859-1" bit confused dbmail -- and th

Re: [Dbmail-dev] DBMail LDAP Howto?

2006-03-14 Thread Kevin Baker
Unpacking libglib2.0-0 (from .../libglib2.0-0_2.8.6-1_i386.deb) ... So it looks like it works, but thought I'd just post for the list and to be sure all the versions look correct. I switched my sources.list to the following: [code] (-) deb http://http.us.debian.org/debian/ stable main non-f

[Dbmail-dev] How about making -v work for the daemons?

2006-03-14 Thread Matthew Sayler
Hi, Here is a modest patch to enable verbose logging to STDERR when -v is passed to dbmail-imapd. The comments in -h imply that this is the proper behavior, and I think it would be nice to have. Obviously the same idea could be applied to the other daemons. Matt [EMAIL PROTECTED]:/usr/src/svn/d