Simon Lange wrote: > Not dbmail related?! > The db structure is strictly dbmail 2.2. > So what kind of log you want? Its always the same error: several duplicate > key errors and then its stored anyway. ;) > Or do you want some mail which is not containing some dbmail-content?! (e.g. > this mailinglist mail)
That's what I meant: lmtp insertion logs for a message that is not from the dbmail list. > If I understand you correct you say that if I don’t get a mail with > return-path it wont happen? I don't know. > My tablestructure of the dbmail_headervalue table is: > headername_id (bigint 20) indexed > physmessage_id (bigint 20) indexed > id (bigint 20) primary auto_increment > headervalue text mmm, try 'show create table dbmail_headervalue' for the *real* table structure. > dbmail 2.2.9 has been build with mysql and sieve support. > glib 1.2.10-595 > glib2 2.8.1-3 > gmime 2.1.16-5 glib1.2 is stone-ages stuff. Unless you really need it for some gtk1.2 packages you should probably remove it. And so is your gmime lib: outdated. 2.1.16 was the baseline during dbmail-2.1.x development but I highly recommend you upgrade to 2.2.x (2.2.17 is current with 2.2.10 in ubuntu/gutsy and debian/etch). Your glib2 package is also quit old (two year to date). Please upgrade to 2.12 (debian/etch) or 2.14 (ubuntu/gutsy) since those are the version I test against. That said: I'm not 100% sure its glib that's giving you these problems, but it is a suspect. Unless you have other stuff running on your dbmail machine that depend on those packages you should definitely upgrade glib2/gmime2 and remove glib1.2. -- ________________________________________________________________ Paul Stevens paul at nfg.nl NET FACILITIES GROUP GPG/PGP: 1024D/11F8CD31 The Netherlands________________________________http://www.nfg.nl _______________________________________________ DBmail mailing list [email protected] https://mailman.fastxs.nl/mailman/listinfo/dbmail
