Re: [Dbmail] Problem building ARMHF Debian deb file

2014-12-28 Thread Paul J Stevens
On 28-12-14 13:02, David Goodenough wrote: > Is the changelog the only place I need to adjust the version? It is the only place to specify the debian build version, yes. If you install the devscripts package, there is a helper to edit that file called 'dch' -- _

Re: [Dbmail] Problem building ARMHF Debian deb file

2014-12-28 Thread David Goodenough
On Sunday 28 December 2014 12:52:47 Paul J Stevens wrote: > On 28-12-14 12:48, David Goodenough wrote: > >> dpkg-buildpackage: source version 3.0.2-1 > > You really should update debian/changelog to reflect the version you're > building: 3.2.2-1 > > > I then had a problem where it complained that

Re: [Dbmail] Problem building ARMHF Debian deb file

2014-12-28 Thread Paul J Stevens
On 28-12-14 12:48, David Goodenough wrote: >> dpkg-buildpackage: source version 3.0.2-1 You really should update debian/changelog to reflect the version you're building: 3.2.2-1 > I then had a problem where it complained that it could not use quilt > and download the relevant source tarball.

Re: [Dbmail] Problem building ARMHF Debian deb file

2014-12-28 Thread Paul J Stevens
On 23-12-14 19:08, David Goodenough wrote: > I am trying to install dbmail on a Cubieboard-2, which is an armhf system. > > The Cubieboard-2 is installed using the standard debian-installer as a jessie > (i.e. currently testing) system. > > I have installed all the dependencies, and git cloned

Re: [Dbmail] Problem building ARMHF Debian deb file

2014-12-28 Thread David Goodenough
On Tuesday 23 December 2014 18:08:22 David Goodenough wrote: > I am trying to install dbmail on a Cubieboard-2, which is an armhf system. > > The Cubieboard-2 is installed using the standard debian-installer as a > jessie (i.e. currently testing) system. > > I have installed all the dependencies,

Re: [Dbmail] Problem running dbmail on a cubieboard2

2014-05-05 Thread David Goodenough
On Monday 05 May 2014 14:30:23 David Goodenough wrote: > I need to run dbmail on a cubieboard2. So I got the debian source and > built it. I am running cubian on the board. > > It builds cleanly, and installs cleanly. > > But when I come to run it in /var/log/dbmail.err it says:- > > AssertExc

Re: [Dbmail] problem with file extension

2013-12-10 Thread Hartmut Liebelt
-boun...@dbmail.org] Im Auftrag von Paul J Stevens Gesendet: Dienstag, 10. Dezember 2013 12:59 An: DBMail mailinglist Betreff: Re: [Dbmail] problem with file extension On 10-12-13 11:56, Hartmut Liebelt wrote: > Hello, > > I use dbmail-3.02. When I get attachements with no file extension

Re: [Dbmail] problem with file extension

2013-12-10 Thread Paul J Stevens
On 10-12-13 11:56, Hartmut Liebelt wrote: > Hello, > > I use dbmail-3.02. When I get attachements with no file extension it > all times appends a .txt extension for text files or a .dat extension > for other files. I really need the file names unchanged for further > processing. Is there a soluti

Re: [Dbmail] Problem getting dbmail 3.1.6 to run

2013-10-10 Thread Pavlo Lavrenenko
On 09/18/2013 10:52 AM, Paul J Stevens wrote: On 09/18/2013 09:32 AM, boot wrote: GLIB: -Wl,--export-dynamic -lgmodule-2.0 -lglib-2.0 Yep! That one is off. Its almost it, but the threads should also be initialized at runtime for old glib2 versions. I've added back n

Re: [Dbmail] Problem getting dbmail 3.1.6 to run

2013-09-20 Thread boot
I upgraded to Glib2 2.32.1 and the problem disappeared, thanks! Maybe line: - Glib (>= 2.16) development headers and libraries. needs a bit updating? -- View this message in context: http://dbmail.10918.n7.nabble.com/Problem-getting-dbmail-3-1-6-to-run-tp33267p33296.html Sent from the dbmail u

Re: [Dbmail] Problem getting dbmail 3.1.6 to run

2013-09-20 Thread Paul J Stevens
On 09/20/2013 02:34 PM, boot wrote: > Any ideas? Sorry, but no! As far as I can tell there is something wrong with either the packaging of glib on your system, or something else is interfering with threading support in glib. Since I don't know or use suse I can't tell you what that might be. Abov

Re: [Dbmail] Problem getting dbmail 3.1.6 to run

2013-09-20 Thread boot
Any ideas? -- View this message in context: http://dbmail.10918.n7.nabble.com/Problem-getting-dbmail-3-1-6-to-run-tp33267p33289.html Sent from the dbmail users mailing list archive at Nabble.com. ___ DBmail mailing list DBmail@dbmail.org http://mailma

Re: [Dbmail] Problem getting dbmail 3.1.6 to run

2013-09-18 Thread boot
Yep, pthread is returned: imap:~/dbmail-3.1.6 # pkg-config --libs glib-2.0 --libs gmodule-2.0 --libs gthread-2.0 -Wl,--export-dynamic -pthread -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 But the end-result is still the same :( output of configure: This is dbmail's GNU configure script. checking

Re: [Dbmail] Problem getting dbmail 3.1.6 to run

2013-09-18 Thread Paul J Stevens
On 09/18/2013 09:32 AM, boot wrote: > GLIB: -Wl,--export-dynamic -lgmodule-2.0 -lglib-2.0 Yep! That one is off. could you try: pkg-config --libs glib-2.0 --libs gmodule-2.0 --libs gthread-2.0 and see if then at least '-pthread' is also returned? If so please try: http:/

Re: [Dbmail] Problem getting dbmail 3.1.6 to run

2013-09-18 Thread boot
This is dbmail's GNU configure script. checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable

Re: [Dbmail] Problem getting dbmail 3.1.6 to run

2013-09-18 Thread Paul J Stevens
On 09/17/2013 05:46 PM, boot wrote: > I had not configured SSL/TLS at all (config options blank), now I generated > key/cert - still not starting up. TLS is *not* required. > > Libglib version that I have installed is: > Name: libglib-2_0-0 > Version: 2.22.5-0.8.8.1 That is quite old, but I rea

Re: [Dbmail] Problem getting dbmail 3.1.6 to run

2013-09-17 Thread boot
I had not configured SSL/TLS at all (config options blank), now I generated key/cert - still not starting up. Libglib version that I have installed is: Name: libglib-2_0-0 Version: 2.22.5-0.8.8.1 Apparmor was installed, I disabled it but the problem remains. I have both logging options set to 51

Re: [Dbmail] Problem getting dbmail 3.1.6 to run

2013-09-17 Thread Paul J Stevens
On 09/17/2013 02:18 PM, boot wrote: > SLES 11 SP3, 64bit. > At first I tried upgrading from 2.2 (upgrade and dbmail-util -ay went fine), > but always got "Aborting" when trying to start up dbmail-imapd. Then I tried > with empty database - same problem. The abort is triggered by > #5 0x7

Re: [Dbmail] Problem getting dbmail 3.1.6 to run

2013-09-17 Thread Thomas Raschbacher
hmm did you check your ssl/tls config? it seems to stop somewhere there. also is there something in the logs? (if not turn up the log level in the config) Regards On 2013-09-17 14:18, boot wrote: SLES 11 SP3, 64bit. At first I tried upgrading from 2.2 (upgrade and dbmail-util -ay went fine

Re: [Dbmail] Problem with roundcube(0.8.4 and 0.9.2) search after upgrade to 3.1.2 (postgresql)

2013-08-19 Thread Reindl Harald
Am 19.08.2013 10:28, schrieb Paul J Stevens: > On 19-08-13 09:30, Thomas Raschbacher wrote: >> Ok I don't like stability problems ^^ > > They're not really 'massive' problems, and only affect POP3, and are > fixed already, afaik. if my POP3 hangs more than once and never come back i classify it

Re: [Dbmail] Problem with roundcube(0.8.4 and 0.9.2) search after upgrade to 3.1.2 (postgresql)

2013-08-19 Thread Thomas Raschbacher
2013 An: DBMail mailinglist Betreff: Re: [Dbmail] Problem with roundcube(0.8.4 and 0.9.2) search after upgrade to 3.1.2 (postgresql) On 2013-08-14 19:06, Paul J Stevens wrote: On 08/14/2013 04:21 PM, Thomas Raschbacher wrote: Just that it is hardly worth commiting that if paul plans to re

Re: [Dbmail] Problem with roundcube(0.8.4 and 0.9.2) search after upgrade to 3.1.2 (postgresql)

2013-08-18 Thread Reindl Harald (mobile)
:-) Ursprüngliche Nachricht Von: Thomas Raschbacher Gesendet: Mon Aug 19 08:34:06 MESZ 2013 An: DBMail mailinglist Betreff: Re: [Dbmail] Problem with roundcube(0.8.4 and 0.9.2) search after upgrade to 3.1.2 (postgresql) On 2013-08-14 19:06, Paul J Stevens wrote: > On 08/14/2013 04:21 PM, Tho

Re: [Dbmail] Problem with roundcube(0.8.4 and 0.9.2) search after upgrade to 3.1.2 (postgresql)

2013-08-14 Thread Reindl Harald
Am 14.08.2013 16:02, schrieb Thomas Raschbacher: > On 2013-08-14 14:58, Thomas Raschbacher wrote: >>> so i would prefer 3.1.3 after this is solved >>> Yeah I've been following this a bit - but fortunately no Apple Mail here so >>> ^^ >> Anyway I don't mind waiting a bit - unless the applemail pr

Re: [Dbmail] Problem with roundcube(0.8.4 and 0.9.2) search after upgrade to 3.1.2 (postgresql)

2013-08-14 Thread Reindl Harald
Am 14.08.2013 14:51, schrieb Thomas Raschbacher: > On 2013-08-14 14:26, Paul J Stevens wrote: >> On 08/14/2013 01:59 PM, Thomas Raschbacher wrote: >> >>> It finds it in lower case but not upper case it seems (unless I have a >>> typo in there that I missed) >>> so it seems there is a conversion o

Re: [Dbmail] problem with imap and encoding

2013-07-25 Thread Maxim
hello, I noticed a problem, instead of CRLF everywhere LF, but why did this happen? 23.07.13 22:23, Paul J Stevens пишет: I need more info before I can help you. What database and database version are you using? Please include a schema dump of the database. Also include the dbmail.conf file

Re: [Dbmail] problem with imap and encoding

2013-07-23 Thread Paul J Stevens
I need more info before I can help you. What database and database version are you using? Please include a schema dump of the database. Also include the dbmail.conf file used - minus passwords, etc. Finally, include a level 511 debug log (file_logging_level=511). Use dbmail-deliver to insert a mes

Re: [Dbmail] problem with imap and encoding

2013-07-23 Thread Maxim
yes, I have done all the instructions, including the upgrade to version 3.1..0 Вы писали 23 июля 2013 г., 22:11:07: > Am 23.07.2013 19:23, schrieb Maxim: >> after upgrading to 3.0.2 under debian 7, I had a lot of problems with imap >> boxes. I can not find the pattern. Many >> letters can not be

Re: [Dbmail] problem with imap and encoding

2013-07-23 Thread Reindl Harald
Am 23.07.2013 19:23, schrieb Maxim: > after upgrading to 3.0.2 under debian 7, I had a lot of problems with imap > boxes. I can not find the pattern. Many > letters can not be read on devices apple (Encoding problems, etc.), The Bat > does not show the subject line in the > list (as described i

Re: [Dbmail] problem with 'dot' on Dbmail 2.2.26

2012-04-20 Thread drsystems
You have good points here - of course upgrading is always the goal. Dirce > > > Am 20.04.2012 15:44, schrieb Paul J Stevens: >> On 04/20/2012 03:30 PM, Reindl Harald wrote: >>> >>> >>> Am 20.04.2012 15:22, schrieb drsyst...@globalcerts.net: Thank you very much. I will try to upgrade gmime o

Re: [Dbmail] problem with 'dot' on Dbmail 2.2.26

2012-04-20 Thread Reindl Harald
Am 20.04.2012 15:44, schrieb Paul J Stevens: > On 04/20/2012 03:30 PM, Reindl Harald wrote: >> >> >> Am 20.04.2012 15:22, schrieb drsyst...@globalcerts.net: >>> Thank you very much. I will try to upgrade gmime on the Fedora 8, or make >>> a case to upgrade the customer to our newest release. >> >

Re: [Dbmail] problem with 'dot' on Dbmail 2.2.26

2012-04-20 Thread Paul J Stevens
On 04/20/2012 03:30 PM, Reindl Harald wrote: > > > Am 20.04.2012 15:22, schrieb drsyst...@globalcerts.net: >> Thank you very much. I will try to upgrade gmime on the Fedora 8, or make >> a case to upgrade the customer to our newest release. > > don't get me wrong but who in the world is running

Re: [Dbmail] problem with 'dot' on Dbmail 2.2.26

2012-04-20 Thread Reindl Harald
Am 20.04.2012 15:22, schrieb drsyst...@globalcerts.net: > Thank you very much. I will try to upgrade gmime on the Fedora 8, or make > a case to upgrade the customer to our newest release. don't get me wrong but who in the world is running Fedora 8 in production while the latest supported version

Re: [Dbmail] problem with 'dot' on Dbmail 2.2.26

2012-04-20 Thread drsystems
Thank you very much. I will try to upgrade gmime on the Fedora 8, or make a case to upgrade the customer to our newest release. Dirce > On 04/20/2012 01:58 PM, drsyst...@globalcerts.net wrote: >> Paul, >> >> I am enclosing below the text of my queries. My application has stored >> an >> encrypte

Re: [Dbmail] problem with 'dot' on Dbmail 2.2.26

2012-04-20 Thread Paul J Stevens
On 04/20/2012 01:58 PM, drsyst...@globalcerts.net wrote: > Paul, > > I am enclosing below the text of my queries. My application has stored an > encrypted message in a mysql database, and it calls dbmail-smtp to pass > the decrypted message to it. At this point, dbmail-smtp puts the message > into

Re: [Dbmail] problem with 'dot' on Dbmail 2.2.26

2012-04-20 Thread drsystems
Paul, I am enclosing below the text of my queries. My application has stored an encrypted message in a mysql database, and it calls dbmail-smtp to pass the decrypted message to it. At this point, dbmail-smtp puts the message into the dbmail database. I am trying to find out where the dot gets modi

Re: [Dbmail] problem with 'dot' on Dbmail 2.2.26

2012-04-20 Thread Paul J Stevens
On 04/19/2012 05:42 PM, drsyst...@globalcerts.net wrote: > Hello, > > I work on a product that uses dbmail. Our new version is running dbmail > 3.0 and everything is fine. But I have a customer running an old version > with dbmail 2.2.26, and they reported a bug that I need to produce a patch > fo

Re: [Dbmail] problem with 'dot' on Dbmail 2.2.26

2012-04-19 Thread Kamenik, Aleksander
Sent: Thursday, April 19, 2012 9:55 PM > To: DBMail mailinglist > Subject: Re: [Dbmail] problem with 'dot' on Dbmail 2.2.26 > > Hi, > > I am trying to turn on the debugging trace on 2.2.26 to try to figure > out where the dots are getting incorrectly changed. > > The p

Re: [Dbmail] problem with 'dot' on Dbmail 2.2.26

2012-04-19 Thread drsystems
Hi, I am trying to turn on the debugging trace on 2.2.26 to try to figure out where the dots are getting incorrectly changed. The program dbmail-smtp gets called from a php file. Here is the output on my http client: cmd=/usr/local/sbin/dbmail-smtp -u 'dirce.richa...@gmail.com' -v >>/var/tmp/db

Re: [Dbmail] problem with 'dot' on Dbmail 2.2.26

2012-04-19 Thread drsystems
Hi, For what I can find, your pointer is for code in dbmail 3.0. When I search for this code in dbmail 2.2.26, I can't find any references to 'tokenizer' or 'parser_state'. I imagine that some of this was re-written for 3.0. I am hoping to be able to patch the code in 2.2.26. Do you know if this

Re: [Dbmail] problem with 'dot' on Dbmail 2.2.26

2012-04-19 Thread Reindl Harald
http://git.dbmail.eu/paul/dbmail/commit/?id=608eb6ce25b3522085facd8a42f78f14f425c120 Am 19.04.2012 17:42, schrieb drsyst...@globalcerts.net: > Hello, > > I work on a product that uses dbmail. Our new version is running dbmail > 3.0 and everything is fine. But I have a customer running an old vers

Re: [Dbmail] problem might be virtualmin

2011-09-08 Thread Paul J Stevens
David, This is a support forum so asking questions is no imposition. But this is not a virtualmin support forum. Also, you talk about 'problems' with your dbmail installation, but repeatedly fail to describe your problem. If you are able to give a good descriptive summary of your 'problem', cha

Re: [Dbmail] Problem running dbmail-util -p

2011-06-03 Thread Paul J Stevens
On 03-06-11 10:52, Martin Senebald wrote: > Anyways do you have any idea about the dbmail-util -p problem? > Or suggestions how i could investigate whats going on? You haven't provided any full debug logs yet, afaik. -- Paul J St

Re: [Dbmail] Problem running dbmail-util -p

2011-06-03 Thread Martin Senebald
On 6/2/11 8:32 PM, "Paul J Stevens" wrote: >On 06/02/2011 05:46 PM, Reindl Harald wrote: >> >> >> Am 02.06.2011 17:41, schrieb Martin Senebald: >> >>> dbmails runs as root atm >> >> this is such a really bad idea > >Indeed. Don't do that, really! > >> what distribution does such things? > >

Re: [Dbmail] Problem running dbmail-util -p

2011-06-02 Thread Paul J Stevens
On 06/02/2011 05:46 PM, Reindl Harald wrote: > > > Am 02.06.2011 17:41, schrieb Martin Senebald: > >> dbmails runs as root atm > > this is such a really bad idea Indeed. Don't do that, really! > what distribution does such things? There's nothing to prevent anyone from setting dbmail to run

Re: [Dbmail] Problem running dbmail-util -p

2011-06-02 Thread Reindl Harald
Am 02.06.2011 17:41, schrieb Martin Senebald: > dbmails runs as root atm this is such a really bad idea what distribution does such things? signature.asc Description: OpenPGP digital signature ___ DBmail mailing list DBmail@dbmail.org http://mailma

Re: [Dbmail] Problem running dbmail-util -p

2011-06-02 Thread Martin Senebald
On 6/2/11 5:05 PM, "Paul J Stevens" wrote: >On 02-06-11 16:29, Martin Senebald wrote: >> Counting messages with DELETE status... >> Jun 02 14:13:23 atomsk.daquan.eu dbmail-util[24018]: [0x208b9b0] >> Database:[db] db_con_get(+256): [0x2091870] connection from pool >> Jun 02 14:13:23 atomsk.daqu

Re: [Dbmail] Problem running dbmail-util -p

2011-06-02 Thread Paul J Stevens
On 02-06-11 16:29, Martin Senebald wrote: > Counting messages with DELETE status... > Jun 02 14:13:23 atomsk.daquan.eu dbmail-util[24018]: [0x208b9b0] > Database:[db] db_con_get(+256): [0x2091870] connection from pool > Jun 02 14:13:23 atomsk.daquan.eu dbmail-util[24018]: [0x208b9b0] > Database:[db

Re: [Dbmail] Problem with reading e-mails with IMAP.

2011-03-17 Thread Rafał Radecki
I've changed postgresql to version 8.4 and it works now. Thank You for the tip ;) 2011/3/16 Jan Marc Hoffmann > Hi Rafal, > > one problem might be your postgresql version. One of the new features of > dbmail 3.0 was postgresql 9 support. So you might run into problems using a > dbmail version l

Re: [Dbmail] Problem with reading e-mails with IMAP.

2011-03-16 Thread Jan Marc Hoffmann
Hi Rafal, one problem might be your postgresql version. One of the new features of dbmail 3.0 was postgresql 9 support. So you might run into problems using a dbmail version lower than 3.0 with postgresql 9. You could either try dbmail 3.0 or postgres 8.x. greetings Jan Marc On 16.03.2011 12:41

Re: [Dbmail] Problem with dbmail-lmtp

2011-02-24 Thread Paul J Stevens
On 02/24/2011 03:09 PM, Andrea Brancatelli wrote: > Unfortunately 2.3.6 is the lastest one in freebsd's tree: > > http://www.freebsd.org/cgi/ports.cgi?query=dbmail&stype=all > > > How comes 2.3.0-rc2 being newer than 2.3.6? :-) > > Am

Re: [Dbmail] Problem with dbmail-lmtp

2011-02-24 Thread Andrea Brancatelli
Unfortunately 2.3.6 is the lastest one in freebsd's tree: http://www.freebsd.org/cgi/ports.cgi?query=dbmail&stype=all How comes 2.3.0-rc2 being newer than 2.3.6? :-) Am I missing something? On Thu, Feb 24, 2011 at 10:24 AM, Paul J Stevens wrote: > On 02/24/2011 02:14 AM, Andrea Brancatelli w

Re: [Dbmail] Problem with dbmail-lmtp

2011-02-24 Thread Paul J Stevens
On 02/24/2011 02:14 AM, Andrea Brancatelli wrote: > Hello Paul and others, > > I have a pretty serious issue with dbmail-lmtpd. > > Dbmail is 2.3.6, MySQL is 5.1.50 and OS is Freebsd 8.something. 2.3.6 is getting quite old. A lot of bugs have been fixed since then. I'll cut 2.3.0-rc2 later this

Re: [Dbmail] Problem with DBMAIL 2.2.9 IMAP and K-9Mail on Android phone

2010-06-19 Thread Ken Drummond
mainly for the addition of the native TLS/SSL support. Thanks, Ken. -Original Message- From: Paul J Stevens To: DBMail mailinglist Subject: Re: [Dbmail] Problem with DBMAIL 2.2.9 IMAP and K-9Mail on Android phone Date: Sat, 19 Jun 2010 19:11:55 +0200 Ken, this really is an ancient bu

Re: [Dbmail] Problem with DBMAIL 2.2.9 IMAP and K-9Mail on Android phone

2010-06-19 Thread Paul J Stevens
Ken, this really is an ancient bug that has been resolved a long time ago. current stable version is 2.2.15 so gentoo is way behind. btw, I use K9 every day. No problems here whatsoever. On 06/19/2010 08:24 AM, Ken Drummond wrote: > Hi, > > I have a problem getting the k9 mail client to work

Re: [Dbmail] Problem with international characters in the from field in SquirrelMail

2009-11-16 Thread Paul J Stevens
Paul J Stevens wrote: > the proposed solution is to follow the git-head code: > > declare a dependency on gmime >= 2.2.10. > trust gmime. > drop support for broken encoded headers. this has now been pushed to the dbmail_2_2 git branch. > > > > Paul J Stevens wrote: >> Been doing some tests wi

Re: [Dbmail] Problem with international characters in the from field in SquirrelMail

2009-11-16 Thread Paul J Stevens
the proposed solution is to follow the git-head code: declare a dependency on gmime >= 2.2.10. trust gmime. drop support for broken encoded headers. Paul J Stevens wrote: > Been doing some tests with this on both the 2.2 and 2.3 codebases. > > looks like this is indeed a bug on the 2.2 branch

Re: [Dbmail] Problem with international characters in the from field in SquirrelMail

2009-11-16 Thread Paul J Stevens
Been doing some tests with this on both the 2.2 and 2.3 codebases. looks like this is indeed a bug on the 2.2 branch where dbmail tries very hard to work around bugs in older gmime versions. This may occasionally lead to problems - like in this case. in 2.3 (git-HEAD) we're on gmime-2.4, and all

Re: [Dbmail] Problem with international characters in the from field in SquirrelMail

2009-11-15 Thread Tomas Kuliavas
John Fawcett-4 wrote: > > On 27/10/09 09:30, Peter Welzien wrote: >> On Mon, 26 Oct 2009 21:24:13 +0100, John Fawcett wrote: >> >> >> The from line in the dbmail_messageblks table looks ok to me: >> From: =?iso-8859-1?Q?Rikard_=C5slund_Tr=F6ger?= >> >> Does SquirrelMail use any libs for dec

Re: [Dbmail] Problem with international characters in the from field in SquirrelMail

2009-11-15 Thread Paul J Stevens
Peter Welzien wrote: > On Tue, 27 Oct 2009 22:05:51 +0100, John Fawcett wrote: >> I think that problems on dbmail are almost certainly ruled out >> (roundcube displays the info ok) though to verify that 100% >> you'd have to execute the imap commands that squirrelmail >> uses against the IMAP serv

Re: [Dbmail] Problem with international characters in the from field in SquirrelMail

2009-11-15 Thread Daniel Urstöger
Hi Peter, I hope someone of the dev team can clear this up, I just remember this vaguely from developing my webmail client: quoting the wikipedia article about MIME: "encoding can be either "Q" denoting Q-encoding that is similar to the quoted-printable encoding, or "B" denoting base64 encodin

Re: [Dbmail] Problem with international characters in the from field in SquirrelMail

2009-11-15 Thread Peter Welzien
On Tue, 27 Oct 2009 22:05:51 +0100, John Fawcett wrote: > I think that problems on dbmail are almost certainly ruled out > (roundcube displays the info ok) though to verify that 100% > you'd have to execute the imap commands that squirrelmail > uses against the IMAP server and check the output. T

Re: [Dbmail] Problem with international characters in the from field in SquirrelMail

2009-10-29 Thread John Fawcett
On 28/10/09 14:54, Reindl Harald wrote: > Sometimes we see this too, but i can not reproduce this > > SquirrelMail seems not to be the reason because thunderbird and horde > have also the nearly same problem display a german "Ü". Looks like this > only happens with UTF7/UTF8 > > Header: Benach

Re: [Dbmail] Problem with international characters in the from field in SquirrelMail

2009-10-28 Thread Reindl Harald
Sometimes we see this too, but i can not reproduce this SquirrelMail seems not to be the reason because thunderbird and horde have also the nearly same problem display a german "Ü". Looks like this only happens with UTF7/UTF8 Header: Benachrichtung zum =?unicode-1-1-utf-7?Q?+ANw-bermittlungs

Re: [Dbmail] Problem with international characters in the from field in SquirrelMail

2009-10-27 Thread Peter Welzien
On Tue, 27 Oct 2009 22:05:51 +0100, John Fawcett wrote: > I think that problems on dbmail are almost certainly ruled out > At this point I'd suggest debugging the php code or getting > help on squirrelmail list. Thank you very much for your help. I'll move on and see if I can get some help on th

Re: [Dbmail] Problem with international characters in the from field in SquirrelMail

2009-10-27 Thread John Fawcett
On 27/10/09 09:30, Peter Welzien wrote: > On Mon, 26 Oct 2009 21:24:13 +0100, John Fawcett wrote: > > > The from line in the dbmail_messageblks table looks ok to me: > From: =?iso-8859-1?Q?Rikard_=C5slund_Tr=F6ger?= > > Does SquirrelMail use any libs for decoding these lines that can cause > t

Re: [Dbmail] Problem with international characters in the from field in SquirrelMail

2009-10-27 Thread Peter Welzien
On Mon, 26 Oct 2009 21:24:13 +0100, John Fawcett wrote: >> I don't know if I should look in any other tables. > the raw message will be in dbmail_messageblks > But first of all, you need to rule out that there is something wrong with > the message header in input, which I guess not but it's wor

Re: [Dbmail] Problem with international characters in the from field in SquirrelMail

2009-10-26 Thread John Fawcett
On 26/10/09 08:37, Peter Welzien wrote: > On Sun, 25 Oct 2009 22:29:01 +0100, John Fawcett wrote: > > >>> The " is not present in the raw mail header. I'm not really sure where >>> > it > >>> comes from. >>> > >> just to be sure: where did the info about the raw mail header

Re: [Dbmail] Problem with international characters in the from field in SquirrelMail

2009-10-26 Thread Peter Welzien
On Sun, 25 Oct 2009 22:29:01 +0100, John Fawcett wrote: >> The " is not present in the raw mail header. I'm not really sure where it >> comes from. > just to be sure: where did the info about the raw mail header come > from? e.g. by querying the database directly? I got it when selecting "View

Re: [Dbmail] Problem with international characters in the from field in SquirrelMail

2009-10-25 Thread John Fawcett
On 25/10/09 21:36, Peter Welzien wrote: > On Sun, 25 Oct 2009 21:09:00 +0100, John Fawcett wrote: > > >> The position of the quoted-printable part is different and also there >> is a " before the text. The " is probably what causes squirrelmail >> not to be display the header correctly. >>

Re: [Dbmail] Problem with international characters in the from field in SquirrelMail

2009-10-25 Thread Peter Welzien
On Sun, 25 Oct 2009 21:09:00 +0100, John Fawcett wrote: > Peter > squirrelmail should display quoted printable "from" headers correctly > in the message list display. The header above looks fine, but it does > look a bit different to the one posted at the link. Are they from the > same message?

Re: [Dbmail] Problem with international characters in the from field in SquirrelMail

2009-10-25 Thread John Fawcett
On 23/10/09 20:03, Peter Welzien wrote: > Hi. I'm not sure if the problem I'm having is because of DBMail or > SquirrelMail. I've tried the SquirrelMail mailinglist without getting a > reply. > > I'm having problems with international characters in the from field in > the message list in SquirrelMa

Re: [Dbmail] Problem starting dbmail-timsieved

2009-06-18 Thread Marc Dirix
Attached the trace.txt I also tried some output tests: If in config.c I put printf("%s\n",port_string); in line 263, it writes "5434" to the command line before the error. Then second try, line 262, I write printf("%d\n",strtoul(port_string, NULL, 10)); which also writes "5434" t

Re: [Dbmail] Problem starting dbmail-timsieved

2009-06-18 Thread Paul J Stevens
Marc Dirix wrote: >> strace -o /tmp/trace.txt -ff /usr/sbin/dbmail-timsieved Please do try to provide the lines from a trace leading up to the exit. They should be interesting. -- Paul Stevens

Re: [Dbmail] Problem starting dbmail-timsieved

2009-06-18 Thread Marc Dirix
Are you perhaps then starting the wrong daemon, or one looking at the wrong dbmail.conf? Try: strace -o /tmp/trace.txt -ff /usr/sbin/dbmail-timsieved grep dbmail.conf /tmp/trace.txt or something similar. I already tried that. There is only one daemon in the path. dbmail-timsieved -V gi

Re: [Dbmail] Problem starting dbmail-timsieved

2009-06-18 Thread Paul Stevens
Marc Dirix wrote: > >> >> This means the value specified for sqlport cannot be parsed into a 'long >> long unsigned int'. >> >> Something *must* have changed on your system. >> >> > I did do an debian upgrade, and reinstalled dbmail from the nfg server. > (first tried a downgrade to a manual co

Re: [Dbmail] Problem starting dbmail-timsieved

2009-06-18 Thread Marc Dirix
This means the value specified for sqlport cannot be parsed into a 'long long unsigned int'. Something *must* have changed on your system. I did do an debian upgrade, and reinstalled dbmail from the nfg server. (first tried a downgrade to a manual compiled 2.2.10 which introduced the pro

Re: [Dbmail] Problem starting dbmail-timsieved

2009-06-18 Thread Marc Dirix
Paul J Stevens schreef: Marc Dirix wrote: Jun 18 12:39:37 gamma dbmail-timsieved[5934]: FATAL:[config] config.c,GetDBParams(+263): wrong value for sqlport in config file This means the value specified for sqlport cannot be parsed into a 'long long unsigned int'. Something *must* hav

Re: [Dbmail] Problem starting dbmail-timsieved

2009-06-18 Thread Paul J Stevens
Marc Dirix wrote: > Jun 18 12:39:37 gamma dbmail-timsieved[5934]: FATAL:[config] > config.c,GetDBParams(+263): wrong value for sqlport in config file This means the value specified for sqlport cannot be parsed into a 'long long unsigned int'. Something *must* have changed on your system. --

Re: [Dbmail] Problem starting dbmail-timsieved

2009-06-18 Thread Marc Dirix
Hi Paul, I am a bit out of it, this is a level TRACE_STDERR of 5, is that not the highest value? r...@gamma:/var/src/dbmail# dbmail-timsieved Jun 18 12:39:37 gamma dbmail-timsieved[5934]: Debug:[serverparent] serverparent.c,LoadServerConfig(+262): server will create [2] children Jun 18 12:39:37

Re: [Dbmail] Problem starting dbmail-timsieved

2009-06-18 Thread Paul J Stevens
Marc Dirix wrote: > Hi, > > Although I did not change my config file, now dbmail-timsieved does not > start anymore. > Version: 2.2.11 > It says: > Jun 18 11:40:57 gamma dbmail-timsieved[10118]: FATAL:[config] > config.c,GetDBParams(+263): wrong value for sqlport in config file > failed failed! >

RE: [Dbmail] problem with user importing

2009-01-20 Thread wojtek_z
mport run: >> > >> > update dbmail_users set encryption_type='shadow'; >> > >> > >> > in the dbmail-users command, you are missing the alias (the -s option) >> > >> > >> > >> >> -Original M

RE: [Dbmail] problem with user importing

2009-01-20 Thread Jorge Bastos
de 2009 15:58 > To: DBMail mailinglist > Subject: RE: [Dbmail] problem with user importing > > Hello, > > On Mon, 2009-01-19 at 23:55 -0800, wojtek_z wrote: > > hi > > after importing users using script: > > dbmail-users -a $i -P shadow -m 100M; > > and

RE: [Dbmail] problem with user importing

2009-01-20 Thread Jesse Norell
adow -m 100M; > > > > and after the import run: > > > > update dbmail_users set encryption_type='shadow'; > > > > > > in the dbmail-users command, you are missing the alias (the -s option) > > > > > > > >> -Original Message- > &

Re: [Dbmail] problem compiling 2.3.5 with libzdb 2.4 (trunk)

2009-01-20 Thread Paul J Stevens
Use libzdb-2.2 Gustavo Baratto wrote: > Hello there... > I'm getting this when compiling 2.3.5. I think I've seen another post saying > this is a problem with the new libzdb... Should I just downgrade libzdb, or > wait for a new 2.3.6 is a good idea? :D > > Thanks a lot for the great work guys! >

RE: [Dbmail] problem with user importing

2009-01-19 Thread wojtek_z
gt; > > in the dbmail-users command, you are missing the alias (the -s option) > > > >> -Original Message- >> From: dbmail-boun...@dbmail.org [mailto:dbmail-boun...@dbmail.org] On >> Behalf Of wojtek_z >> Sent: segunda-feira, 19 de Janeiro de 2009

RE: [Dbmail] problem with user importing

2009-01-19 Thread Jorge Bastos
> -Original Message- > From: dbmail-boun...@dbmail.org [mailto:dbmail-boun...@dbmail.org] On > Behalf Of wojtek_z > Sent: segunda-feira, 19 de Janeiro de 2009 22:38 > To: dbmail@dbmail.org > Subject: RE: [Dbmail] problem with user importing > > > > password from

RE: [Dbmail] problem with user importing

2009-01-19 Thread wojtek_z
password from /etc/shadow $1$4YIoXI1y$sSJh3Z7JwEUEl7fUbvHSQ. password from dbmail_users.password yY when encryption_type is set to crypt when encryptiony_type is set to md5 passwod's look like $1$\yY i import users and passwords using script: for i in `cat passwd | awk -F: '{print $1}'`; do d

RE: [Dbmail] problem with user importing

2009-01-19 Thread Jorge Bastos
That is strange. How are you transporting the values from the shadow file to the database? 3 years ago when I moved to DBMail, I was using system users with crypt and had no problem. Also, In the dbmail_users table, are setting the encryption_type to crypt? > -Original Message- > From: d

Re: [Dbmail] problem with user importing

2009-01-19 Thread Jesse Norell
On Mon, 2009-01-19 at 13:40 -0800, wojtek_z wrote: > Hi, > I have a strange problem. I will migrate to dbmail 2.2.10. When i do test > with import users and passwords password from /etc/shadow in format > $xxx$x$ presents in dbmail db like $1\yY . I don't quite follow here ... can you post a

Re: [Dbmail] Problem with outlook and pop3 [CLOSED]

2008-11-08 Thread Giulio Ferro
Giulio Ferro wrote: This is unexplainable: many outlook clients complain that every now and then they're asked for username and password. The system seems to work correctly after that, but outlook just keeps asking for authentication... I've looked in the logs and there are no slow queries, so I

Re: [Dbmail] Problem with outlook and pop3

2008-11-06 Thread Casper Langemeijer
Hi Giulio, I've seen microsoft clients give the username/password prompt when it was unable to connect. Check the amount of allowed pop3 or imap processes. Search for MAXCHILDREN in your dbmail.conf file. If you are using MySQL, check the max_connections setting in your my.cnf file too. Once I'v

Re: [Dbmail] Problem with outlook and pop3

2008-11-06 Thread Paul J Stevens
Giulio Ferro wrote: > This is unexplainable: many outlook clients complain that every now > and then they're asked for username and password. The system > seems to work correctly after that, but outlook just keeps asking for > authentication... > > I've looked in the logs and there are no slow que

RE: [Dbmail] Problem with outlook and pop3

2008-11-06 Thread Jorge Bastos
It never happened such thing with my clients > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behalf Of Giulio Ferro > Sent: quinta-feira, 6 de Novembro de 2008 11:41 > To: DBMail mailinglist > Subject: [Dbmail] Problem with outlook and pop3 > > This is unexp

Re: [Dbmail] Problem with deleting emails via imap client

2008-06-09 Thread Curtis Maurand
Thanks, I knew about the compacting folders thing, but I thought that was for local folders. Nice of the people at mozilla to explain that. Curtis Michael Monnerie wrote: On Montag, 9. Juni 2008 Curtis Maurand wrote: If you know of a feature like that for thunderbird, let me know

Re: [Dbmail] Problem with deleting emails via imap client

2008-06-09 Thread Curtis Maurand
Good to know. Thank you. Curtis Paul J Stevens wrote: Curtis Maurand wrote: In outlook, you need to expunge the messages from the folder. Its in the menus somewhere. I haven't been able to find anything like that in Thunderbird. Someone back in the netscape days decided to call t

Re: [Dbmail] Problem with deleting emails via imap client

2008-06-09 Thread Paul J Stevens
Pavel Kislinger wrote: > Sorry for my bad question. It was caused by knowledge of five other IMAP > servers, where delete on a message in folder (via thunderbird or any > other) implicate real delete in mailbox (without expunge). Pavel, unless I misread rfc3501 completely delete on a message in a

Re: [Dbmail] Problem with deleting emails via imap client

2008-06-09 Thread Michael Monnerie
On Montag, 9. Juni 2008 Curtis Maurand wrote: > If you know of a feature like that for thunderbird, let me know in accounts - server settings you can set what to do on deletion of a message e.g. move to trash and below that you can click to expunge messages on exit that should be it in outlook y

Re: [Dbmail] Problem with deleting emails via imap client

2008-06-09 Thread Pavel Kislinger
Sorry for my bad question. It was caused by knowledge of five other IMAP servers, where delete on a message in folder (via thunderbird or any other) implicate real delete in mailbox (without expunge). Is there any way, how to set status=2 correctly? (without users compact folders capability).

Re: [Dbmail] Problem with deleting emails via imap client

2008-06-09 Thread Paul J Stevens
Pavel Kislinger wrote: > Hello, > if I try to delete some emails in my inbox (via thunderbird or outlook), > no-one email is really deleted. > Deleted email is in Thunderbird invisible, in Outlook is marked as > deleted (could be restored). But isn't way how to delete email directly > along with re

Re: [Dbmail] Problem with deleting emails via imap client

2008-06-09 Thread Paul J Stevens
Curtis Maurand wrote: > In outlook, you need to expunge the messages from the folder. Its in the > menus somewhere. I haven't been able to find anything like that in > Thunderbird. Someone back in the netscape days decided to call that 'compact folders' for mozilla/thunderbird. It's below the '

  1   2   3   >